Why UNS Matters

The business case for a Unified Namespace in manufacturing.

The Cost of Data Silos

Every manufacturing operation generates vast amounts of data — machine states, production counts, quality measurements, maintenance logs. But in most factories, this data is fragmented across disconnected systems:

SystemKnowsDoesn't Know
SCADAMachine statusProduction targets
MESProduction ordersReal-time machine state
ERPPlanned schedulesActual throughput
MaintenanceWork ordersMachine alarm history
QualityInspection resultsWhich machine/operator was involved

Getting a complete picture requires manual data extraction, spreadsheet merging, and significant engineering effort. By the time the data is assembled, it's already stale.

What the UNS Enables

Real-time Visibility

Every data point is available the moment it's published. No batch exports, no overnight ETL jobs, no waiting for reports. A machine goes into ALARM — every subscribed system knows immediately.

Single Source of Truth

One topic, one current value. No conflicting data between systems. v1.0/enterprise/site1/area1/cnc-01/status always reflects the machine's actual state.

Reduced Integration Cost

Adding a new consumer (dashboard, analytics tool, AI model) means subscribing to existing topics. No new point-to-point connections. No API development. No vendor negotiations.

Faster Time to Insight

With all data flowing through a common structure, building new analytics is straightforward. This project computes utilisation, availability, throughput, MTBF, MTTR, and stoppage pareto — all from the same UNS data, using simple SQL queries.

Scalability

The UNS scales horizontally. Add more machines — they publish to new topics. Add more consumers — they subscribe. The architecture doesn't change.

Measurable Outcomes

MetricBefore UNSWith UNS
Time to answer "what's machine utilisation?"Hours (manual data pull)Seconds (API call)
New integration setupWeeks (custom development)Minutes (subscribe to topic)
Data freshnessHours/days (batch)Real-time (< 1 second)
Systems with access to machine data1-2 (SCADA, historian)Unlimited (any MQTT subscriber)
Cost of adding a new KPISignificant (cross-system)Minimal (new SQL query)

Who Benefits

RoleValue
Operations ManagersReal-time dashboards showing utilisation, production progress, and stoppage reasons across the entire shop floor
Maintenance TeamsAutomatic MTBF and MTTR calculations. Alarm history with durations. Stoppage pareto charts
Production PlannersActual throughput data compared against planned schedules. Identify bottleneck machines
Quality EngineersScrap tracking linked to specific machines, programs, and operators
Continuous ImprovementData-driven kaizen. Every state change, stoppage, and production run recorded with timestamps
IT & EngineeringClean, maintainable architecture. Independent functions, version-controlled, deployable via git push