Click or drag to resize

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
SystemObject
  CFXCFXMessage
    CFX.ResourcePerformanceProcessDataRecorded

Namespace: CFX.ResourcePerformance
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class ProcessDataRecorded : CFXMessage

The ProcessDataRecorded type exposes the following members.

Constructors
 NameDescription
Public methodProcessDataRecorded 
Top
Properties
 NameDescription
Public propertyProcessData Process data recorded
Top
See Also