DataSet and Communication Channel Association
The diagram below provides a very generic overview of the responsibilities that must be implemented by the UA Application:
UA Data Networking
- represents a software exchanging the data using protocol compliant with the UA Part 14 Pub/Sub and binding the data with the underlying process.MessageHandler
- represents a selected transport protocol supporting unsolicited data distribution or a middle-ware supporting publication/subscription message exchange communication pattern.DataSet
- represents a preselected collection of process data items transmitted by theMessageHandler
as one whole and information required to bind with the underlying process.MessageReader
- captures functionality necessary to filter out unwanted messages and decode the data according to provided meta-dataMessageWriter
- captures functionality necessary to address the message (provide globally unique identifier) and encode the data using provided meta-dataAssociation
- provides:- one to one association between an entity instance derived from
MessageHandler
andDataSet
- required addressing information as the
PublisherId
/DataSetWriterId
couple - meta-data information used to encode/decode the process data into the messages
- one to one association between an entity instance derived from