** 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.
Inheritance Hierarchy Namespace: CFX.Structures.GenericAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic class GenericProcessData : ProcessData
Public Class GenericProcessData
Inherits ProcessData
The GenericProcessData type exposes the following members.
Constructors
Properties| | Name | Description |
|---|
 | Parameters |
Other non-numerical named parameters that were captured during processing
(communicated as name / string-value pairs).
|
 | Readings |
The set of numeric readings that were measured during processing
(for example, overall cycle time or whole-machine telemetry).
|
 | Setpoints |
The set of configured numeric setpoints that were active during processing
(for example, recipe-level setpoints that do not vary by stage).
|
 | StageData |
Optional list of per-stage process data, populated when the equipment has
multiple stages that each report their own setpoints, readings, and parameters.
|
Top
See Also