5.5 KitchenDeviceParameterType
5.5.1 Object type definition
The KitchenDeviceParameterType is formally defined in Table 13. It represents the abstract base type for the device-specific parameter object types.
| Attribute | Value | |||||
| BrowseName | KitchenDeviceParameterType | |||||
| IsAbstract | True | |||||
| References | NodeClass | BrowseName | DataType | TypeDefinition |
Modelling
Rule | |
|---|---|---|---|---|---|---|
| Subtype of the BaseObjectType defined in OPC 10000-5. | ||||||
| HasComponent | Variable | ProgramId | Int32 | BaseDataVariableType | O, R | |
| HasComponent | Variable | ProgramName | LocalizedText | BaseDataVariableType | O, R | |
| HasComponent | Variable | ProgramUId | Guid | BaseDataVariableType | O, R | |
5.5.2 ObjectType description
5.5.2.1 ProgramId variable
The ProgramId Variable with the data type Int32 represents the program number of the currently selected program.
5.5.2.2 ProgramName variable
The ProgramName Variable with the data type LocalizedText represents the program name of the currently selected program. If no names are available, the program number can also be used as text.
5.5.2.3 ProgramUId variable
The ProgramUId Variable with the data type Guid represents the globally unique identifier of the currently selected program.