Figure 15 shows an overview of the object types for the Cooking Kettle device class.
Figure 15 — Overview of the object types for Cooking Kettle
Various cooking processes are possible with a cooking kettle; these include:
—Gently bring to boil;
—Cooking with various power and simmering stages;
—Keeping warm.
In addition, an agitator can be used.
CookingKettleParameterType provides information about the state of the device, the set values and the current actual values.
The CookingKettleParameterType is formally defined in Table 33.
Table 33 — CookingKettleParameterType definition
Attribute |
Value |
|||||
BrowseName |
CookingKettleParameterType |
|||||
IsAbstract |
False |
|||||
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
ModellingRule AccessLevel |
|
Subtype of KitchenDeviceParameterType |
||||||
HasComponent |
Variable |
ProgramMode |
CookingKettleModeEnumeration |
BaseDataVariableType |
M, R |
|
HasComponent |
Variable |
CookingLevel |
Int32 |
BaseDataVariableType |
M, R |
|
HasComponent |
Variable |
SetTemperature |
Float |
AnalogItemType |
M, R |
|
HasComponent |
Variable |
ActualTemperature |
Float |
AnalogItemType |
M, R |
|
HasComponent |
Variable |
SetProcessTime |
Int32 |
AnalogItemType |
M, R |
|
HasComponent |
Variable |
TimeRemaining |
Int32 |
AnalogItemType |
M, R |
|
HasComponent |
Variable |
SetCoreTemperature |
Float |
AnalogItemType |
M, R |
|
HasComponent |
Variable |
ActualCoreTemperature |
Float |
AnalogItemType |
M, R |
|
HasComponent |
Variable |
SignalMode |
SignalModeEnumeration |
BaseDataVariableType |
M, R |
This variable describes the state of the device, e.g. heating up, frying.
The data type for the CookingKettleModeEnumeration is defined in section 11.4.1.
This variable describes the cooking level with which heating up is to take place. The value is used only in the Cook and CookSlow ProgramMode.
This variable contains the set temperature to which heating up is to take place.
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
This variable describes the currently measured temperature.
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
This variable describes the set process time in seconds.
The EngineeringUnit property of the AnalogItemType has the value s. The value for the EURange property is device-specific.
This variable describes the remaining process time for cooking in seconds.
The EngineeringUnit property of the AnalogItemType has the value s. The value for the EURange property is device-specific.
This variable describes the set core temperature.
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
This variable describes the currently measured core temperature.
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
This variable describes the state of the signal output. In addition to the on and off states, the "Signal was acknowledged" state is also saved.
The data type for the SignalModeEnumeration is defined in 11.4.2.
CookingKettleDeviceType describes a device from the Cooking Kettle device class.
The CookingKettleDeviceType is formally defined in Table 34.
Table 34 — CookingKettleDeviceType definition
Attribute |
Value |
|||||
BrowseName |
CookingKettleDeviceType |
|||||
IsAbstract |
False |
|||||
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
ModellingRule AccessLevel |
|
Subtype of CommercialKitchenDeviceType |
||||||
HasProperty |
Variable |
IsWithAgitator |
Boolean |
PropertyType |
M, R |
|
HasProperty |
Variable |
IsWithCooling |
Boolean |
PropertyType |
M, R |
|
HasProperty |
Variable |
EnergySource |
EnergySourceEnumeration |
PropertyType |
M, R |
|
HasComponent |
Object |
CookingKettle |
|
CookingKettleParameterType |
M, R |
This property describes whether the device is equipped with an agitator.
This property describes whether the device is equipped with a cooling function.
The Energy property returns the type of energy supply. The data type for the EnergySourceEnumeration is defined in 21.1.
The CookingKettle object contains the parameters for a device of the type Cooking Kettle.
The data type is an enumeration of the current status of the device.
The enumeration values are defined in Table 35.
Table 35 — CookingKettleModeEnumeration values
Value |
Description |
Off_0 |
off |
Preheat_1 |
Heating up |
SoftCook_2 |
Gently bring to boil |
Cook_3 |
Bring to boil with 3 simmering stages |
CookSlow_4 |
Boiling with 3 power stages |
KeepWarming_5 |
Keeping warm |
Stiring_6 |
only agitator active |
PresetStart_7 |
Start time preselection active |
Error_8 |
Error state |
This data type is an enumeration of the signal state.
The enumeration values are defined in Table 36.
Table 36 — SignalModeEnumeration values
Value |
Description |
SignalOff_0 |
Signal switched off |
SignalOn_1 |
Signal switched on |
SignalAck_2 |
Signal acknowledged |