BACK_TO_LOG
Arquitectura 4 Dec 2025

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.

Unified Namespace (UNS): The Future Architecture, Built on MQTT
RECURSO DESCARGABLE

Hassle-free automation?

Checklist: 10 Steps to Digitize Your Plant

Avoid costly implementation errors

100% Spam-Free

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
            
SOLUCIÓN INDUSTRIAL

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:

  1. Install an MQTT broker (HiveMQ Cloud is free up to 100 connections).
  2. Connect one PLC via Sparkplug B (the standard for industrial MQTT).
  3. Build a dashboard in Node-RED or Grafana subscribed to those topics.
  4. 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."

KEYWORDS:

#MQTT#UNS#Arquitectura
Bárbara Ruz

Sobre el Autor

Data Architect & Customer Success

Bárbara Ruz

Convierte procesos industriales desordenados en flujos de datos elegantes. Diseña plataformas y módulos que hacen que la información compleja sea comprensible para el éxito del cliente.

¿Te resultó útil? Comparte con tu equipo

Ayúdanos a llegar a más ingenieros y gerentes de planta que puedan beneficiarse de este contenido.

ENGINEERING_BULLETIN

Stay Ahead of Industria 4.0

Join 5,000+ managers and experts. Get technical analysis, OEE guides and Edge architectures straight to your inbox. Cero spam.

FREE_DOWNLOAD

Guía Definitiva de Productividad

Aprende a medir OEE y detectar microparadas con nuestro PDF técnico y checklist interactivo.

¿Buscas una solución automatizada?