18 Type definitions for Frying And Grilling Appliance
18.1 General
Figure 22 shows an overview of the object types for the Frying And Grilling Appliance device class.
18.2 FryingAndGrillingParameterType
18.2.1 Definition of the object type
The FryingAndGrillingParameterType is formally defined in Table 62.
| Attribute | Value | |||||
| BrowseName | FryingAndGrillingParameterType | |||||
| IsAbstract | False | |||||
| References | Node Class | BrowseName | DataType | TypeDefinition |
Modelling
Rule AccessLevel | |
|---|---|---|---|---|---|---|
| Subtype of KitchenDeviceParameterType | ||||||
| HasComponent | Variable | CurrentState | GrillingZoneStateEnumeration | BaseDataVariableType | O, R | |
| HasComponent | Variable | GrillingZoneName | String | BaseDataVariableType | O, R | |
| HasComponent | Variable | ActualGrillTemperature_<No.> | Float | AnalogItemType | OP, R | |
| HasComponent | Variable | SetGrillTemperature_<No.> | Float | AnalogItemType | OP, R | |
| HasComponent | Variable | ActualPlatenTemperature_<No.> | Float | AnalogItemType | OP, R | |
| HasComponent | Variable | SetPlatenTemperature_<No.> | Float | AnalogItemType | OP, R | |
| HasComponent | Variable | SetProcessTime | Int32 | AnalogItemType | O, R | |
| HasComponent | Variable | RemainingProcessTime | Int32 | AnalogItemType | O, R | |
| HasComponent | Variable | PlatenPositionState | PlatenPositionStateEnumeration | BaseDataVariableType | O, R | |
| HasComponent | Variable | IsWithPlaten | Boolean | BaseDataVariableType | M, R | |
18.2.2 Description of the object type
18.2.2.1 CurrentState variable
This variable describes the state of the device, e.g. standby or power output.
The data type for the GrillingZoneStateEnumeration is defined in section 18.4.1.
18.2.2.2 GrillingZoneName variable
This variable describes, for example, the position of the grilling zone, such as left grilling zone, right grilling zone.
18.2.2.3 ActualGrillTemperature_<No.> variable
This variable describes the currently measured grilling zone temperature. A grilling zone may consist of one or more areas (e.g. rear, middle, front).
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
18.2.2.4 SetGrillTemperature_<No.> variable
This variable contains the set temperature to which the grilling zone is to be heated. A grilling zone may consist of one or more areas (e.g. rear, middle, front).
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
18.2.2.5 ActualPlatenTemperature_<No.> variable
This variable describes the currently measured grill platen temperature. A grilling zone may consist of one or more areas (e.g. rear, middle, front).
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
18.2.2.6 SetPlatenTemperature_<No.> variable
This variable contains the set temperature to which the grill platen is to be heated. A grilling zone may consist of one or more areas (e.g. rear, middle, front).
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
18.2.2.7 SetProcessTime variable
This variable contains the set value for the grilling zone operating time.
The EngineeringUnit property of the AnalogItemType has the value s. The value for the EURange property is device-specific.
18.2.2.8 RemainingProcessTime variable
This variable contains the remaining running time of the grilling zone.
The EngineeringUnit property of the AnalogItemType has the value s. The value for the EURange property is device-specific.
18.2.2.9 PlatenPositionState variable
The variable contains the operating position of the disk.
The data type for the enumeration PlatenPositionState is defined in 18.4.2.
18.2.2.10 IsWithPlaten property
This property indicates whether the grill has a top grill platen (double-sided grilling).
18.3 FryingAndGrillingDeviceType
18.3.1 Definition of the object type
The FryingAndGrillingDeviceType is formally defined in Table 63.
| Attribute | Value | |||||
| BrowseName | FryingAndGrillingDeviceType | |||||
| IsAbstract | False | |||||
| References | NodeClass | BrowseName | DataType | TypeDefinition |
Modelling
Rule AccessLevel | |
|---|---|---|---|---|---|---|
| Subtype of CommercialKitchenDeviceType | ||||||
| HasProperty | Variable | EnergySource | EnergySourceEnumeration | PropertyType | M, R | |
| HasComponent | Object | GrillingZone_<No.> | FryingAndGrillingParameterType | MP, R | ||
18.3.2 Description of the FryingAndGrillingDeviceType object type
18.3.2.1 EnergySource property
The EnergySource property returns the type of energy supply. The data type for the EnergySourceEnumeration is defined in 21.1.
18.3.2.2 GrillingZone_<No.> objects
A grill may consist of one or more grilling zones. The GrillingZone_<No.> object contains the data for a grilling zone.
18.4 Data types for enumerations
18.4.1 GrillingZoneStateEnumeration
The data type is an enumeration of the possible operating states of the device.
The possible values are defined in Table 64.
| Value | Description |
| Off_0 | Off |
| Standby_1 | Device is in standby |
| Idle_2 | Device is in idle mode |
| Grilling_3 | Device is grilling |
18.4.2 PlatenPositionStateEnumeration
This data type is an enumeration of the possible operating positions of the platen.
The possible values are defined in Table 65.
| Value | Description |
| Home_0 | Platen is in the home position |
| Cooking_1 | Platen is in the grilling position |
| Idle_2 | Platen is in idle mode |
| Open_3 | Platen is open |