13 OperationType

13.1 OperationType definition

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

Figure 15 - Overview of OperationType
Table 24 - OperationType ObjectType Definition
Attribute Value
BrowseNameOperationType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the 0:BaseObjectType defined in OPC UA 10000-5
0:HasComponentVariableControlVoltageSwitch0:Boolean0:BaseDataVariableTypeM, RO
0:HasComponentObjectPeripheralDevices0:FolderTypeM
0:HasComponentObjectJobInformation0:FolderTypeM
0:HasComponentVariableProcessingModeProcessingModeEnumeration0:BaseDataVariableTypeM, 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.

Table 25 - OperationType Additional Subcomponents
Source Path Reference NodeClass BrowseName DataType TypeDefinition Others
PeripheralDevices0:HasComponentVariable<Device_Nr>0:Boolean0:BaseDataVariableTypeOP
JobInformation0:HasComponentVariableJobName0:String0:BaseDataVariableTypeO, RO
JobInformation0:HasComponentVariableFinishedParts0:UInt320:BaseDataVariableTypeO, 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.

Table 26 - ProcessingModeEnumeration Items
Name Value Description
Manual0Machine is in manual mode
SemiAutomatic1Machine is in semi-automatic mode
Automatic2Machine is in automatic mode