Click or drag to resize

SensorType Enumeration

** NOTE: ADDED in CFX 1.3 **

An enumeration indicating the type of sensor that is located in a resource / sub-resource / endpoint The type of the sensor (distance, temperature, time etc.). It shall be used together with the SensorUnitOfMeasure

Namespace: CFX.Structures.Maintenance
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public enum SensorType
Members
Member nameValueDescription
Unkwnown0 Unknown sensor
General1 General sensor
NonStandard2 Non standard sensor. It shall be used in combination with the CustomSensorType field
Temperature3 Temperature sensor
Electric4 Electric sensor (e.g. voltage)
Distance5 Distance sensor
Time6 Time sensor
Humidity7 Humidity sensor
Pressure8 Pressure sensor
Torque9 Torque sensor
Power10 Power sensor
Frequency11 Frequency sensor
See Also