OPC UA PubSub Transport Profiles: Difference between revisions
From OPC Labs Knowledge Base
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
!Profile Name | !Profile Name | ||
!Profile URI | !Profile URI | ||
!Definition | !Definition | ||
!Supported | !Supported | ||
|- | |||
|colspan=4|'''OPC Foundation Profiles''' | |||
|- | |||
|AmqpJson | |||
|http://opcfoundation.org/UA-Profile/Transport/pubsub-amqp-json | |||
|[https://profiles.opcfoundation.org/profile/864 PubSub AMQP JSON] | |||
|style="text-align: center; color: red;"|No | |||
|- | |||
|AmqpUadp | |||
|http://opcfoundation.org/UA-Profile/Transport/pubsub-amqp-uadp | |||
|[https://profiles.opcfoundation.org/profile/863 PubSub AMQP UADP] | |||
|style="text-align: center; color: red;"|No | |||
|- | |- | ||
|MqttJson | |MqttJson | ||
|http://opcfoundation.org/UA-Profile/Transport/pubsub-mqtt-json | |http://opcfoundation.org/UA-Profile/Transport/pubsub-mqtt-json | ||
|[https://profiles.opcfoundation.org/profile/786 PubSub MQTT JSON] | |[https://profiles.opcfoundation.org/profile/786 PubSub MQTT JSON] | ||
|style="text-align: center; color: green;"|Yes | |style="text-align: center; color: green;"|Yes | ||
Line 16: | Line 26: | ||
|MqttUadp | |MqttUadp | ||
|http://opcfoundation.org/UA-Profile/Transport/pubsub-mqtt-uadp | |http://opcfoundation.org/UA-Profile/Transport/pubsub-mqtt-uadp | ||
|[https://profiles.opcfoundation.org/profile/784 PubSub MQTT UADP] | |[https://profiles.opcfoundation.org/profile/784 PubSub MQTT UADP] | ||
|style="text-align: center; color: green;"|Yes | |style="text-align: center; color: green;"|Yes | ||
Line 22: | Line 31: | ||
|UdpUadp | |UdpUadp | ||
|http://opcfoundation.org/UA-Profile/Transport/pubsub-udp-uadp | |http://opcfoundation.org/UA-Profile/Transport/pubsub-udp-uadp | ||
|[https://profiles.opcfoundation.org/profile/862 PubSub UDP UADP] | |[https://profiles.opcfoundation.org/profile/862 PubSub UDP UADP] | ||
|style="text-align: center; color: green;"|Yes | |style="text-align: center; color: green;"|Yes | ||
|- | |||
|colspan=4|'''OPC Labs Profiles''' | |||
|} | |} |
Revision as of 16:53, 21 March 2022
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 |
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 |