OPC UA PubSub Transport Profiles: Difference between revisions
From OPC Labs Knowledge Base
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= Overview = | |||
The table below lists known OPC UA PubSub transport profiles, and how QuickOPC supports them. | The table below lists known OPC UA PubSub transport profiles, and how QuickOPC supports them. | ||
Line 43: | Line 45: | ||
|MqttAutoOrJson | |MqttAutoOrJson | ||
|http://opclabs.com/UA-Profile/Transport/pubsub-mqtt-auto-json | |http://opclabs.com/UA-Profile/Transport/pubsub-mqtt-auto-json | ||
|MQTT Subscribe Auto, Publish JSON | |[[#MQTT Subscribe Auto, Publish JSON|MQTT Subscribe Auto, Publish JSON]] | ||
|style="text-align: center; color: green;"|Yes | |style="text-align: center; color: green;"|Yes | ||
|- | |- | ||
|MqttAutoOrUadp | |MqttAutoOrUadp | ||
|http://opclabs.com/UA-Profile/Transport/pubsub-mqtt-auto-uadp | |http://opclabs.com/UA-Profile/Transport/pubsub-mqtt-auto-uadp | ||
|MQTT Subscribe Auto, Publish UADP | |[[#MQTT Subscribe Auto, Publish UADP|MQTT Subscribe Auto, Publish UADP]] | ||
|style="text-align: center; color: green;"|Yes | |style="text-align: center; color: green;"|Yes | ||
|} | |} | ||
= OPC Labs Profiles = | |||
== MQTT Subscribe Auto, Publish JSON == | |||
== MQTT Subscribe Auto, Publish UADP == |
Revision as of 17:03, 21 March 2022
Overview
The table below lists known OPC UA PubSub transport profiles, and how QuickOPC supports them.
Profile Name | Profile URI | Definition | Supported |
---|---|---|---|
OPC Foundation Profiles | |||
AmqpJson | http://opcfoundation.org/UA-Profile/Transport/pubsub-amqp-json | PubSub AMQP JSON | No |
AmqpUadp | http://opcfoundation.org/UA-Profile/Transport/pubsub-amqp-uadp | PubSub AMQP UADP | No |
EthUadp | http://opcfoundation.org/UA-Profile/Transport/pubsub-eth-uadp | Yes | |
MqttJson | http://opcfoundation.org/UA-Profile/Transport/pubsub-mqtt-json | PubSub MQTT JSON | Yes |
MqttUadp | http://opcfoundation.org/UA-Profile/Transport/pubsub-mqtt-uadp | PubSub MQTT UADP | Yes |
UdpUadp | http://opcfoundation.org/UA-Profile/Transport/pubsub-udp-uadp | PubSub UDP UADP | Yes |
OPC Labs Profiles | |||
MqttAutoOrJson | http://opclabs.com/UA-Profile/Transport/pubsub-mqtt-auto-json | MQTT Subscribe Auto, Publish JSON | Yes |
MqttAutoOrUadp | http://opclabs.com/UA-Profile/Transport/pubsub-mqtt-auto-uadp | MQTT Subscribe Auto, Publish UADP | Yes |