We sell a variety of analog sensors that do not have their own API, they simply output a voltage that can be converted to a digital value using a specific formula. By matching the SensorType
to your analog sensor, the correct formula will automatically be applied to data when you get the SensorValue
or subscribe to the SensorChange
event.
SensorChange
event has its own change trigger associated with it: SensorValueChangeTrigger
.SensorValue
or subscribing to the SensorChange
event will have a SensorUnit
associated with it.DeviceSerialNumber
or Channel
, SensorType
is set after the device is opened, not before.
|
Device In Device # Identification |
|
error in (no error) error in can accept error information wired from VIs previously called. |
|
status status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred. Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |
|
code code is the error or warning code. Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |
|
source source describes the origin of the error or warning. Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |
|
Sensor Type The sensor type value
1011_0 (ver: 100, 101, 102, 103) Voltage Input: Def: SENSOR_TYPE_VOLTAGE
1013_0 (ver: 800, 811, 820) Voltage Input: Def: SENSOR_TYPE_VOLTAGE
1013_0 (ver: 821, 823) Voltage Input: Def: SENSOR_TYPE_VOLTAGE 1018_0 (ver: 824, 825, 826) Voltage Input: Def: SENSOR_TYPE_VOLTAGE 1018_1 (ver: 826) Voltage Input: Def: SENSOR_TYPE_VOLTAGE 1019_0 (ver: 826) Voltage Input: Def: SENSOR_TYPE_VOLTAGE 1070_0 (ver: 826) Voltage Input: Def: SENSOR_TYPE_VOLTAGE
1010_0 (ver: 903, 904) Voltage Input: Def: SENSOR_TYPE_VOLTAGE 1018_2 (ver: 900, 901, 902, 903, 904) Voltage Input: Def: SENSOR_TYPE_VOLTAGE 1019_1 (ver: 903, 904) Voltage Input: Def: SENSOR_TYPE_VOLTAGE 1072_0 (ver: 903) Voltage Input: Def: SENSOR_TYPE_VOLTAGE 1073_0 (ver: 904) Voltage Input: Def: SENSOR_TYPE_VOLTAGE
1048_0 (ver: 100, 101, 102) Voltage Input: Unsupported
1051_0 (ver: 200, 201, 202) Voltage Input: Unsupported
1051_1 (ver: 300) Voltage Input: Unsupported
1051_2 (ver: 400, 401, 402) Voltage Input: Unsupported
1058_0 (ver: 100, 101) Voltage Input: Unsupported
1065_0 (ver: 100, 101) Voltage Input: Def: SENSOR_TYPE_VOLTAGE 1065_1 (ver: 100, 101) Voltage Input: Def: SENSOR_TYPE_VOLTAGE
1065_0 (ver: 100, 101) Supply Voltage Sensor: Unsupported
1065_1 (ver: 100, 101) Supply Voltage Sensor: Unsupported
1202_0 (ver: 100) Voltage Input: Def: SENSOR_TYPE_VOLTAGE 1203_0 (ver: 100) Voltage Input: Def: SENSOR_TYPE_VOLTAGE
1202_0 (ver: 120, 121) Voltage Input: Def: SENSOR_TYPE_VOLTAGE 1202_1 (ver: 123, 124) Voltage Input: Def: SENSOR_TYPE_VOLTAGE 1203_0 (ver: 120, 121) Voltage Input: Def: SENSOR_TYPE_VOLTAGE 1203_1 (ver: 123, 124) Voltage Input: Def: SENSOR_TYPE_VOLTAGE
1202_2 (ver: 200, 201, 202, 203, 204) Voltage Input: Def: SENSOR_TYPE_VOLTAGE 1203_2 (ver: 200, 201, 202, 203, 204) Voltage Input: Def: SENSOR_TYPE_VOLTAGE
HUB0000_0 (ver: 117, 118, 119) Voltage Input: Def: SENSOR_TYPE_VOLTAGE SBC3003_0 (ver: 101, 102) Voltage Input: Def: SENSOR_TYPE_VOLTAGE
HUB0000_0 (ver: 121) Voltage Input: Def: SENSOR_TYPE_VOLTAGE SBC3003_0 (ver: 108) Voltage Input: Def: SENSOR_TYPE_VOLTAGE
ADP1000_0 (ver: 104) Voltage Input: Def: SENSOR_TYPE_VOLTAGE
DAQ1000_0 (ver: 102, 103) Voltage Input: Def: SENSOR_TYPE_VOLTAGE
DAQ1000_0 (ver: 110) Voltage Input: Def: SENSOR_TYPE_VOLTAGE
DAQ1400_0 (ver: 112) Voltage Input: Unsupported
SAF1000_0 (ver: 101, 102) Voltage Sensor: Unsupported
TMP1100_0 (ver: 103, 105) Voltage Input: Unsupported
TMP1101_0 (ver: 104, 106) Voltage Input: Unsupported
VCP1000_0 (ver: 100) Voltage Input: Unsupported
VCP1001_0 (ver: 100) Voltage Input: Unsupported
VCP1002_0 (ver: 106) Voltage Input: Unsupported |
|
Device Out Same as Device In |
|
error out error out passes error or warning information out of a VI to be used by other VIs. |
|
status status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred. Right-click the error out control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |
|
code code is the error or warning code. Right-click the error out control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |
|
source source describes the origin of the error or warning. Right-click the error out control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |