17 Type definitions for Cooking Zone
17.1 General
Figure 21 shows an overview of the object types for the Cooking Zone device class.
17.2 CookingZoneParameterType
17.2.1 Definition of the object type CookingZoneParameterType
The CookingZoneParameterType is formally defined in Table 59.
| Attribute | Value | |||||
| BrowseName | CookingZoneParameterType | |||||
| IsAbstract | False | |||||
| References | NodeClass | BrowseName | DataType | TypeDefinition |
Modelling
Rule AccessLevel | |
|---|---|---|---|---|---|---|
| Subtype of KitchenDeviceParameterType | ||||||
| HasComponent | Variable | CurrentState | CurrentStateEnumeration | BaseDataVariableType | O, R | |
| HasComponent | Variable | CookingZoneName | String | BaseDataVariableType | O, R | |
| HasComponent | Variable | ActualTemperature | Float | AnalogItemType | O, R | |
| HasComponent | Variable | SetTemperature | Float | AnalogItemType | O, R | |
| HasComponent | Variable | ActualProcessTime | Int32 | AnalogItemType | O, R | |
| HasComponent | Variable | SetPowerValue | Int32 | AnalogItemType | O, R | |
| HasComponent | Variable | ActualPower | Float | AnalogItemType | O, R | |
| HasComponent | Variable | IsPanDetected | Boolean | BaseDataVariableType | O, R | |
| HasComponent | Variable | NominalPower | Int32 | AnalogItemType | M, R | |
17.2.2 Description of the CookingZoneParameterType object type
17.2.2.1 CurrentState variable
This variable describes the state of the device, e.g. standby or power output.
The data type for the CurrentStateEnumeration is defined in section 17.4.1.
17.2.2.2 CookingZoneName variable
This variable describes, for example, the position of the cooking zone, such as left cooking zone, right cooking zone.
17.2.2.3 ActualTemperature variable
This variable describes the currently measured cooking zone temperature.
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
17.2.2.4 SetTemperature variable
This variable contains the set temperature to which the cooking zone is to be heated.
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
17.2.2.5 ActualProcessTime variable
This variable contains the operating time of the cooking zone.
The EngineeringUnit property of the AnalogItemType has the value s. The value for the EURange property is device-specific.
17.2.2.6 SetPowerValue variable
This variable contains the set value for the power.
The EngineeringUnit property of the AnalogItemType has the value % and the EURange property has the minimum value 0 and the maximum value 100.
17.2.2.7 ActualPower variable
The ActualPower variable returns the current power of the cooking zone.
The EngineeringUnit property of the AnalogItemType has the value W. The value for the EURange property is device-specific.
17.2.2.8 IsPanDetected variable
This variable describes whether a pan has been detected on the cooking zone.
17.2.2.9 NominalPower variable
This variable contains the nominal power of the cooking zone.
The EngineeringUnit property of the AnalogItemType has the value W. The value for the EURange property is device-specific.
17.3 CookingZoneDeviceType
17.3.1 Definition of the object type
The CookingZoneDeviceType is formally defined in Table 60.
| Attribute | Value | |||||
| BrowseName | CookingZoneDeviceType | |||||
| IsAbstract | False | |||||
| References | NodeClass | BrowseName | DataType | TypeDefinition |
Modelling
Rule AccessLevel | |
|---|---|---|---|---|---|---|
| Subtype of CommercialKitchenDeviceType | ||||||
| HasProperty | Variable | IsWithPanDetection | Boolean | PropertyType | M, R | |
| HasProperty | Variable | EnergySource | EnergySourceEnumeration | PropertyType | M, R | |
| HasComponent | Variable | NominalVoltage | Int32 | AnalogItemType | M, R | |
| HasProperty | Variable | NumberOfPhases | Int32 | PropertyType | M, R | |
| HasComponent | Object | CookingZone_<No.> | CookingZoneParameterType | MP, R | ||
17.3.2 Description of the object type
17.3.2.1 IsWithPanDetection property
This property describes whether the device is equipped with pan detection.
17.3.2.2 EnergySource property
The EnergySource property returns the type of energy supply. The data type for the EnergySourceEnumeration is defined in 21.1.
17.3.2.3 NominalVoltage property
The NominalVoltage property contains the nominal voltage of the cooking zone combination.
The EngineeringUnit property of the AnalogItemType has the value V. The value for the EURange property is device-specific.
17.3.2.4 NumberOfPhases property
The NumberOfPhases property returns the number of phases of the cooking zone combination (1-phase, 2-phase, 3-phase).
17.3.2.5 CookingZone_<No.> objects
A cooking zone combination may consist of one or more cooking zones. The CookingZone_<No.> object contains the data for a cooking zone.
17.4 Data types for enumerations
17.4.1 CurrentStateEnumeration
This DataType is an enumeration of the possible operating states of a cooking zone.
The possible values are defined in Table 61.
| Value | Description |
| Off_0 | Off |
| Standby_1 | Device is in standby |
| Power_2 | Power output |
| PotDetection_3 | Pan detection |