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.
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.
| Attribute | Value | |||||
| BrowseName | FryerParameterType | |||||
| IsAbstract | False | |||||
| References | NodeClass | BrowseName | DataType | TypeDefinition |
Modelling
Rule AccessLevel | |
|---|---|---|---|---|---|---|
| Subtype of KitchenDeviceParameterType | ||||||
| HasComponent | Variable | ProgramMode | FryerModeEnumeration | 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 | SignalMode | SignalModeEnumeration | BaseDataVariableType | M, R | |
| HasComponent | Variable | IsLiftUp | Boolean | BaseDataVariableType | O, 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.
| Attribute | Value | |||||
| BrowseName | FryerDeviceType | |||||
| IsAbstract | False | |||||
| References | NodeClass | BrowseName | DataType | TypeDefinition |
Modelling
Rule AccessLevel | |
|---|---|---|---|---|---|---|
| Subtype of CommercialKitchenDeviceType | ||||||
| HasProperty | Variable | IsWithLift | Boolean | PropertyType | M, R | |
| HasProperty | Variable | EnergySource | EnergySourceEnumeration | PropertyType | M, R | |
| HasComponent | Object | FryerCup_<No.> | FryerParameterType | MP | ||
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.
| Value | Description |
| Off_0 | Off |
| Preheat_1 | Heating up |
| Melting_2 | Fat melting stage (95 °C) |
| Frying_3 | Frying procedure |
| StandBy_4 | Eco-mode, lowering of the temperature |
| Filtering_5 | Oil is being filtered |
| Error_6 | Error state |
6.4.2 SignalModeEnumeration
This data type is an enumeration of the signal state.
The enumeration values are defined in Table 17.
| Value | Description |
| SignalOff_0 | Signal switched off |
| SignalOn_1 | Signal switched on |
| SignalAck_2 | Signal acknowledged |