17.2 TemperatureZoneType

17.2.1 TemperatureZoneType Definition

This ObjectType represents a temperature zone e.g. on moulds and barrels. It is formally defined in Table 66.

Table 66 – TemperatureZoneType Definition
Attribute Value
BrowseNameTemperatureZoneType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of 0:BaseObjectType defined in OPC UA Part 5
0:HasPropertyVariableIndex0:UInt320:PropertyTypeM, RO
0:HasPropertyVariableName0:String0:PropertyTypeM, RO
0:HasPropertyVariableIsPresent0:Boolean0:PropertyTypeM, RO
0:HasPropertyVariableClassificationTemperatureZone
Classification
Enumeration
0:PropertyTypeO, RO
0:HasPropertyVariableControlModeControlMode
Enumeration
0:PropertyTypeM, RO
0:HasComponentVariableNominalTemperature0:Double0:AnalogItemTypeM, RO
0:HasComponentVariableHighDeviationTemperature10:Double0:AnalogItemTypeO, RO
0:HasComponentVariableHighDeviationTemperature20:Double0:AnalogItemTypeO, RO
0:HasComponentVariableLowDeviationTemperature10:Double0:AnalogItemTypeO, RO
0:HasComponentVariableLowDeviationTemperature20:Double0:AnalogItemTypeO, RO
0:HasComponentVariableActualTemperature0:Double0:AnalogItemTypeM, RO
0:HasComponentVariableStandbyTemperature0:Double0:AnalogItemTypeO, RO
0:HasSubtypeObjectTypeBarrelTemperatureZoneTypeDefined in 17.2.10.1
0:HasSubtypeObjectTypeMouldTemperatureZoneTypeDefined in 17.2.10.2

17.2.2 Index

The Index Property gives the number of the zone.

NOTE: If the Property Classification is used, for each temperature zone type the Index may start with 1.

17.2.3 Name

The Name Property represents the name of the zone.

17.2.4 IsPresent

This Property informs the client if the temperature zone is physically present and connected. May be FALSE e.g. when instances for possible temperature zones are created (depending on the capabilities/connectors of the machine) which are currently not used.

17.2.5 Classification

This Property informs the client about the type of the temperature zone. The TemperatureZoneClassificationEnumeration is defined in Table 67.

Table 67 – TemperatureZoneClassificationEnumeration Definition
Name Value Description
OTHER0This value is used if none of the other values below apply.
HEATING1The zone is a heating zone
COOLING2The zone is a cooling zone
TEMPERATURE_CONTROL3The zone is controlled by a temperature control device
HOT_RUNNER4The zone is a hot runner zone
MEASURING5The zone has no heating or cooling, Only the temperature is measured.

17.2.6 ControlMode

The ControlMode Property indicates how the temperature is currently controlled. The ControlModeEnumeration is defined in Table 68.

Table 68 – ControlModeEnumeration Definition
Name Value Description
OTHER0This state is used if none of the other states below apply.
OFF1Control is switched off.
AUTOMATIC2The parameter is controlled automatically.
TUNING3Optimisation of the control circuit.
STANDBY4Parameter is controlled to stand by value.
OPEN_LOOP5Open loop control is used.
ONLY_MEASUREMENT6The sensors deliver the current value but there is no controlling.

17.2.7 Temperatures

The following five temperatures for monitoring and controlling are defined:

Table 69 – Temperatures in TemperatureZoneType
BrowseName Description Optional
NominalTemperatureNominal value (absolute) (e.g. 200°C)No
HighDeviationTemperature1Maximum value that is in the normal tolerance. A higher actual value may create a warning. Used for quality control. Relative value (e.g. +10°C).Yes
LowDeviationTemperature1Minimum value that is in the normal tolerance. A lower actual value may create a warning. Used for quality control. Relative value (e.g. -15°C).Yes
HighDeviationTemperature2Maximum tolerable value. A higher actual value may create an alarm. Relative value (e.g. +30°C).Yes
LowDeviationTemperature2Minimum tolerable value. A lower actual value may create an alarm. Relative value (e.g. -25°C).Yes
Figure 13 – Nominal and deviation temperatures in TemperatureZoneType

17.2.8 ActualTemperature

The ActualTemperature Property represents the current temperature of the Zone.

17.2.9 StandbyTemperature

The StandbyTemperature Property represents the standby temperature of the Zone.

17.2.10 Subtypes of TemperatureZoneType

The TemperatureZoneType has two subtypes to distinguish between temperature zones on barrels and in moulds.

17.2.10.1 BarrelTemperatureZoneType
Table 70 – BarrelTemperatureZoneType Definition
Attribute Value
BrowseNameBarrelTemperatureZoneType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of TemperatureZoneType
0:HasPropertyVariablePosition0:UInt320:PropertyTypeM, RO

The Position Property represents the location of the temperature zone on a barrel. Counting starts with 1 beginning from the feeding. The highest position is at the nozzle.

When instances are created the BrowseNames shall be “BarrelTemperatureZone_<Nr>” (starting with 1).

17.2.10.2 MouldTemperatureZoneType
Table 71 – MouldTemperatureZoneType Definition
Attribute Value
BrowseNameMouldTemperatureZoneType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of TemperatureZoneType

The subtype has no additional child elements.

When instances are created the BrowseNames shall be “MouldTemperatureZone_<Nr>” (starting with 1).

NOTE: Each MouldTemperatureZone belongs to a Mould. Numbering starts with 1 for each Mould. That means Mould_1 has a MouldTemperatureZone_1 and Mould_2 has also a MouldTemperatureZone_1.