10.25 ExternalChannelType

ExternalChannelType includes information for monitoring or controlling of external temperature, flow rate or pressure channels. (One zone of the TCD is split into several external channels).

Table 19 – ExternalChannelType Definition
Attribute Value
BrowseNameExternalChannelType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of 0:BaseObjectType defined in OPC UA Part 5
0:HasComponentMethodSwitchOnO
0:HasComponentMethodSwitchOffO
0:HasPropertyVariableSwitchedOn0:Boolean0:PropertyTypeO, RO
0:HasComponentObjectTemperature3:MonitoredParameterTypeO
0:HasComponentVariableTemperatureMainLine0:Double0:AnalogItemTypeO, RO
0:HasComponentVariableTemperatureReturnLine0:Double0:AnalogItemTypeO, RO
0:HasComponentObjectTemperatureDifference3:MonitoredParameterTypeO
0:HasComponentObjectFlowRate3:MonitoredParameterTypeO
0:HasComponentVariablePressureMainLine0:Double0:AnalogItemTypeO, RO
0:HasComponentVariablePressureReturnLine0:Double0:AnalogItemTypeO, RO
0:HasComponentObjectPressureDifference3:MonitoredParameterTypeO
0:HasComponentVariableControlMode0:UInt160:MultiStateValueDiscreteTypeO, RW

NOTE: The MonitoredParameterType is defined in OPC 40083. If the Parameter is not only monitored but controlled, the subtype ControlledParameterType can be used.

10.25.1 SwitchOn

Description:Switch method of the external channel for switching on. SwitchedOn shows the actual state of the channel.

Signature

	SwitchOn ();

10.25.2 SwitchOff

Description:Switch method of the external channel for switching off. SwitchedOn shows the actual state of the channel.

Signature

	SwitchOff ();

10.25.3 SwitchedOn

Description:Information if the external channel is switched on. If the methods SwitchOn and SwitchOff are provided, also this Property shall be available.
Example:TRUE

10.25.4 Temperature

Description:Setting and/or monitoring of the temperature
Unit:°C or °F
Example (for ActualValue):120

10.25.5 TemperatureMainLine

Description:Actual temperature in the main line
Unit:°C or °F
Example:120

10.25.6 TemperatureReturnLine

Description:Actual temperature in the return line
Unit:°C or °F
Example:115

10.25.7 TemperatureDifference

Description:Setting and/or monitoring of the temperature difference between return and main line. Positive if temperature in return line is higher than in main line.
Unit:°C, K or °F
Example (for ActualValue):5

10.25.8 FlowRate

Description:Setting and/or monitoring of the flow rate.
Unit:l/min, gal/min or ft³/min
Example (for ActualValue):10,0

10.25.9 PressureMainLine

Description:Actual value of the pressure in the main line.
Unit:bar or lbf/in² (=psi)
Example:6

10.25.10 PressureReturnLine

Description:Actual value of the pressure in the return line.
Unit:bar or lbf/in² (=psi)
Example:5

10.25.11 PressureDifference

Description:Setting and/or monitoring of the pressure difference between main and return line
Unit:bar or lbf/in² (=psi)
Example (for ActualValue):2.5

10.25.12 ControlMode

Description:Defines to which setpoint the external channel is controlled

The TypeDefinition is MultiStateValueDiscreteType, so the Properties EnumValues and ValueAsText must be filled with the supported values out of Table 20.

Table 20 – Values for ControlMode
EnumValue ValueAsText Description
0NONENo control, only monitoring
1TEMPERATURETemperature controlled
2FLOWFlow rate controlled
3TEMP_DIFFTemperature difference controlled
4PRESS_DIFFPressure difference controlled