Meter reading object

The MXMETERDATA object structure allows inbound synchronization of meter reading data. This object structure supports only inbound processing. This interface does not support the processing of meter readings for work order tasks.

Outbound integration processing

The following table shows the predefined values used in outbound integration processing.

Table 1. Meter reading object predefined components for outbound integration processing
Predefined integration components Value and description
Object structure definition class functionality None
Publish channel None
Processing rules None
Integration controls None

Inbound integration processing

The following table shows the preconfigured values used in inbound integration processing.

Table 2. Meter reading object predefined components for inbound integration processing
Predefined integration components Value and description
Object structure processing class functionality
MaxMeterDataProcess - The processing class verifies that the following attributes are provided:
  • Site ID
  • Asset or location
  • Meter ID or condition monitoring point
  • Meter reading value, reading date time, inspector

When a work order is specified, the following processing occurs:
  • If a measurement point is specified, the processing class identifies the asset or location meter corresponding to the site and measurement point, and creates a meter reading for that asset or location meter.
  • If a meter is specified, then either asset or location must be specified. If both are specified, the processing class assumes the meter belongs to the asset, and processes the meter accordingly. If only the asset or location is specified, then the meter on the corresponding entity is updated.
If no work order is specified, the following processing occurs:
  • If a measurement point is specified, the reading is recorded for the measurement point.
  • If a meter is specified, then either asset or location must be specified. If both are specified, the processing class assumes the meter belongs to the asset, and processes the meter accordingly. If only asset or location is specified, then the meter on the corresponding entity is updated.
Publish channel MXMETERInterface
Processing rules None
Integration controls None