9 Management of Jobs with job groups and jobs

9.2 JobGroupType

9.2.23 JobGroupStatusChangedEventType

This EventType is used to inform the client about the change of the Status Property of a job group. It is fired by the parent JobGroups object to have only one Node for the subscription.
Table 27 – JobGroupStatusChangedEventType Definition
Attribute | Value | ||||
---|---|---|---|---|---|
BrowseName | JobGroupStatusChangedEventType | ||||
IsAbstract | True | ||||
References | Node Class | BrowseName | DataType | TypeDefinition | Other |
Subtype of 0:BaseEventType defined in OPC UA Part 5 | |||||
0:HasProperty | Variable | Id | 0:String | 0:PropertyType | M |
0:HasProperty | Variable | LastStatus | 3:JobStatusEnumeration | 0:PropertyType | M |
0:HasProperty | Variable | ActiveStatus | 3:JobStatusEnumeration | 0:PropertyType | M |
Id: Id of the job group.
LastStatus: Value of the Status Property of the job group before the change
ActiveStatus: Value of the Status Property of the job group after the change
The SourceNode (part of BaseEventType) shall be the NodeId of the relevant job group.