Reference

Components
Phidgets 8/8/8
Description
This primitive allows you to send and receive data to and from the Phidgets 8/8/8 Interface Kit board.
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).
If you have multiple boards connected to your PC then you should provide the unique serial number of the board you want to connect to at
the 'Conn' (connection string) input. If you want to connect to a device on a remote server provide the device serial, IP and port or server
name and also a password if necessary separated by commas. Use -1 as the serial if you want to connect to the first device found.
Example connection strings:
“196491” or “635824,myserver” or “-1,myserver,password” or “142567,192.168.1.1,800,password”
The board has 8 digital outputs, 8 digital inputs and 8 analog inputs. These are mirrored on the component. The 8 boolean inputs will send
data out through the 8 digital outputs. The 8 integer outputs receive data from the 8 analog inputs. The 8 boolean outputs receive data from
the 8 digital inputs.
The 8 Int outputs are in the range 0-999.
Connectors
Inputs Type Outputs Type
Trigger to start the
component
Trigger Whether the board is
connected and on
Boolean
299 of 494