9 OPC UA EventTypes

9.6 ProductionProgramTransitionEventType

The ProductionProgramTransitionEventType is sent after a transition of the ProductionProgramStateMachineType is triggered.
The ProductionProgramTransitionEventType is formally defined in Table 73.
Table 73 – ProductionProgramTransitionEventType Definition
Attribute | Value |
---|---|
BrowseName | ProductionProgramTransitionEventType |
IsAbstract | True |
Subtype of the TransitionEventType defined in OPC 10000-5 which means it inherits the InstanceDeclarations of that Node.
References | NodeClass | BrowseName | DataType | TypeDefinition | Other |
---|---|---|---|---|---|
0:HasProperty | Variable | Name | 0:String | 0:PropertyType | M, RO |
0:HasProperty | Variable | JobIdentifier | 0:String | 0:PropertyType | M, RO |
All Variable values in the ProductionProgramTransitionEventType shall be the values of those Variables valid after the transition.
Name is used as defined in 8.4.4.
JobIdentifier is a copy of the Identifier property of the ProductionProgramType instance this program belongs to.