IIoT & Industry 4.0: MQTT, Unified Namespace, Edge & Cloud for Manufacturing
A grounded guide to Industrial IoT and Industry 4.0 — separating the substantive technology shifts (MQTT/Sparkplug, Unified Namespace, edge computing) from the marketing fog.
"Industry 4.0" and "IIoT" became marketing labels around 2015 and have been over-hyped and under-defined ever since. Underneath the marketing, several genuine technology shifts have changed how plants are built — MQTT/Sparkplug replacing register polling, Unified Namespace replacing point-to-point integrations, edge computing pushing analytics into PLCs, digital twins simulating processes in parallel with reality, and OT/IT networks finally bridging.
This pillar separates the substantive shifts from the hype. It covers what actually changed, what's still vapour, and what an automation engineer should learn.
Continue Learning
Frequently Asked Questions
What is IIoT (Industrial Internet of Things)?
IIoT is the industrial application of IoT — connecting machines, sensors, and devices to share data, enable analytics, and support remote operations. Key components: industrial sensors, edge computing devices, communication protocols (MQTT, OPC UA), brokers and gateways, cloud platforms, and analytics. IIoT is the technology layer underneath the broader Industry 4.0 movement.
What is Industry 4.0?
Industry 4.0 is the broader movement of digital transformation in manufacturing, encompassing IIoT plus interconnected systems, automation, AI/ML, robotics, additive manufacturing, and digital twins. Coined in Germany around 2011, the term has been over-marketed but represents genuine technology shifts: MQTT/Sparkplug protocol, Unified Namespace architecture, edge computing, OT/IT convergence, and predictive maintenance.
What is MQTT Sparkplug B?
Sparkplug B is the industrial-grade specification on top of MQTT (the lightweight publish-subscribe protocol). It standardises topic structure (group/edge_node/device/metric), adds birth/death certificates so consumers know who is online, manages state across reconnections, and includes store-and-forward for resilient comms. Used widely in food & beverage, water utilities, and increasingly in process industries.
What is Unified Namespace?
Unified Namespace (UNS) is the architectural pattern of publishing all plant data to a central MQTT broker with a hierarchical topic structure (plant/area/line/cell/device/metric). Replaces point-to-point integrations between PLC, SCADA, MES, ERP and cloud with one shared broker. Decouples producers from consumers; makes adding new systems much easier; requires architectural discipline up front.
What is edge computing in IIoT?
Edge computing means executing analytics, AI inference, and data preprocessing on or near the PLC instead of sending raw data to the cloud. Three patterns: edge gateways (Raspberry Pi or industrial PC running Node-RED, Ignition Edge), edge-capable PLCs (Siemens S7-1500 Edge, Beckhoff CX), and on-PLC AI inference (TensorFlow Lite, ONNX). Now the default architecture for new IIoT projects because of latency, bandwidth, privacy and resilience requirements.
What is a digital twin?
A digital twin is a virtual model of a physical asset that runs in parallel with the real asset, fed by live sensor data. The model predicts behaviour, simulates scenarios, and detects anomalies. Spectrum from geometric (3D CAD) through physics-based (simulation calibrated by real data) to AI/ML (machine-learning models). Pays back for high-value assets like wind turbines, gas turbines, and complex process plants; mostly hype for simple discrete machines.
What is OT/IT convergence?
OT/IT convergence is the breakdown of the historical air-gap between Operational Technology (PLCs, SCADA, plant networks) and Information Technology (corporate networks, data centres). Modern plants use an Industrial DMZ (Level 3.5 of the Purdue model) as a buffer zone hosting brokers, historians, and application servers. IEC 62443 and NIST SP 800-82 are the reference cybersecurity standards.