Click or drag to resize

CFX.Structures.Generic Namespace

Classes
 ClassDescription
Public classGenericProcessData

** NOTE: ADDED in CFX 2.1 **

A flexible ProcessData variant suitable for a wide range of equipment that does not have (or does not need) a dedicated process-specific structure.

Communicates three kinds of information captured during processing of a production unit or a collection of units:

  • Setpoints — single numeric values corresponding to configured parameters of the equipment program (for example, the setpoint temperature of a heater).
  • Readings — measured numeric values captured during the processing of a unit, optionally reported with ideal values and acceptable limits.
  • Parameters — other non-numerical information that needs to be communicated, reported as name / string-value pairs.

When the equipment has multiple stages and similar information is reported for each stage, that per-stage information is reported in the StageData list, which contains one GenericStageData entry per stage.

Public classGenericStageData

** NOTE: ADDED in CFX 2.1 **

Represents the setpoints, readings, and parameters captured for a single stage of a multi-stage process. Used within the StageData list when equipment reports similar process information for each stage.
Public classGenericValue

** NOTE: ADDED in CFX 2.1 **

A named numeric value used to represent either a setpoint or a reading within a GenericProcessData structure. When used as a setpoint, only the Value and ValueUnits properties are typically populated. When used as a reading, the expected value and acceptable range properties may also be populated.