Contents
Cirrus Link Resources
Cirrus Link Website
Contact Us (Sales/Support)
Forum
Cirrus Link Modules Docs for Ignition 7.9.x
Inductive Resources
Ignition User Manual
Knowledge Base Articles
Inductive University
Forum
...
To determine which one to use we need to understand the difference between MQTT and MQTT Sparkplug.
MQTT is a lightweight messaging protocol designed for efficient communication between devices. It was created to address the challenges of transmitting data reliably over low-bandwidth, high-latency, or unstable networks — conditions commonly found in industrial settings, remote monitoring systems, and embedded devices.
...
These characteristics have made MQTT a popular choice in IoT ecosystems, enabling everything from smart home automation to large-scale industrial control systems.
MQTT has become a key messaging protocol for Industrial IoT (IIoT) thanks to its lightweight design and efficient data delivery. Yet despite its strengths, MQTT lacks a standardized way to define and structure data, often leaving developers to build custom logic for every device type. This approach works — but it doesn’t scale easily.
...
This is where MQTT Sparkplug comes in. Sparkplug builds on MQTT’s foundation, adding data standardization, state awareness, and improved scalability — all essential for complex IIoT environments.
MQTT Sparkplug is an open-source specification designed to bring structure and standardization to MQTT data in industrial environments. Built on top of MQTT, Sparkplug introduces a standardized payload format, a defined topic structure, and a set of state management rules. This ensures that devices, sensors, and software systems all speak the same language to seamlessly integrate data and improve scalability.
...
By combining these features, Sparkplug transforms MQTT from a flexible data transport protocol into a robust, self-describing communication standard for IIoT. It eliminates the need for custom parsing logic, reduces integration headaches, and enables true plug-and-play scalability across industrial networks.
Aspect | MQTT | Sparkplug |
---|---|---|
Data Format | Flexible but undefined. Devices may send data in JSON, plain text, or binary, requiring custom parsing logicFlexible but undefined. Devices may send data in JSON, plain text, or binary, requiring custom parsing logic | Enforces a standardized Protobuf-based payload structure for consistent data formatting |
Topic Structure | Flexible but unstructured. Topic naming conventions vary across devices, often requiring manual configuration | Uses a strict topic structure that organizes data consistently across devices |
State Awareness | No built-in state management. Systems must rely on custom logic to track device connectivity | Introduces birth and death certificates to ensure systems always know which devices are online or offline |
Device Integration | Adding new devices may require manual updates to data parsing logic or custom topic rules | Standardized structure enables plug-and-play scalability for new devices |
Data Integrity | No built-in mechanisms to prevent stale data from being mistaken for live updates | Ensures stale data is removed when devices disconnect, reducing the risk of inaccurate insights |
Bandwidth Efficiency | Supports efficient communication, but payload size can vary depending on data format | Uses Protobuf for compact, efficient payloads that minimize bandwidth usage |
Discover Data Sources | No built-in mechanisms for discovering data sources and requires manual configuration | Built-in mechanism for finding new data sources within the network |
...
This is the MQTT Distributor module or Chariot® MQTT Server
By introducing standardized messaging rules, Sparkplug ensures that data is not only delivered efficiently but also consistently understood across devices and applications. At the core of this system are Sparkplug’s defined message types, topic structure, and state management mechanisms.
...
When devices disconnect, the broker automatically alerts Host Applications by publishing a death certificate — preventing stale or inaccurate data from being mistaken as live.
The MQTT Sparkplug Transmitter is designed for to be used at the Edge of complex IIoT environments where data consistency, system state awareness, and scalability are critical.It is generally used at the Edge of an OT infrastructure.
The UNS Transmitter is ideal for lightweight IT deployments where minimal data points are required by Enterprise consuming clients.
...