Using communication packages: Difference between revisions
From OPC Labs Knowledge Base
(Created page with "Category:Communication packages == Specifying the communication package == In order to select this communication package in OPC UA PubSub tools, you need to set a custo...") |
No edit summary |
||
Line 7: | Line 7: | ||
* '''Property name''': MessageChannel! | * '''Property name''': MessageChannel! | ||
* '''Property datatype''': String | * '''Property datatype''': String | ||
* '''Property value''': OpcLabs.Mqtt.MqttClientMessageChannel,OpcLabs.Mqtt | * '''Property value''': ''The type name of the message channel object. See the communication package documentation (example: {{Style=Identifier|OpcLabs.Mqtt.MqttClientMessageChannel,OpcLabs.Mqtt}}).'' | ||
How this is done depends on the concrete software you are using. | How this is done depends on the concrete software you are using. | ||
Revision as of 10:15, 13 December 2019
Specifying the communication package
In order to select this communication package in OPC UA PubSub tools, you need to set a custom property on a PubSub connection as follows:
- Property namespace: http://opclabs.com/OpcUA/PubSub
- Property name: MessageChannel!
- Property datatype: String
- Property value: The type name of the message channel object. See the communication package documentation (example: OpcLabs.Mqtt.MqttClientMessageChannel,OpcLabs.Mqtt).
How this is done depends on the concrete software you are using.