8 TemperatureZones
8.1 ExtrusionTemperatureZonesType
This ObjectType is a container for temperature zones inside of a component of an extrusion line. It is formally defined in Table 10.
| Attribute | Value | ||||
| BrowseName | ExtrusionTemperatureZonesType | ||||
| IsAbstract | False | ||||
| References | Node Class | BrowseName | DataType | TypeDefinition | Other |
|---|---|---|---|---|---|
| Subtype of 0:BaseObjectType defined in OPC 10000-5 | |||||
| 0:HasProperty | Variable | 0:NodeVersion | 0:String | 0:PropertyType | M, RO |
| 0:HasComponent | Object | StartTempering | 3:StartDeviceType | O | |
| 0:HasComponent | Object | Maintenance | 3:MaintenanceType | O | |
| 0:HasComponent | Object | TemperatureZone_<Nr> | ExtrusionTemperature ZoneType | OP | |
| 0:GeneratesEvent | ObjectType | 0:GeneralModelChange EventType | |||
When instances for temperature zones are created, the BrowseNames shall be “TemperatureZone_<Nr>” where <Nr> is a three-digit number with leading zeros, starting with “001”. The ExtrusionTemperatureZoneType is defined in Table 11.
StartTempering: Main switch for all temperature zones in the container. The single zones have own switches/status AND-connection!
8.2 ExtrusionTemperatureZoneType
This ObjectType represents one temperature zone inside of a component of an extrusion line. It is formally defined in Table 11.
| Attribute | Value | ||||
| BrowseName | ExtrusionTemperatureZoneType | ||||
| IsAbstract | False | ||||
| References | Node Class | BrowseName | DataType | TypeDefinition | Other |
|---|---|---|---|---|---|
| Subtype of 3:MeasuringDeviceType defined in OPC 40083 | |||||
| 0:HasComponent | Variable | NominalHeatingPower | 0:Double | 0:AnalogUnitType | O, RO |
| 0:HasComponent | Variable | NominalCoolingPower | 0:Double | 0:AnalogUnitType | O, RO |
| 0:HasComponent | Variable | ControllerOutput | 0:Double | 0:AnalogUnitType | O, RO |
| 0:HasComponent | Object | ElectricalCurrent | 3:MonitoredParameterType | O | |
NOTES: The temperature of the zone is stored inside the MonitoredParameter object of the MeasuringDeviceType. The TemperatureZoneType differs from the TemperatureZoneType defined in OPC 40083 to make use of the new MeasuringDeviceType.
8.2.1 NominalHeatingPower
Indication of the nominal heating power of the zone in kW. If the zone is only a cooling zone, this variable is not used.
8.2.2 NominalCoolingPower
Indication of the nominal cooling power of the zone in kW. If the zone is only a heating zone, this variable is not used.
8.2.3 ControllerOutput
Actual ratio of the used nominal power in %. Values from -100 (=max. cooling) to +100 (max. heating).
8.2.4 ElectricalCurrent
Actual electrical current of the zone in A.