** 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.
Inheritance Hierarchy Namespace: CFX.Structures.GenericAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic class GenericValue
Public Class GenericValue
The GenericValue type exposes the following members.
Constructors
Properties| | Name | Description |
|---|
 | Name |
A name that uniquely identifies this value within the containing process data
(for example, "HeaterTemperature", "ConveyorSpeed", "SpindleRPM").
|
 | Value |
The numeric value along with its units and optional expected / minimum / maximum
acceptable values.
|
Top
See Also