Unified Namespace (UNS): The Future Architecture, Built on MQTT
Stop wiring applications point to point. Build a single source of truth where every piece of plant data lives together in real time.

Hassle-free automation?
Checklist: 10 Steps to Digitize Your Plant
Avoid costly implementation errors
The integration spaghetti #
In a traditional plant, every system talks to five other systems. The MES queries the SCADA. The ERP queries the MES. The quality system queries both. The result: 20 point-to-point integrations, each with its own custom logic. Welcome to maintenance hell.
What is a Unified Namespace (UNS)? #
A UNS is an architecture where ALL plant data is published to a single MQTT broker. There are no point-to-point integrations. Every system (PLC, SCADA, MES, ERP) publishes its data to the UNS and subscribes to whatever it needs.
It is like moving from individual phone calls to a group chat: everyone sees everything, in real time.
UNS architecture #
At the heart of a UNS sits an MQTT broker (HiveMQ, Mosquitto, EMQX). The topic structure follows the ISA-95 hierarchy:
Enterprise/Site/Area/Line/Cell/Device/Metric
Example:
iGromi/SantiagoPlant/Packaging/Line1/Filler/Motor1/Temperature
iGromi/SantiagoPlant/Packaging/Line1/Filler/Motor1/Vibration
iGromi/SantiagoPlant/Packaging/Line1/ProductionCount
Digitize your Plant with iGromi
Book a 30-min demo and discover how to increase your productivity.
Benefits of a UNS #
- Decoupling: Adding a new system does not require touching the existing ones.
- Real time: Every value is available instantly.
- Automatic historization: One subscriber records everything into InfluxDB or TimescaleDB.
- Scalability: From 10 sensors to 10,000 without changing the architecture.
Real case: a beverage plant #
Before the UNS: 15 custom integrations across SCADA, MES, ERP and the quality system. Every change took two weeks of development.
After the UNS: all systems publish and subscribe to the MQTT broker. Adding a new BI dashboard took two hours — just subscribing to the relevant topics.
Practical implementation #
You do not need to replace everything at once. Start with:
- Install an MQTT broker (HiveMQ Cloud is free up to 100 connections).
- Connect one PLC via Sparkplug B (the standard for industrial MQTT).
- Build a dashboard in Node-RED or Grafana subscribed to those topics.
- Expand gradually.
Conclusion: the future is publish/subscribe #
The UNS is not a fad. It is the natural evolution of industrial architecture. If you are designing a new plant or modernizing an existing one, the UNS should be your starting point.
"In ten years, point-to-point integrations will look as archaic as punch cards."


