You are on page 1of 7

MQTT

Topics

• What is MQTT?
• General architecture
• How to connect Citect to MQTT devices
• Live demo

For Internal and Partner Use Only


© 2019 AVEVA Group plc and its subsidiaries. All rights reserved.
MQTT
What is it?

• Message Queuing Telemetry Transport


• Open source
• Lightweight
• Publish/Subscribe messaging
• Asynchronous
• M2M (Machine to Machine) protocol

For Internal and Partner Use Only


© 2019 AVEVA Group plc and its subsidiaries. All rights reserved.
MQTT
General architecture
MQTT Broker
• MQTT Broker
• MQTT Clients
• Publisher
• Subscriber
• Publisher / Subscriber Lamp 1
Presence
Sensor
Energy
Lamp 2
Monitoring
System

For Internal and Partner Use Only


© 2019 AVEVA Group plc and its subsidiaries. All rights reserved.
MQTT
General architecture
MQTT Broker
• Topics structure
• Hierarchical
• “/” delimited

Lamp 1
• Wildcards
Presence
• Multi-level “#” Sensor
• Single-level “+” Energy
Lamp 2
Monitoring
System

For Internal and Partner Use Only


© 2019 AVEVA Group plc and its subsidiaries. All rights reserved.
MQTT
General architecture

• Quality of Service (QoS)


• At most once
• At least once
• Exactly once

• Retain option

• Last will

For Internal and Partner Use Only


© 2019 AVEVA Group plc and its subsidiaries. All rights reserved.
• Binary
MQTT • Text

General architecture • JSON

• Packet structure
• On top of TCP layer
• Unstructured payload

• Security
• No native encryption
• SSL at TCP level
• Ports 1883 (default) and 8883 (SSL)

For Internal and Partner Use Only


© 2019 AVEVA Group plc and its subsidiaries. All rights reserved.
MQTT
How to connect Citect to MQTT devices
Citect System Platform
• Publishing Citect tags to MQTT topics OPC DA Server OI Gateway

• Citect OPC DA server Citect


Runtime
• WW System Platform OI Gateway (< 32 tags free) OPC DA MQTT
Publisher

• Subscribing to topics from MQTT devices Citect Kepware


OPC UA Driver OPC UA Server
• Citect OPC UA driver
Citect
• Kepware OPC UA server with MQTT driver Runtime
OPC UA MQTT
Subscriber

• SoftwareToolbox CogentDataHub
For Internal and Partner Use Only
© 2019 AVEVA Group plc and its subsidiaries. All rights reserved.

You might also like