Figure 23 shows an overview of the object types for the Microwave Combination Oven device class.
Figure 23 — Overview of object types for Microwave Combination Oven
The MicrowaveCombiOvenParameterType is formally defined in Table 66.
Table 66 — MicrowaveCombiOvenParameterType definition
Attribute |
Value |
|||||
BrowseName |
MicrowaveCombiOvenParameterType |
|||||
IsAbstract |
False |
|||||
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
ModellingRule AccessLevel |
|
Subtype of KitchenDeviceParameterType |
||||||
HasComponent |
Variable |
ActualTemperatureChamber |
Float |
AnalogItemType |
M, R |
|
HasComponent |
Variable |
SetTemperature |
Float |
AnalogItemType |
M, R |
|
HasComponent |
Variable |
SetProcessTime |
Int32 |
AnalogItemType |
M, R |
|
HasComponent |
Variable |
RemainingProcessTime |
Int32 |
AnalogItemType |
M, R |
|
HasComponent |
Variable |
RemainingProcessTimeStep |
Int32 |
AnalogItemType |
O, R |
|
HasComponent |
Variable |
CookingStep |
Int32 |
BaseDataVariableType |
O, R |
|
HasComponent |
Variable |
FanSpeed |
Int32 |
AnalogItemType |
O, R |
|
HasComponent |
Variable |
MicrowaveEnergy |
Int32 |
AnalogItemType |
O, R |
|
HasComponent |
Variable |
OperatingMode |
OperatingModeEnumeration |
BaseDataVariableType |
M, R |
|
HasComponent |
Variable |
IsDoorOpen |
Boolean |
BaseDataVariableType |
M, R |
The ActualTemperatureChamber variable contains the current cooking chamber temperature. This should always be available, even if the microwave combination oven is not currently running a program/recipe.
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
The SetTemperature variable contains the set temperature of the cooking chamber.
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
The SetProcessTime variable contains the set time of a cooking process in seconds. The time is 0 if the device is in the idle state.
The EngineeringUnit property of the AnalogItemType has the value s. The value for the EURange property is device-specific.
The RemainingProcessTime contains the (estimated) remaining time in seconds of a running program/recipe or a cleaning routine. The time is 0 if the device is in the idle state or no pre-programmed routine is running. Negative values mean an unknown time.
The EngineeringUnit property of the AnalogItemType has the value s. The value for the EURange property is device-specific.
The RemainingProcessTimeStep variable contains the (estimated) remaining time of cooking step in a running program/recipe. The time is 0 if the device is in the idle state or no pre-programmed routine is running. Negative values mean an unknown time.
The EngineeringUnit property of the AnalogItemType has the value s. The value for the EURange property is device-specific.
The CookingStep variable indicates the current cooking step of the currently running cooking program.
The FanSpeed variable contains the rotary speed of the fan impeller.
The EngineeringUnit property of the AnalogItemType has the value % and the EURange property has the minimum value 0 and the maximum value 100.
The MicrowaveEnergy variable contains the microwave output power.
The EngineeringUnit property of the AnalogItemType has the value % and the EURange property has the minimum value 0 and the maximum value 100.
The OperationMode variable indicates the current operating state of the device on the basis of a prefabricated state list. Only the operation modes given in the corresponding list are possible.
The data type for the OperatingModeEnumeration is defined in section 19.4.1.
This variable describes whether the door is open.
The MicrowaveCombiOvenDeviceType describes the composition of the fundamental operational data of a microwave combination oven, which applies in addition to the DeviceType.
These operational data enable the current state of the device or its current task to be comprehended and mapped in other systems, e.g. a monitoring database.
The MicrowaveCombiOvenDeviceType is formally defined in Table 67.
Table 67 — MicrowaveCombiOvenDeviceType defintion
Attribute |
Value |
|||||
BrowseName |
MicrowaveCombiOvenDeviceType |
|||||
IsAbstract |
False |
|||||
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
ModellingRule AccessLevel |
|
Subtype of CommercialKitchenDeviceType |
||||||
HasComponent |
Object |
MicrowaveCombiOven |
|
MicrowaveCombiOvenParameterType |
M |
This data type is an enumeration of the possible operation modes of the microwave combination oven.
The enumeration values are defined in Table 68.
Table 68 — OperatingModeEnumeration values
Value |
Description |
Preheat_0 |
Preheating (to target temperature) |
CoolDown_1 |
Device cooling down |
Process_2 |
Cooking process active |
PowerSaving_3 |
Energy-saving resting mode |
Standby_4 |
Standby mode |
Service_5 |
Device in service mode |
Cleaning_6 |
Cleaning program(s) running |
Off_7 |
Shutdown or off |
Error_8 |
Error state |