ProcessDataRecorded Class |
** NOTE: ADDED in CFX 1.5 **
Cleaning Agent needs to report the status of the cleaning liquid regularly
as well as an alarm if certain values go out of the allowable range
{
"ProcessData": {
"$type": "CFX.Structures.Cleaning.CleaningManagementData, CFX",
"Readings": [
{
"ReadingType": "TemperatureAverage",
"ReadingValue": 25.0
},
{
"ReadingType": "DIWaterVolumeAdd",
"ReadingValue": 1.5
}
]
}
}
Inheritance Hierarchy Namespace: CFX.ResourcePerformanceAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic class ProcessDataRecorded : CFXMessage
Public Class ProcessDataRecorded
Inherits CFXMessage
The ProcessDataRecorded type exposes the following members.
Constructors
Properties
See Also