Unified Namespace (UNS) Architecture for Greenfield Data Integration

By Jacob bethell on March 11, 2026

unified-namespace-architecture-greenfield-data

Every greenfield factory faces the same data integration nightmare — just faster. The MES needs data from 40 PLCs. The ERP needs production counts from the MES. The AI models need sensor streams from every asset. The CMMS needs vibration data to predict failures. The OEE dashboard needs availability signals from SCADA. The energy system needs load data from every motor. And every single one of these connections is built as a custom, point-to-point integration — a spaghetti architecture where adding one new system means building N new connections to every existing system. This is the architecture that 80% of factories still run. And it's the reason why adding AI to a brownfield plant takes 12-18 months and costs $2-8M in integration alone. The Unified Namespace (UNS) eliminates this entirely. It creates one event-driven data bus where every system publishes once and any consumer subscribes — no point-to-point integrations, no data silos, no vendor-specific middleware. For greenfield factories, designing UNS from day one is the single highest-leverage architecture decision you will make. It's the foundation that every AI model, every digital twin, every agentic system depends on. Without it, your smart factory is just an expensive collection of disconnected smart devices. Book a 30-minute UNS architecture session to see how this applies to your greenfield project.

Without UNS: Point-to-Point

10 systems = 45 custom integrations. 20 systems = 190 integrations. Adding one new AI model means building connections to every data source individually. Each integration uses a different protocol, format, and middleware. Every vendor upgrade breaks something.

N systems = N×(N-1)/2 integrations
vs
With UNS: Hub-and-Spoke

10 systems = 10 connections (each to the broker). 20 systems = 20 connections. Adding one new AI model means one subscription to existing topics. Data arrives in standardized format. Vendor swaps require zero re-integration.

N systems = N connections
45 → 10Integrations reduced (10-system factory)
190 → 20Integrations reduced (20-system factory)
12-18 mo → weeksTime to add new AI model to factory data
$2-8M → ~$0Integration cost for each new system

What a Unified Namespace Actually Is

A UNS is a single, event-driven data bus — organized as a hierarchical topic tree — that serves as the single source of truth for all operational data in your factory. Producers (PLCs, sensors, machines) publish data to topics. Consumers (MES, ERP, AI, CMMS, dashboards) subscribe to the topics they need. The broker ensures every message reaches every subscriber in real-time. No polling. No batch transfers. No point-to-point connections.

Example UNS Topic Tree (ISA-95 Hierarchy)
Enterprise AcmeCorp
Site Chicago-Plant-1 Midwest manufacturing campus — 2 production halls, 750K ton capacity
Area Assembly 4 production lines, 120 connected assets, 850+ sensor points
Line Line-04 High-mix discrete assembly — 6 robot cells, 2 vision stations, 1 test cell
Cell Robot-Cell-A FANUC R-2000iC — welding + material handling — 14.2s cycle time
Live Data Tags (published to broker in real-time)
temperature/bearing-172.4°C
vibration/motor-12.1 mm/s
cycle-time14.2s
oee/availability94.1%
statusrunning

Full topic path: AcmeCorp/Chicago-Plant-1/Assembly/Line-04/Robot-Cell-A/temperature/bearing-1

The topic tree mirrors your physical asset hierarchy — typically following ISA-95 structure: Enterprise → Site → Area → Line → Cell → Equipment → Tags. This hierarchy provides context: when the AI model reads a temperature value, it knows exactly which bearing, on which robot, on which line, in which plant the reading comes from. Context travels with the data. No manual mapping. No lookup tables.

Want to see how your factory's asset hierarchy maps to a UNS topic tree? Book a free UNS design session — we'll build the first draft of your topic structure in 30 minutes.

The Technology Stack: MQTT + OPC UA + Sparkplug B

UNS is an architectural pattern, not a product. It's implemented using open protocols that work together at different layers:

Edge / Machine Level

OPC UA

Collects data from PLCs, SCADA, and machine controllers with rich semantic modeling. Provides the "dictionary" — data types, units, relationships between variables. Runs locally within each automation cell.

Edge Gateway

OPC UA → MQTT Translation

Edge gateways normalize OPC UA data into MQTT messages with Sparkplug B payload structure. This is the bridge between the machine-level protocol and the enterprise-level transport. Runs on edge computing infrastructure near the production floor.

Central Broker

MQTT Broker (The UNS)

The heart of the architecture. All producers publish to the broker. All consumers subscribe from the broker. The broker maintains the topic tree, routes messages, and ensures delivery. Sparkplug B adds state management (birth/death certificates), structured payloads, and auto-discovery. This is your single source of truth.

Consumers

MES, ERP, AI, CMMS, Dashboards, Digital Twin

Every enterprise system subscribes to the topics it needs. Adding a new consumer (e.g., a new AI model) requires one subscription — not a new integration project. Data arrives in real-time, in a standardized format, with full context.

What UNS Connects: The Full Integration Map

SystemRole in UNSPublishesSubscribes ToWithout UNS
PLCs / SensorsProducerMachine state, cycle times, process parameters, sensor readingsSetpoint commands (closed-loop)Locked in vendor SCADA; data trapped
SCADAProducer + ConsumerAggregated zone data, alarm eventsPLC data for visualizationPoint-to-point to each PLC
MESProducer + ConsumerProduction orders, batch records, quality resultsMachine state, cycle times, countsCustom API to each data source
ERPConsumer (mostly)Planning schedules, material availabilityProduction counts, quality data, energyBatch file transfers; hours/days lag
AI / ML ModelsConsumer + ProducerPredictions, anomaly alerts, recommendationsAll sensor streams, production data12-18 months to integrate each model
CMMSConsumer + ProducerWork orders, maintenance statusVibration, temperature, runtime dataManual entry or custom sensor integration
Digital TwinConsumerSimulation results, optimization recommendationsReal-time state of all physical assetsPartial sync; delayed data
OEE DashboardsConsumerAvailability, performance, quality metricsManual calculation from multiple sources
Energy ManagementConsumerDemand forecastsPower consumption, utility data, production scheduleSeparate metering system; no AI integration

The column "Without UNS" is what every brownfield factory deals with today. It's why adding AI to an existing plant takes 12-18 months. It's why MES implementations run over budget. It's why OEE dashboards show different numbers than the ERP. UNS eliminates all of these integration problems at the architecture level — but only if it's designed before the systems are installed.

See the full integration map applied to your specific systems. Schedule a UNS architecture demo — we'll map your PLCs, MES, ERP, CMMS, and AI stack into a unified topic tree with real-time data flow.

Why Greenfield Factories Have a Massive UNS Advantage

01
No Legacy Protocol Translation — Brownfield factories spend months building gateways to extract data from proprietary PLCs and legacy protocols. Greenfield factories specify OPC UA native on every PLC at procurement. Zero translation overhead.
02
Clean Data from Day One — AI models trained on noisy, inconsistent brownfield data perform poorly. Greenfield UNS delivers clean, contextualized, standardized data from commissioning. Models train faster and predict more accurately.
03
Topic Tree Designed Before Systems Installed — The ISA-95 hierarchy is defined during factory design (Step 3). Every system installed afterward connects to the existing namespace. No retrofitting. No re-mapping.
04
Agentic AI Ready — Agentic AI systems that observe, reason, and act autonomously require a complete, real-time data context. Without UNS, agents hallucinate or prescribe incorrect actions because they can't see the full picture. UNS is the agentic prerequisite.
05
Vendor Lock-In Eliminated — Any system that speaks MQTT can connect to the UNS. Swapping your MES vendor, adding a new AI platform, or changing your CMMS requires one subscription change — not a re-integration project.

Implementation Roadmap: Greenfield UNS in 5 Steps

1

Define the Topic Tree

Factory Design (Step 3)

Map your physical asset hierarchy to an ISA-95 topic structure: Enterprise → Site → Area → Line → Cell → Equipment → Tags. Define naming conventions. Document every topic with its data type, unit, update frequency, and owner. This is your UNS blueprint.

2

Select & Deploy the MQTT Broker

Construction (Step 5)

Choose an enterprise-grade MQTT broker with high availability, clustering, and Sparkplug B support. Deploy on edge infrastructure near the production floor. Configure security (TLS, client certificates, ACLs). Size for your device count and message throughput.

3

Connect Producers via Edge Gateways

Equipment Installation (Step 6)

Deploy edge gateways that translate OPC UA from PLCs into MQTT Sparkplug B messages. Configure data mapping: which OPC UA nodes map to which MQTT topics. Enable report-by-exception so only changed values are transmitted — saving bandwidth and compute.

4

Connect Consumers

Commissioning (Steps 7-8)

Subscribe MES, ERP, CMMS, OEE dashboards, AI models, digital twin, and historian to their relevant topics. Each consumer connects once to the broker. Validate end-to-end data flow: PLC → gateway → broker → consumer. Verify data arrives with correct context, format, and timing.

5

Validate & Evolve

Production (Step 10+)

Monitor broker health, message throughput, and consumer lag. Add new topics as new equipment comes online. Expand the namespace to include energy, quality, and logistics data. Retrain AI models on the growing data corpus. The UNS grows with your factory.

Your Factory's Intelligence Starts with the Data Layer

iFactory designs UNS architecture for greenfield factories — from topic tree definition through broker deployment, producer/consumer integration, and ongoing evolution. One data bus. Every system connected. AI-ready from day one.

Frequently Asked Questions

What is a Unified Namespace in simple terms?
Think of it as a shared folder structure for your entire factory's data. Every machine publishes its data to a specific "folder" (topic) in the tree. Any system that needs that data subscribes to the folder and gets real-time updates. No custom connections. No middleware. One central place where all data lives and any authorized system can access it. The concept was created in 2005 by Walker Reynolds and has become the dominant data architecture pattern for Industry 4.0 and smart manufacturing.
Does UNS replace SCADA, MES, or ERP?
No. UNS doesn't replace any system — it connects them. Your SCADA, MES, ERP, CMMS, and AI platforms still perform their functions. UNS eliminates the point-to-point integrations between them. Instead of SCADA talking directly to MES via a custom API, both connect to the UNS broker: SCADA publishes, MES subscribes. Adding a new system (e.g., a digital twin) requires one subscription to existing topics — not a new integration project with every existing system.
How much does UNS implementation cost for a greenfield factory?
For a mid-size facility (200K sq ft), the full UNS stack — MQTT broker, edge gateways, Sparkplug B configuration, topic tree design, and producer/consumer integration — typically costs $200K-$800K. This represents a fraction of the $2-8M that brownfield factories spend on equivalent integration work. The cost includes broker infrastructure, edge gateway hardware and software, and consulting for topic tree design and system integration. For greenfield, much of this is embedded into the broader IT/OT budget at 0.3-1.2% of total CAPEX.
Why is UNS critical for agentic AI?
Agentic AI systems need to observe the entire factory state to reason and act correctly. Without UNS, an AI agent trying to optimize production scheduling can see machine data from SCADA but not material availability from ERP, not maintenance windows from CMMS, not quality results from QMS. It makes decisions based on incomplete context — which leads to hallucinations and incorrect actions with physical consequences. UNS provides the complete, real-time, contextualized data layer that agents need to reason across the full operational picture.
How does iFactory implement UNS for greenfield projects?
iFactory provides end-to-end UNS architecture: topic tree design aligned to ISA-95 during factory design (Step 3), broker selection and deployment during construction, edge gateway configuration during equipment installation, producer/consumer integration during commissioning, and ongoing evolution support during production. Our CMMS, digital twin, and AI analytics platforms are UNS-native — they connect to the broker with zero custom integration. Book a demo to see UNS architecture in action.

Stop Building Point-to-Point. Start Building UNS.

Every integration you build as point-to-point is technical debt you'll pay for decades. UNS eliminates it from day one. Book a demo to see the architecture that makes AI, digital twins, and agentic systems actually work.


Share This Story, Choose Your Platform!