Click or drag to resize

SensorInformation Class

** NOTE: ADDED in CFX 1.3 **

Dynamic structure that contains information related to the sensor of the resources / sub-resources in an Endpoint. It may be used to model the sensor on parts that may require traceable operations (i.e. maintenance)
Inheritance Hierarchy
SystemObject
  CFX.StructuresResourceInformation
    CFX.Structures.MaintenanceSensorInformation

Namespace: CFX.Structures.Maintenance
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class SensorInformation : ResourceInformation

The SensorInformation type exposes the following members.

Constructors
 NameDescription
Public methodSensorInformation 
Top
Properties
 NameDescription
Public propertyCustomSensorType Optional field. When SensorType = NonStandard, this field allows the sender to specify a custom sensor
Public propertyCustomUnitOfMeasure Optional field. When UnitOfMeasure = NonStandard, this field allows the sender to specify a custom unit of measure
Public propertyHighLimit The high limit value of the performed verification (optional)
Public propertyLowLimit The low limit value of the performed verification (optional)
Public propertySampleTime The last time when the verification has been executed
Public propertyType The type of the sensor in this position of the resource / machine.
Public propertyUnitOfMeasure The unit of measure of the performed sample (if applicable)
Public propertyValue The value of the performed verification.
Top
See Also