Click or drag to resize

ReadingsRecorded Class

[This is preliminary documentation and is subject to change.]

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:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class ReadingsRecorded : CFXMessage

The ReadingsRecorded type exposes the following members.

Properties
  NameDescription
Public propertyReadings
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