[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
Namespace:
CFX.Production
Assembly:
CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntaxpublic class ReadingsRecorded : CFXMessage
Public Class ReadingsRecorded
Inherits CFXMessage
The ReadingsRecorded type exposes the following members.
Properties
| Name | Description |
---|
 | Readings |
A list of readings to be recorded.
|
 | TransactionId |
If the readings related to this message are associated with a work transaction, this property
contains the Id of the transaction.
|
Top
See Also