6 Type definitions for Fryer

6.1 General

The fryer is used to fry various cooked foods, such as French fries and others. A system may consist of one or more fryer vats. Each fryer vat can be operated individually.

If the device is equipped with a lift, the frying basket of each vat can be automatically lowered and raised again after an adjustable cooking time.

Figure 10 shows an overview of the object types for the Fryer device class.

Figure 10 — Overview of Fryer object types

6.2 FryerParameterType

6.2.1 General

FryerParameterType provides information about the state, the set values and the current actual values of a frying vat.

6.2.2 Definition of the object type

The FryerParameterType is formally defined in Table 14.

Table 14 — FryerParameterType definition
Attribute Value
BrowseNameFryerParameterType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Modelling
Rule AccessLevel
Subtype of KitchenDeviceParameterType
HasComponentVariableProgramModeFryerModeEnumerationBaseDataVariableTypeM, R
HasComponentVariableSetTemperatureFloatAnalogItemTypeM, R
HasComponentVariableActualTemperatureFloatAnalogItemTypeM, R
HasComponentVariableSetProcessTimeInt32AnalogItemTypeM, R
HasComponentVariableTimeRemainingInt32AnalogItemTypeM, R
HasComponentVariableSignalModeSignalModeEnumerationBaseDataVariableTypeM, R
HasComponentVariableIsLiftUpBooleanBaseDataVariableTypeO, R

6.2.3 Description of the object type

6.2.3.1 ProgramMode variable

This variable describes the state of the device, e.g. heating up or frying.

The data type for the FryerModeEnumeration is defined in 6.4.1.

6.2.3.2 SetTemperature variable

This variable contains the set temperature to which the frying fat is to be heated.

The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.

6.2.3.3 ActualTemperature variable

This variable describes the currently measured frying temperature.

The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.

6.2.3.4 SetProcessTime variable

This variable describes the set cooking time in seconds.

The EngineeringUnit property of the AnalogItemType has the value s. The value for the EURange property is device-specific.

6.2.3.5 TimeRemaining variable

This variable describes the remaining frying time in seconds.

The EngineeringUnit property of the AnalogItemType has the value s. The value for the EURange property is device-specific.

6.2.3.6 SignalMode variable

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 6.4.2.

6.2.3.7 IsLiftUp variable

This variable describes whether the frying basket is raised.

6.3 FryerDeviceType

6.3.1 General

A fryer may consist of one or more frying vats. Each fryer vat can be operated individually. The device can be equipped with a lift for the frying basket for each existing frying vat.

6.3.2 Definition of the object type

The FryerDeviceType is formally defined in Table 15.

Table 15 — FryerDeviceType definition
Attribute Value
BrowseNameFryerDeviceType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Modelling
Rule AccessLevel
Subtype of CommercialKitchenDeviceType
HasPropertyVariableIsWithLiftBooleanPropertyTypeM, R
HasPropertyVariableEnergySourceEnergySourceEnumerationPropertyTypeM, R
HasComponentObjectFryerCup_<No.> FryerParameterTypeMP

6.3.3 Descripiton of the object type

6.3.3.1 IsWithLift property

This property describes whether the device has an automatic lift for raising and lowering the frying basket.

6.3.3.2 EnergySource property

The EnergySource property returns the type of energy supply. The data type for the EnergySourceEnumeration is defined in 21.1.

6.3.3.3 FryerCup_<No.> objects

A fryer may consist of one or more frying vats. The FryerCup_<No.> object contains the data of a frying vat.

6.4 Data types for enumerations

6.4.1 FryerModeEnumeration

The data type is an enumeration of the current status of the fryer.

The enumeration values are defined in Table 16.

Table 16 — FryerModeEnumeration values
Value Description
Off_0Off
Preheat_1Heating up
Melting_2Fat melting stage (95 °C)
Frying_3Frying procedure
StandBy_4Eco-mode, lowering of the temperature
Filtering_5Oil is being filtered
Error_6Error state

6.4.2 SignalModeEnumeration

This data type is an enumeration of the signal state.

The enumeration values are defined in Table 17.

Table 17 — SignalModeEnumeration values
Value Description
SignalOff_0Signal switched off
SignalOn_1Signal switched on
SignalAck_2Signal acknowledged