11 OPC UA EventTypes

11.1 ProductFinishedEventType

This ProductFinishedEventType is send if a Product is finished.

Its representation in the AddressSpace is formally defined in Table 50.

Table 50 – ProductFinishedEventType definition
Attribute Value
BrowseNameProductFinishedEventType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of the 0:BaseEventType defined in OPC 10000-3, which means it inherits the InstanceDeclarations of that Node.
0:HasPropertyVariableJobOrderID0:String0:PropertyType0:Mandatory
0:HasPropertyVariableMaterialDefinitionID0:String0:PropertyType0:Mandatory
0:HasPropertyVariableProductID0:String0:PropertyType0:Mandatory
0:HasPropertyVariableResultIDs0:TrimmedString[]0:PropertyType0:Mandatory
0:HasPropertyVariableRun0:UInt320:PropertyType0:Mandatory
0:HasPropertyVariableStartTime0:DateTime0:PropertyType0:Mandatory
0:HasPropertyVariableEndTime0:DateTime0:PropertyType0:Mandatory
0:HasPropertyVariableState5:JobResult0:PropertyType0:Mandatory
Conformance Units
WireHarness ProductFinishedEventType

JobOrderID contains the unique identifier of the production order that controls the manufacturing process.

MaterialDefinitionID contains the identifier for the material or material class used in the production process.

ProductID contains the unique identifier of the produced product.

ResultIDs contains the list of result identifiers related to quality or process data from production.

Run contains the specific execution instance of a job.

StartTime contains the timestamp when the production run or process started.

EndTime contains the timestamp when the production run or process finished

11.2 RunCompleteEventType

This RunCompleteEventType is send if a Run (a set of Products) is finished.

Its representation in the AddressSpace is formally defined in Table 50.

Table 51 – RunCompleteEventType definition
Attribute Value
BrowseNameRunCompleteEventType
IsAbstractTrue
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of the 0:BaseEventType defined in OPC 10000-3., which means it inherits the InstanceDeclarations of that Node.
0:HasPropertyVariableEndTime0:DateTime0:PropertyType0:Mandatory
0:HasPropertyVariableGoodQuantity0:Double0:PropertyType0:Mandatory
0:HasPropertyVariableJobOrderID0:String0:PropertyType0:Mandatory
0:HasPropertyVariableProducedQuantity0:Double0:PropertyType0:Mandatory
0:HasPropertyVariableProductIDs0:String[]0:PropertyType0:Mandatory
0:HasPropertyVariableRun0:UInt320:PropertyType0:Mandatory
0:HasPropertyVariableStartTime0:DateTime0:PropertyType0:Mandatory
Conformance Units
WireHarness RunCompleteEventType

EndTime contains the timestamp when the production run or process finished.

GoodQuantity contains the number of produced units that meet quality requirements.

JobOrderID contains the unique identifier of the production order that controls the manufacturing process

ProducedQuantity contains the total number of produced units, including both good and defective ones.

ProductIDs contains the unique identifiers of the produced products.

Run contains the specific execution instance of a job

StartTime contains the timestamp when the production run or process started.