Click or drag to resize

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 Hierarchy
SystemObject
  CFX.Structures.MaintenanceMaintenanceInformation

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

The MaintenanceInformation type exposes the following members.

Constructors
 NameDescription
Public methodMaintenanceInformation 
Top
Properties
 NameDescription
Public propertyCounterType The type of the counter for this element.
Public propertyCurrentCounterValue The current value of the counter.
Public propertyCurrentRatio 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
Public propertyCurrentRatioValid 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
Public propertyCurrentTimeStamp Timestamp when the maintenance counter was sampled.
Public propertyCustomCounterType Optional field. When CounterType = NonStandard, this field allows the sender to specify a custom counter
Public propertyLastMaintenanceCounterValue The value of the counter during the last maintenance
Public propertyLastMaintenanceTimeStamp Timestamp when the last maintenance was done.
Public propertyLastMaintenanceValid It is true, if at least one maintenance was succesfully done. If false, both LastMaintenanceCounterValue and LastMaintenanceTimeStamp are invalid and cannot be used.
Public propertyMeasurementLocation 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.
Public propertyName The user friendly name of counter data source.
Top
See Also