18.2.1 JobInformationType Definition
This ObjectType represents the data of the job. It is formally defined in Table 73.
| Attribute | Value | ||||
| BrowseName | JobInformationType | ||||
| IsAbstract | True | ||||
| References | Node Class | BrowseName | DataType | TypeDefinition | Other |
|---|---|---|---|---|---|
| Subtype of 0:BaseObjectType defined in OPC UA Part 5 | |||||
| 0:HasProperty | Variable | JobName | 0:String | 0:PropertyType | M, RO |
| 0:HasProperty | Variable | JobDescription | 0:String | 0:PropertyType | M, RO |
| 0:HasProperty | Variable | CustomerName | 0:String | 0:PropertyType | M, RO |
| 0:HasProperty | Variable | ProductionDatasetName | 0:String | 0:PropertyType | M, RO |
| 0:HasProperty | Variable | ProductionDatasetDescription | 0:String | 0:PropertyType | M, RO |
| 0:HasProperty | Variable | Material | 0:String[] | 0:PropertyType | M, RO |
| 0:HasProperty | Variable | ProductName | 0:String[] | 0:PropertyType | M, RO |
| 0:HasProperty | Variable | ProductDescription | 0:String[] | 0:PropertyType | M, RO |
| 0:HasProperty | Variable | ContinueAtJobEnd | 0:Boolean | 0:PropertyType | M, RW |
| 0:HasSubtype | ObjectType | CyclicJobInformationType | |||
The JobInformationType is abstract. A derived concrete type, which includes a method for writing the Properties, must be used (e.g. CyclicJobInformationType).
NOTE: A second subtype ContinuousJobInformationType will be added in the future.