21 IdentificationType
The IdentificationType represents general information about a machine. The information is fixed by the manufacturer and not changeable by the user. It is used instead of the MachineInformationType where the detailed information of the MachineInformationType is not needed e.g. in a horizonal communication between machines in a production line.
| Attribute | Value | ||||
| BrowseName | IdentificationType | ||||
| IsAbstract | False | ||||
| References | Node Class | BrowseName | DataType | TypeDefinition | Other |
|---|---|---|---|---|---|
| Subtype of 2:ComponentType defined in OPC UA 10000-100 (Devices) | |||||
| 0:HasProperty | Variable | 2:DeviceClass | 0:String | 0:PropertyType | M, RO |
| 0:HasProperty | Variable | 2:Manufacturer | 0:LocalizedText | 0:PropertyType | M, RO |
| 0:HasProperty | Variable | 2:Model | 0:LocalizedText | 0:PropertyType | M, RO |
| 0:HasProperty | Variable | 2:SerialNumber | 0:String | 0:PropertyType | M, RO |
| 0:HasProperty | Variable | YearOfConstruction | 0:UInt16 | 0:PropertyType | O, RO |
21.1 Properties included in ComponentType
The following parameters are already included in the ComponentType (defined in OPC UA Part 100).
21.1.1 DeviceClass
The DeviceClass Property indicates in which domain or for what purpose a certain device is used. The Property is optional in OPC UA DI. Here it is overridden and made mandatory. The value is specified in the specific Companion Specification (e.g. "Hot Runner Device " for OPC 40082-2)
21.1.2 Manufacturer
The Manufacturer Property provides the name of the manufacturer of the machine (e.g. "Negri Bossi"). The Property is optional in OPC UA DI. Here it is overridden and made mandatory.
21.1.3 Model
The Model Property represents the name of the machine type (e.g. "KM 1000-2500", "Allrounder"). The Property is optional in OPC UA DI. Here it is overridden and made mandatory.
21.1.4 SerialNumber
The SerialNumber Property represents the serial number of the machine (unique ID given by the manufacturer, e.g. "1240114"). The Property is optional in OPC UA DI. Here it is overridden and made mandatory.
21.1.5 SoftwareRevision
The optional SoftwareRevision Property represents the software version used in the control unit (e.g. "nb2001v11B030").
21.1.6 ProductCode
The optional ProductCode Property represents the product code (e.g. article number) of the machine (e.g. "123.4567.89").
21.2 Additional property YearOfConstruction
The YearOfConstruction Property represents the year of construction of the machine (e.g. "2018").