8 Type definitions for Combi Steamer
8.1 General
Various methods of cooking are possible with a combi steamer; these include:
| — | steaming; |
| — | combi steaming; |
| — | hot air; |
| — | regeneration; |
| — | low-temperature cooking; |
| — | delta-T cooking. |
In addition, further vendor-specific types of cooking and actions are possible in a cooking process:
| — | sous-vide cooking; |
| — | keeping warm; |
| — | smoking; |
| — | steaming; |
| — | rest time; |
| — | info display. |
A cooking program may consist of one or more cooking steps. Each cooking step may consist of a cooking method or one of the other actions.
Figure 12 shows an overview of the object types for the Combi Steamer device class.
8.2 CombiSteamerParameterType
8.2.1 General
CombiSteamerParameterType provides information about the state of a combi steamer, the set values and the current actual values.
8.2.2 Definition of the object type
The CombiSteamerParameterType is formally defined in Table 22.
| Attribute | Value | ||||
| BrowseName | CombiSteamerParameterType | ||||
| IsAbstract | False | ||||
| References | Node Class | BrowseName | DataType | TypeDefinition |
Modelling
Rule AccessLevel |
|---|---|---|---|---|---|
| Subtype of KitchenDeviceParameterType | |||||
| HasComponent | Variable | CombiSteamerMode | CombiSteamerModeEnumeration | BaseDataVariableType | M, R |
| HasComponent | Variable | SetTemperature | Float | AnalogItemType | M, R |
| HasComponent | Variable | ActualTemperatureChamber_<No.> | Float | AnalogItemType | MP, R |
| HasComponent | Variable | SetProcessTimeProgram | Int32 | AnalogItemType | M, R |
| HasComponent | Variable | TimeRemainingProgram | Int32 | AnalogItemType | M, R |
| HasComponent | Variable | SetInternalCoreTemperature | Float | AnalogItemType | O, R |
| HasComponent | Variable | ActualInternalCoreTemperature_<No.> | Float | AnalogItemType | OP, R |
| HasComponent | Variable | SetExternalCoreTemperature | Float | AnalogItemType | O, R |
| HasComponent | Variable | ActualExternalCoreTemperature_<No.> | Float | AnalogItemType | OP, R |
| HasComponent | Variable | SpecialCookingMode | SpecialCookingModeEnumeration | BaseDataVariableType | O, R |
| HasComponent | Variable | SetProcessTimeStep | Int32 | AnalogItemType | O, R |
| HasComponent | Variable | TimeRemainingStep | Int32 | AnalogItemType | O, R |
| HasComponent | Variable | SetHumidity | Int32 | AnalogItemType | O, R |
| HasComponent | Variable | ActualHumidity | Int32 | AnalogItemType | O, R |
| HasComponent | Variable | IsDoorOpen | Boolean | BaseDataVariableType | M, R |
| HasComponent | Variable | IsEnergySavingActive | Boolean | BaseDataVariableType | O, R |
| HasComponent | Variable | IsSteamExhaustSystemActive | Boolean | BaseDataVariableType | O, R |
| HasComponent | Variable | IsLoaActive | Boolean | BaseDataVariableType | O, R |
8.2.3 Description of the object type
8.2.3.1 CombiSteamerMode variable
This variable describes the state of the device, e.g. preheating, active, cleaning, etc. The data type for the CombiSteamerModeEnumeration is defined in section 8.4.1.
8.2.3.2 SetTemperature variable
This variable contains the set temperature to which heating up is to take place and be regulated.
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
8.2.3.3 ActualTemperatureChamber_<No.> variable
The numbered variable ActualTemperaturChamber_<No.> contains the current temperature of a cooking chamber. This variable may be used several times (numbered consecutively), depending on the number of cooking chambers that exist.
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
8.2.3.4 SetProcessTimeProgram variable
This variable describes the set process time of the entire cooking program in seconds.
The EngineeringUnit property of the AnalogItemType has the value s. The value for the EURange property is device-specific.
8.2.3.5 TimeRemainingProgram variable
This variable describes the remaining process time of the entire cooking program in seconds, i.e. of the current and all subsequent cooking steps.
The EngineeringUnit property of the AnalogItemType has the value s. The value for the EURange property is device-specific.
8.2.3.6 SetInternalCoreTemperature variable
This variable describes the set core temperature for the internal core temperature sensor.
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
8.2.3.7 ActualInternalCoreTemperature_<No.> variable
The numbered variable ActualInternalCoreTemperature_<No.> contains the current temperature of an internal core temperature sensor. This variable may be used several times (numbered consecutively), depending on the number of internal core temperature sensors that exist.
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
8.2.3.8 SetExternalCoreTemperature variable
This variable describes the set core temperature for the external core temperature sensor, if the sensor exists.
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
8.2.3.9 ActualExternalCoreTemperature_<No.> variable
The numbered variable ActualExternalCoreTemperatur_<No.> contains the current temperature of an external core temperature sensor. This variable may be used several times (numbered consecutively), depending on the number of external core temperature sensors that exist.
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
8.2.3.10 SpecialCookingMode variable
This variable describes additional cooking methods that do not belong to the standard scope of a combi steamer.
The data type for the SpecialCookingModeEnumeration is defined in 8.4.2.
8.2.3.11 SetProcessTimeStep variable
This variable describes the set process time of the current cooking step in seconds.
The EngineeringUnit property of the AnalogItemType has the value s. The value for the EURange property is device-specific.
8.2.3.12 TimeRemainingStep variable
This variable describes the remaining process time of the current cooking step in seconds.
The EngineeringUnit property of the AnalogItemType has the value s. The value for the EURange property is device-specific.
8.2.3.13 SetHumidity variable
This variable describes the set humidity in percent.
The EngineeringUnit property of the AnalogItemType has the value %. The value for the EURange property is device-specific.
8.2.3.14 ActualHumidity variable
This variable describes the actual humidity in percent.
The EngineeringUnit property of the AnalogItemType has the value %. The value for the EURange property is device-specific.
8.2.3.15 IsDoorOpen variable
This variable describes whether the door is open.
8.2.3.16 IsEnergySavingActive variable
This variable describes whether the energy saving mode is active. The heating power is reduced in this mode.
8.2.3.17 IsSteamExhaustSystemActive variable
This variable describes whether the steam extraction is active.
8.2.3.18 IsLoaActive variable
This variable describes whether the device, when connected to a power optimisation system (LOA), has received the release for heating. The value applies only to those devices that are equipped with a LOA connection and are connected.
8.3 CombiSteamerDeviceType
8.3.1 General
CombiSteamerDeviceType describes a device from the CombiSteamer device class.
8.3.2 Definition of the object type
The CombiSteamerDeviceType is formally defined in Table 23.
| Attribute | Value | |||||
| BrowseName | CombiSteamerDeviceType | |||||
| IsAbstract | False | |||||
| References | NodeClass | BrowseName | DataType | TypeDefinition |
Modelling
Rule AccessLevel | |
|---|---|---|---|---|---|---|
| Subtype of CommercialKitchenDeviceType | ||||||
| HasProperty | Variable | EnergySource | EnergySourceEnumeration | PropertyType | M, R | |
| HasProperty | Variable | IsWithAutomaticCleaning | Boolean | PropertyType | M, R | |
| HasProperty | Variable | IsWithInternalCoreTempSensor | Boolean | PropertyType | M, R | |
| HasProperty | Variable | IsWithExternalCoreTempSensor | Boolean | PropertyType | M, R | |
| HasProperty | Variable | IsWithSousvideTempSensor | Boolean | PropertyType | M, R | |
| HasComponent | Object | CombiSteamer | CombiSteamerParameterType | M | ||
8.3.3 Description of the object type
8.3.3.1 EnergySource property
The EnergySource property returns the type of energy supply. The data type for the EnergySourceEnumeration is defined in 21.1.
8.3.3.2 IsWithAutomaticCleaning property
This property describes whether the device is equipped with automatic cleaning.
8.3.3.3 IsWithInternalCoreTempSensor property
This property describes whether the device is equipped with an internal core temperature sensor.
8.3.3.4 IsWithExternalCoreTempSensor property
This property describes whether the device is equipped with an external core temperature sensor.
8.3.3.5 IsWithSousvideTempSensor property
This property describes whether the device is equipped with a sous-vide temperature sensor.
8.3.3.6 Object CombiSteamer
The CombiSteamer object contains the parameters for a device of the type CombiSteamer.
8.4 Data types for enumerations
8.4.1 CombiSteamerModeEnumeration
The data type is an enumeration of the current status of the device.
The enumeration values are defined in Table 24.
| Value | Description |
| Off_0 | Off |
| On_1 | On |
| Preheat_2 | Heating up |
| StandBy_3 | Eco mode |
| Steaming_4 | Steaming |
| CombiSteaming_5 | Combi steaming |
| HotAir_6 | Hot air |
| Perfection_7 | Regeneration |
| Cleaning_8 | Cleaning |
| PresetStart_9 | Start time preselection active |
| Error_10 | Error state |
8.4.2 SpecialCookingModeEnumeration
This data type is an enumeration of the various special cooking modes.
The enumeration values are defined in Table 25.
| Value | Description |
| NoSpecialMode_0 | No special mode active |
| Baking_1 | Baking |
| SousVide_2 | Cooking sous-vide |
| RestStage_3 | Resting step |
| Humidification_4 | Steaming |
| PerfectHold_5 | Keeping warm |
| InfoStep_6 | Info step |
| Smoking_7 | Smoking |
| LowTemp-Cooking_8 | LT cooking |
| DeltaTSteaming_9 | Delta-T steaming |