13 OperationType
13.1 OperationType definition
Provides Objects and Variables relevant for the operation of the machine and is formally defined in Table 24.

| Attribute | Value | ||||
| BrowseName | OperationType | ||||
| IsAbstract | False | ||||
| References | Node Class | BrowseName | DataType | TypeDefinition | Other |
|---|---|---|---|---|---|
| Subtype of the 0:BaseObjectType defined in OPC UA 10000-5 | |||||
| 0:HasComponent | Variable | ControlVoltageSwitch | 0:Boolean | 0:BaseDataVariableType | M, RO |
| 0:HasComponent | Object | PeripheralDevices | 0:FolderType | M | |
| 0:HasComponent | Object | JobInformation | 0:FolderType | M | |
| 0:HasComponent | Variable | ProcessingMode | ProcessingModeEnumeration | 0:BaseDataVariableType | M, RO |
| Conformance Units | |||||
|---|---|---|---|---|---|
| OPC 40092-1 PeripheralDevices | |||||
| OPC 40092-1 JobInformation |
The components of the OperationType have additional subcomponents which are defined in Table 25.
| Source Path | Reference | NodeClass | BrowseName | DataType | TypeDefinition | Others |
| PeripheralDevices | 0:HasComponent | Variable | <Device_Nr> | 0:Boolean | 0:BaseDataVariableType | OP |
| JobInformation | 0:HasComponent | Variable | JobName | 0:String | 0:BaseDataVariableType | O, RO |
| JobInformation | 0:HasComponent | Variable | FinishedParts | 0:UInt32 | 0:BaseDataVariableType | O, RO |
13.2 ControlVoltageSwitch
Provides information, if the control voltage switch is switched on or off. The drives can only be operated with active control voltage.
13.3 PeripheralDevices
Folder containing information about the active state of peripheral devices.
13.3.1 Device
Provides information, if the peripheral device is active or not. Further information shall be provided in the Description NodeAttribute.
13.4 JobInformation
The instances of this ObjectType provide information about the current job.
13.4.1 JobName
Provides information about the current job name. Readable only, "string" :AlphaNumeric
13.4.2 FinishedParts
Provides a counter for finished parts, e.g. sheets.
13.5 ProcessingMode
The ProcessingMode Variable provides information about the current processing mode as addition to the MachineOperationMode state Processing.
| Name | Value | Description |
| Manual | 0 | Machine is in manual mode |
| SemiAutomatic | 1 | Machine is in semi-automatic mode |
| Automatic | 2 | Machine is in automatic mode |