ControlModeEnum

describes the possible control modes of the pump.
The fields of the ControlModeEnum DataType are defined in the following table:
Name | Value | Description |
---|---|---|
ConstantPressureControl | 0 | Constant pressure control mode. |
ConstantTemperatureControl | 1 | Constant temperature control mode. |
DifferentialPressureControl | 2 | Differential pressure control mode. |
ConstantDifferentialPressureControl | 3 | Constant differential pressure control mode. |
VariableDifferentialPressureControl | 4 | Variable differential pressure control mode. |
FlowDependentDifferentialPressureControl | 5 | Flow-dependent differential pressure control mode. |
ReturnFlowTemperatureControl | 6 | Return flow temperature control mode. |
FlowTemperatureControl | 7 | Flow temperature control mode. |
FlowRateControl | 8 | Flow rate control mode. |
SpeedControl | 9 | Speed control mode. |
Automatic | 10 | Automatic control mode. |
Uncontrolled | 11 | None / uncontrolled mode. |
The representation of the ControlModeEnum DataType in the address space is shown in the following table:
Name | Attribute |
---|---|
NodeId | ns=1;i=3008 |
NamespaceUri | http://opcfoundation.org/UA/Pumps/ |
BrowseName | ControlModeEnum |
IsAbstract | False |
SubtypeOf | Enumeration |
Categories |
The references from the ControlModeEnum DataType Node are shown in the following table:
Reference | NodeClass | BrowseName | DataType | TypeDefinition | ModellingRule |
---|---|---|---|---|---|
HasProperty | Variable | EnumValues | EnumValueType[] | PropertyType | Mandatory |