Reference
Components
FlowBoard
Description
This primitive allows you to send and receive data to and from the DSP Robotics FlowBoard DAQ.
Once you have the board connected to your PC you need to start the component by sending a trigger to the first input. The 'On' output will
return True if a connection has been established (False otherwise).
The board has 16 digital outputs, 16 digital inputs and 8 analog inputs. These are mirrored on the component. The 16 boolean inputs will
send data out through the 16 digital outputs. The 8 integer outputs receive data from the 8 analog inputs. The 16 boolean outputs receive
data from the 16 digital inputs.
The 8 Int outputs are in the range 0-1023.
Connectors
Inputs Type Outputs Type
Trigger to start the
component
Trigger Whether the board is
connected and on
Boolean
16 x inputs to change the
state of the 16 digital outputs
on the board
Boolean 16 x outputs receiving
the state of the 16
digital inputs on the
Boolean
126 of 494