Click or drag to resize

ReadingsRecorded Class

A process endpoint uses this message to send a data object that has been acquired for example from a sensor or a reading taken during processing of the unit. This data is typically used as a traceability record. Where no unit ID is provided, the measurement is applicable to the process in terms of time only.
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionReadingsRecorded

Namespace: CFX.Production
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class ReadingsRecorded : CFXMessage

The ReadingsRecorded type exposes the following members.

Constructors
 NameDescription
Public methodReadingsRecorded Default constructor
Top
Properties
 NameDescription
Public propertyReadings Dynamic structure providing a list of readings to be recorded.
Public propertyTransactionId If the readings related to this message are associated with a work transaction, this property contains the Id of the transaction.
Top
See Also