16.2 TrayType
16.2.1 Definition of the object type
The TrayType is formally defined in Table 55.
| Attribute | Value | |||||
| BrowseName | TrayType | |||||
| IsAbstract | False | |||||
| References | NodeClass | BrowseName | DataType | TypeDefinition |
Modelling
Rule AccessLevel | |
|---|---|---|---|---|---|---|
| Subtype of KitchenDeviceParameterType | ||||||
| HasComponent | Variable | ProgramMode | TrayModeEnumeration | BaseDataVariableType | M, RW | |
| HasComponent | Variable | ActualTemperature | Float | AnalogItemType | M, R | |
| HasComponent | Variable | SetTemperature | Float | AnalogItemType | M, RW | |
| HasProperty | Variable | Name | String | PropertyType | M, RW | |
| HasComponent | Variable | Type | TrayTypeEnumeration | BaseDataVariableType | M, R | |
| HasComponent | Variable | ActiveSince | Int32 | AnalogItemType | M, R | |
| HasComponent | Variable | OperatingCounter | Int32 | AnalogItemType | M, R | |
16.2.2 Description of the object type
16.2.2.1 ProgramMode variable
Represents the current operation mode.
The data type for the TrayModeEnumeration is defined in 16.4.1.
16.2.2.2 ActualTemperature variable
This variable contains the currently measured temperature.
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
16.2.2.3 SetTemperature variable
This variable contains the set temperature.
The EngineeringUnit property of the AnalogItemType has the value °C. The value for the EURange property is device-specific.
16.2.2.4 Name variable
Specifies a free-text designation for the tray.
16.2.2.5 Type variable
This variable represents the tray type.
The data type for the TrayModeEnumeration is defined in 16.4.2.
16.2.2.6 ActiveSince variable
Indicates the time in seconds since the start of the current operating state. If no valid count can be specified for the current state, the value -1 is signalled.
The EngineeringUnit property of the AnalogItemType has the value s. The value for the EURange property is device-specific.
16.2.2.7 OperatingCounter variable
This variable describes the accumulated operating time in seconds.
The EngineeringUnit property of the AnalogItemType has the value s. The value for the EURange property is device-specific.