** 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.MaintenanceAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
SyntaxPublic Enumeration CounterType
MembersMember name | Value | Description |
---|
Unkwnown | 0 |
Unknown counter
|
General | 1 |
General counter
|
NonStandard | 2 |
Non standard counter.
It shall be used in combination with the CustomCounterType field
|
Odometer | 3 |
Rotation, mileage measured by a sensor
|
Timer | 4 |
Time based sensor, in hour
|
ActivityCount | 5 |
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