Reference

Components
Phidgets Temperature
Description
This primitive allows you to interface to the two Phidgets Temperature Sensor boards (both 1 input and 4 input).
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 four Type inputs allow you to specify the type of thermocouple you have attached to input. This is a string input and can be 'K','J','E' or
'T'. If no type is provided it is assumed to be type 'K'.
The four Snsy inputs allow you to set the sensitivity for each input i.e. how much the temperature needs to change before an update in
temperature will be received. The default is 0.5 degrees Celcius.
329 of 494