6 OPC UA ObjectTypes

6.19 LogbookEvent

6.19.2 ControlModeChangeLogType

The ControlModeChangeLogType is used to log changes of the ControlMode Property of the machine module. The ControlMode property is contained in the LiveStatus object of the MachineModule.
Table 52 – ControlModeChangeLogType Definition
Attribute | Value | ||||
---|---|---|---|---|---|
BrowseName | ControlModeChangeLogType | ||||
IsAbstract | False | ||||
References | Node Class | BrowseName | DataType | TypeDefinition | Modelling Rule |
Subtype of LogbookEventType | |||||
HasComponent | Variable | NewControlMode | ControlModeEnumeration | BaseDataVariableType | Mandatory |
HasComponent | Variable | OldControlMode | ControlModeEnumeration | BaseDataVariableType | Mandatory |
ControlModeEnumeration DataType is defined in 6.2.3.1.
The NewControlMode Variable represents the new control mode of the MachineModule.
The OldControlMode Variable represents the previous control mode of the MachineModule.