Figure 13 shows an overview of the object types for the Convection Oven, Multiple Deck Oven device class.
Figure 13 — Overview of the object types for Convection Oven, Multiple Deck Oven
The ChamberType is formally defined in Table 26.
Table 26 — ChamberType definition
Attribute |
Value |
|||||
BrowseName |
ChamberType |
|||||
IsAbstract |
False |
|||||
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
ModellingRule AccessLevel |
|
Subtype of KitchenDeviceParameterType |
||||||
HasComponent |
Variable |
OperationMode |
ChamberMode Enumeration |
BaseDataVariableType |
M, R |
|
HasComponent |
Variable |
TimeRemaining |
Int32 |
AnalogItemType |
O, R |
|
HasComponent |
Variable |
SetChamberTemperature |
Float |
AnalogItemType |
O, R |
|
HasComponent |
Variable |
SetTopTemperature |
Float |
AnalogItemType |
O, R |
|
HasComponent |
Variable |
SetBottomTemperature |
Float |
AnalogItemType |
O, R |
|
HasComponent |
Variable |
SetCoreTemperature |
Float |
AnalogItemType |
O, R |
|
HasComponent |
Variable |
SetBoilerTemperature |
Float |
AnalogItemType |
O, R |
|
HasComponent |
Variable |
ActualChamberTemperature_<No.> |
Float |
AnalogItemType |
OP, R |
|
HasComponent |
Variable |
SetProcessTimeProgram |
Int32 |
AnalogItemType |
O, R |
|
HasComponent |
Variable |
ActualTopTemperature_<No.> |
Float |
AnalogItemType |
OP, R |
|
HasComponent |
Variable |
ActualBottomTemperature_<No.> |
Float |
AnalogItemType |
OP, R |
|
HasComponent |
Variable |
ActualCoreTemperature_<No.> |
Float |
AnalogItemType |
OP, R |
|
HasComponent |
Variable |
ActualBoilerTemperature_<No.> |
Float |
AnalogItemType |
OP, R |
|
HasComponent |
Variable |
SetHumidity |
Float |
AnalogItemType |
O, R |
|
HasComponent |
Variable |
ActualHumidity_<No.> |
Float |
AnalogItemType |
OP, R |
|
HasComponent |
Variable |
IsReadyToStart |
Boolean |
BaseDataVariableType |
O, R |
|
HasComponent |
Variable |
IsProgramEnd |
Boolean |
BaseDataVariableType |
O, R |
|
HasComponent |
Variable |
IsDoorOpen |
Boolean |
BaseDataVariableType |
O, R |
|
HasComponent |
Variable |
ActualFanSpeed_<No.> |
Int32 |
AnalogItemType |
OP, R |
|
HasComponent |
Variable |
SetFanSpeed |
Int32 |
AnalogItemType |
O, R |
The OperationMode variable with the data type ChamberModeEnumeration represents the current operation mode of the chamber.
The data type for the ChamberModeEnumeration is defined in section 9.4.1.
The TimeRemaining variable with the data type Int32 represents the remaining running time of the current process (baking, cooling, cleaning, etc.). 0 is returned if no process running time is intended.
The EngineeringUnit property of the AnalogItemType has the value s. The value for the EURange property is device-specific.
This variable represents the set value for the chamber temperature.
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
This variable represents the set value for the top chamber temperature.
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
This variable represents the set value for the bottom chamber temperature.
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
This variable represents the set value for the core temperature.
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
This variable represents the set value for the temperature of the steam generator.
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
This variable represents the actual value of the chamber temperature.
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
This variable represents the actual value of the process program time in seconds.
The EngineeringUnit property of the AnalogItemType has the value s. The value for the EURange property is device-specific.
This variable represents the actual value of the top chamber temperature.
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
This variable represents the actual value of the bottom chamber temperature.
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
This variable represents the actual value of the core temperature.
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
This variable represents the actual value of the temperature of the steam generator.
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
This variable represents the set humidity in the chamber.
The EngineeringUnit property of the AnalogItemType has the value rel%. The value for the EURange property is device-specific.
This variable represents the actual humidity in the chamber.
The EngineeringUnit property of the AnalogItemType has the value rel%. The value for the EURange property is device-specific.
This variable is set when all conditions for a program start are satisfied. (Boolean).
This variable is set when the program has completely finished. (Boolean).
This variable is set when the chamber door is open. (Boolean).
This variable represents the current fan speed in percent.
This variable represents the set fan speed in percent.
The OvenDeviceType is formally defined in Table 27.
Table 27 — OvenDeviceType definition
Attribute |
Value |
|||||
BrowseName |
OvenDeviceType |
|||||
IsAbstract |
False |
|||||
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
ModellingRule AccessLevel |
|
Subtype of CommercialKitchenDeviceType |
||||||
HasComponent |
Object |
Chamber_<No.> |
|
ChamberType |
MP, R |
List of chambers. At least one baking chamber exists. Optionally, further baking chambers (e.g. stoves in the case of multiple deck ovens) may exist. The ChamberType is defined in section 9.2.
Baking chambers are numbered consecutively from bottom to top or from left to right.
This data type is an enumeration of the signal state.
The enumeration values are defined in Table 28.
Table 28 — ChamberModeEnumeration values
Value |
Description |
NoSpecialMode_0 |
No special mode active |
Off_1 |
Off state |
Autostart_2 |
Autostart |
Standby_3 |
Standby |
PreHeat_4 |
Preheating |
CoolDown_5 |
Cooling |
Working_6 |
Process running |
Cleaning_7 |
Cleaning |
EnergySave_8 |
Energy-saving mode |
ServiceMode_9 |
Service mode |
QuickCool_10 |
Quick cooling |
FlashFreeze_11 |
Flash freezing |
ProofingInterruption_12 |
Proofing interruption |
ProofingDelay_13 |
Proofing delay |
Proofing_14 |
Proofing |
Setting_15 |
Setting |
Defrost_16 |
Defrosting |
Baking_17 |
Baking |
Steaming_18 |
Steaming |