The term "frying pan" includes the following device types
tilting frying pan;
braising pan
pressure braising pan.
Figure 11 shows an overview of the object types for the Frying Pan device class.
Figure 11 — Overview of object types for Frying Pan
FryingPanParameterType provides information about the state of the device, the set values and the current actual values.
The FryingPanParameterType is formally defined in Table 18.
Table 18 — FryingPanParameterType definition
Attribute |
Value |
|||||
BrowseName |
FryingPanParameterType |
|||||
IsAbstract |
False |
|||||
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
ModellingRule AccessLevel |
|
Subtype of KitchenDeviceParameterType |
||||||
HasComponent |
Variable |
ProgramMode |
FryingPanModeEnumeration |
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 |
|
HasComponent |
Variable |
ActualPressurePan |
Float |
AnalogItemType |
O, R |
|
HasComponent |
Variable |
IsLidLocked |
Boolean |
BaseDataVariableType |
O, R |
This variable describes the state of the device, e.g. heating up or frying.
The data type for the FryingPanModeEnumeration is defined in section 7.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. With pressure cooking the set pressure is calculated on the basis of the set 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 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 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 7.4.2.
This variable describes the currently measured pressure in the pan.
The EngineeringUnit property of the AnalogItemType has the value mbar. The value for the EURange property is device-specific.
This variable describes whether the lid is locked.
FryingPanDeviceType describes a device from the FryingPan device class. The following device types belong to this device class:
—tilting frying pan;
—braising pan
—pressure braising pan.
The FryingPanDeviceType is formally defined in Table 19.
Table 19 — FryingPanDeviceType definition
Attribute |
Value |
|||||
BrowseName |
FryingPanDeviceType |
|||||
IsAbstract |
False |
|||||
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
ModellingRule AccessLevel |
|
Subtype of CommercialKitchenDeviceType |
||||||
HasProperty |
Variable |
IsWithPressure |
Boolean |
PropertyType |
M, R |
|
HasProperty |
Variable |
EnergySource |
EnergySourceEnumeration |
PropertyType |
M, R |
|
HasComponent |
Object |
FryingPan |
|
FryingPanParameterType |
M, R |
This property describes whether the device has the equipment for pressure cooking.
The Energy property returns the type of energy supply. The data type for the EnergySourceEnumeration is defined in 21.1.
The FryingPan object contains the parameters for a device of the type FryingPan.
The data type is an enumeration of the possible status values of the device.
The enumeration values are defined in Table 20.
Table 20 — FryingPanModeEnumeration 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 |
Frying_5 |
Frying |
PressureCooking_6 |
Pressure cooking |
KeepWarming_7 |
Keeping warm |
PresetStart_8 |
Start time preselection active |
Error_9 |
Error state |
This data type is an enumeration of the signal state.
The enumeration values are defined in Table 21.
Table 21 — SignalModeEnumeration values
Value |
Description |
SignalOff_0 |
Signal switched off |
SignalOn_1 |
Signal switched on |
SignalAck_2 |
Signal acknowledged |