The JoiningSystemEventType is an EventType which is a subtype of BaseEventType, defined in OPC 10000-5. This is a general event defined to send any type of errors, alerts, system specific information.

Note: This EventType can be sub-typed to define specific type of events based on required criteria.

Figure 10 defines the structure. It is formally defined in Table 56.

image015.png

Figure 10 - Overview of JoiningSystemEventType

Table 56 - JoiningSystemEventType Definition

Attribute

Value

BrowseName

JoiningSystemEventType

IsAbstract

False

References

NodeClass

BrowseName

DataType

TypeDefinition

Other

Subtype of the BaseEventType defined in OPC 10000-5 which means it inherits the InstanceDeclarations of that Node.

0:HasProperty

Variable

JoiningTechnology

0:LocalizedText

0:PropertyType

O

This EventType inherits all Properties of the BaseEventType.

The optional JoiningTechnology is a human readable text to identify which joining technology triggered the event. Examples: Tightening, Gluing, Riveting, Flow Drill Fastening, etc.

The ResultReadyEventType is an EventType which is a subtype of BaseEventType, defined in OPC 10000-5. This event is to be triggered by the server when the tightening system has a complete or partial result available for the client.

To enable access to a result, several properties of the result, which are generated by the system, are supplied. These properties can be used to query the results in the ResultManagement object. A sufficiently small result can also be provided in the ResultContent component of the event.

Note: It is possible to send the complete result data using this event. ResultType has required parameters to indicate if the result data is complete or not.

Figure 11 defines the structure. It is formally defined in Table 57.

image016.png

Figure 11 - Overview of ResultReadyEventType

Table 57 - ResultReadyEventType Definition

Attribute

Value

BrowseName

ResultReadyEventType

IsAbstract

False

References

NodeClass

BrowseName

DataType

TypeDefinition

Other

Subtype of the BaseEventType defined in OPC 10000-5 which means it inherits the InstanceDeclarations of that Node.

0:HasComponent

Variable

Result

ResultDataType

ResultType

M

This EventType inherits all Properties of the BaseEventType.

The mandatory Result Variable is an instance of ResultType with the required mandatory and optional parameters defined in the following section 9.1.