MaintenanceInformation Class |
** NOTE: ADDED in CFX 1.3 **
Dynamic structure that contains information related to the counters of the
resources / sub-resources in an Endpoint. It is the information that allows the
receiving system to plan / execute the maintenance operations
Inheritance HierarchySystemObject CFX.Structures.MaintenanceMaintenanceInformation Namespace: CFX.Structures.MaintenanceAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic class MaintenanceInformation
Public Class MaintenanceInformation
The MaintenanceInformation type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | CounterType |
The type of the counter for this element.
|
 | CurrentCounterValue |
The current value of the counter.
|
 | CurrentRatio |
The current maintenance ratio at reading time. This value is close to 0 for
recent executed maintenance and close to 100 for parts requiring maintenance.
NOTE: this value may be also more than 100
|
 | CurrentRatioValid |
Provides additional information on the lifetime usage of this part.
It is "false" for parts which do not own an independent maintenance cycle.
Instead, the maintenance is done as part of a higher level resource
(for example the maintenance of rotation-axis, star axis, and z axis are part of head maintenance) or not at all
|
 | CurrentTimeStamp |
Timestamp when the maintenance counter was sampled.
|
 | CustomCounterType |
Optional field.
When CounterType = NonStandard, this field allows the sender to specify a custom counter
|
 | LastMaintenanceCounterValue |
The value of the counter during the last maintenance
|
 | LastMaintenanceTimeStamp |
Timestamp when the last maintenance was done.
|
 | LastMaintenanceValid |
It is true, if at least one maintenance was succesfully done.
If false, both LastMaintenanceCounterValue and LastMaintenanceTimeStamp are invalid and cannot be used.
|
 | MeasurementLocation |
The location of the data source providing the counter information (optional, only if available).
It may be used to distinguish, for example, the counters of multi-lane feeder
Where applicable, a dot (".") notation should be utilized to designate specific positions.
Examples: MODULE1.BEAM1.HEADPOS2, MODULE1.NEST3.NOZZLESLOT4, etc.
|
 | Name |
The user friendly name of counter data source.
|
Top
See Also