24 Jul 2026
Unified Namespace isn't the future of automation. Data architecture is.
uns · mqtt · opc-ua · architecture
Walk into a mid-sized factory and count the software: Rockwell PLCs here, Siemens there, a Beckhoff IPC in the corner, Ignition on the SCADA layer, SAP upstairs, a historian, Power BI, a maintenance system, and now somebody's AI pilot. Then ask one simple question — how many connections exist between these systems?
The answer is usually in the hundreds. Every new system means another integration; every integration becomes technical debt with a maintenance contract attached. The automation industry accepted this as the cost of doing business for thirty years.
The Unified Namespace is an attempt to end that — not by replacing anything, but by changing how data moves through the plant. It's also the most talked-about and least understood idea in industrial automation right now, which is exactly why it deserves a closer look than the hype usually gets.
The problem, drawn honestly
Point-to-point integration doesn't scale — it compounds. Connect six systems pairwise and you're maintaining fifteen integrations; the formula is n·(n−1)/2, and it's merciless. Add the tenth system to a plant wired this way and you're not adding one integration, you're adding up to nine.
Point-to-point · 15 integrations
Unified Namespace · 6 connections
The hub-and-spoke version isn't cleverer engineering. It's just better topology: every system makes one connection — to a shared, structured, live data layer. That layer is the Unified Namespace.
UNS without the jargon
Forget protocols for a second. Think about what shared drives did to email attachments. Nobody emails five copies of a document around anymore — the document exists once, everyone opens the same copy, and it's always current.
A Unified Namespace does that for plant data. Instead of every application polling the PLC for the same values — each with its own driver, its own polling rate, its own idea of what tags mean — the PLC publishes its state once, into a shared tree, and everyone who cares subscribes. The flow looks like this:
That's the entire idea. Everything else — MQTT, Sparkplug B, brokers, edge gateways — is implementation detail in service of that one move: publish once, subscribe many.
The myth that needs killing
The loudest confusion in this space: "MQTT is replacing OPC UA." It isn't, and repeating it mostly signals that someone learned the stack from LinkedIn. The four technologies in a UNS conversation solve four different problems:
OPC UA
Device access
- Rich information models
- Security & discovery
- The device's front door
MQTT
Transport
- Lightweight pub/sub
- Scale-out distribution
- Report by exception
Sparkplug B
Convention
- Standard topics & payloads
- Birth / death certificates
- State awareness on MQTT
UNS
Pattern
- Architectural idea, not a product
- One live-state tree
- Built from the other three
OPC UA is how you talk to a device — rich information models, security, discovery. MQTT is how data travels — lightweight, scalable, report by exception. Sparkplug B is the convention that makes MQTT payloads and topics mean the same thing across vendors. And UNS is the pattern you build out of all three. They complement each other far more often than they compete.
Where the hype overshoots
Two corrections worth making before you architect anything.
"One source of truth" oversells it. A UNS is one source of current operational state — what the plant looks like right now. History still belongs in a time-series database or historian. Master data still belongs in the ERP. Engineering data lives in its own systems. Early implementations that treat the namespace as a dumping ground for everything end up rebuilding the spaghetti inside the broker — same mess, new address.
Will UNS replace historians? No. The namespace distributes live state; the historian stores and serves history. Different jobs, both necessary, and the boundary between them is one of the most useful design decisions in the whole architecture.
The deeper point the hype is missing
Here's the contrarian core: UNS is not the innovation. Event-driven architecture is.
Software engineering went through this same transition a decade ago — from services calling each other point-to-point to systems publishing events onto a shared backbone. Kafka, event sourcing, pub/sub everywhere. The results were the same ones factories are now discovering: fewer integrations, looser coupling, systems that can evolve independently.
UNS is simply that idea arriving on the plant floor, wearing industrial clothes. Which means the interesting question was never "should we adopt UNS?" It's "who owns our data architecture, and does it have one at all?" A plant with a deliberate data architecture will get most of the benefit whatever they call it. A plant chasing the acronym will install a broker and recreate the mess one layer up.
The centre of gravity keeps moving — from the controller, to the SCADA layer, to the cloud, and now to the data layer itself. Every era's winners were the people who saw the shift a few years before it was obvious.
The prediction
The factory of the next decade won't be built around the PLC, or the SCADA package, or the historian. It will be built around its data architecture — and the hardware and software will plug into that, not the other way around.
The next industrial revolution won't be defined by a faster PLC or a smarter SCADA. It will be defined by something far less visible: who owns the data architecture.
Arguing about a UNS rollout right now — or wondering whether you need one? Tell me about it.