This EventTypeis used to inform the client about the change of the Status Propertyof a job. It is fired by the JobGroups objectto have only one Node for the subscription.
Table 29– JobStatusChangedEventType Definition
Attribute |
Value |
||||
BrowseName |
JobStatusChangedEventType |
||||
IsAbstract |
True |
||||
References |
Node Class |
BrowseName |
DataType |
TypeDefinition |
Other |
Subtype of 0:BaseEventTypedefined in OPC UA Part 5 |
|||||
0:HasProperty |
Variable |
JobGroupId |
0:String |
0:PropertyType |
M |
0:HasProperty |
Variable |
JobId |
0:String |
0:PropertyType |
M |
0:HasProperty |
Variable |
LastStatus |
3:JobStatusEnumeration |
0:PropertyType |
M |
0:HasProperty |
Variable |
ActiveStatus |
3:JobStatusEnumeration |
0:PropertyType |
M |
JobGroupId: Idof the job group.
LastStatus:Value of the Status Propertyof the job group before the change
ActiveStatus:Value of the Status Propertyof the job group after the change
The SourceNode(part of BaseEventType) shall be the NodeIdof the relevant job.