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.