This EventType is used to inform the client a finished product unit. It is fired by the parent JobGroups object to have only one Node for the subscription.
Table 30 – UnitFinishedEventType Definition
Attribute |
Value |
||||
BrowseName |
UnitFinishedEventType |
||||
IsAbstract |
True |
||||
References |
Node Class |
BrowseName |
DataType |
TypeDefinition |
Other |
Subtype of 0:BaseEventType defined 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 |
Unit |
0:UInt32 |
0:PropertyType |
M |
0:HasProperty |
Variable |
GoodProduct |
0:Boolean |
0:PropertyType |
M |
JobGroupId: Id of the job group.
Unit:Counter, which unit out of the total amount has been finished.(e.g. roll number 4 roll is finished)
GoodProduct:Information if the finished unit has a good quality.
The SourceNode (part of BaseEventType) shall be the NodeId of the relevant job.