Click or drag to resize

CounterType Enumeration

** NOTE: ADDED in CFX 1.3 **

An enumeration indicating the type of counter that is capture by the Endpoint and its resources / sensors

Namespace: CFX.Structures.Maintenance
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public enum CounterType
Members
Member nameValueDescription
Unkwnown0 Unknown counter
General1 General counter
NonStandard2 Non standard counter. It shall be used in combination with the CustomCounterType field
Odometer3 Rotation, mileage measured by a sensor
Timer4 Time based sensor, in hour
ActivityCount5 Counter for the sensor specified by the name and position It can be, among the others: cuts, flashes, pumps, picking components, placed components, rotations
See Also