OPC UA PubSub Transport Profiles: Difference between revisions

From OPC Labs Knowledge Base
No edit summary
No edit summary
Line 1: Line 1:
 
[[Category:OPC UA PubSub]]
= Overview =
= 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.

Revision as of 17:16, 21 March 2022

Overview

The table below lists known OPC UA PubSub transport profiles, and how QuickOPC supports them.

OPC Labs Profiles

MQTT Subscribe Auto, Publish JSON

This profile uses MQTT transport protocol mapping. The profile automatically recognizes the message mapping of the messages received, and is capable of subscribing to any of the supported message mappings (JSON or UADP). The profile publishes in the JSON message mapping.

This profile is compatible with PubSub MQTT JSON and PubSub MQTT UADP for subscriptions, and with PubSub MQTT JSON for publishing.

MQTT Subscribe Auto, Publish UADP

This profile uses MQTT transport protocol mapping. The profile automatically recognizes the message mapping of the messages received, and is capable of subscribing to any of the supported message mappings (JSON or UADP). The profile publishes in the UADP message mapping.

This profile is compatible with PubSub MQTT JSON and PubSub MQTT UADP for subscriptions, and with PubSub MQTT UADP for publishing.


  1. Jump up to: 1.0 1.1 Version 2022.2 and higher.