Click or drag to resize

GenericValue Class

** 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
SystemObject
  CFX.Structures.GenericGenericValue

Namespace: CFX.Structures.Generic
Assembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public class GenericValue

The GenericValue type exposes the following members.

Constructors
 NameDescription
Public methodGenericValue Default constructor.
Top
Properties
 NameDescription
Public propertyName A name that uniquely identifies this value within the containing process data (for example, "HeaterTemperature", "ConveyorSpeed", "SpindleRPM").
Public propertyValue The numeric value along with its units and optional expected / minimum / maximum acceptable values.
Top
See Also