The team had a problem. Not technical this time. They needed to explain Edge Contextualization and Unified Namespace (UNS) to senior leaders who did not care about protocols or data models.
The audience knew their factories well. Directors, VPs, plant managers. But when the discussion shifted to MQTT topics or edge processing, attention dropped almost instantly. It happens in every company. Technical depth loses the room fast.
If they could not make the message clear, the project would stall. No budget. No alignment. No rollout.
So they made a decision. Stop explaining the technology. Start explaining the value.
Why It Mattered
A large food and beverage company was rolling out an IIoT platform across their global manufacturing network. Dozens of plants. Thousands of equipment tags. Multiple historians, different automation vendors, different naming conventions at every facility.
The architecture called for two things:
- Contextualize data at the edge, meaning add meaning to raw machine signals before sending them anywhere.
- Publish everything into a Unified Namespace (UNS), a single, organized structure where all operational data lives and can be consumed by anyone who needs it.
Walker Reynolds, who coined the term, describes UNS as “a real-time single source of truth for data in an industrial or manufacturing environment, semantically organized like the business and built to be open.” That’s a great definition, but try saying that to a VP of Operations who just wants to know why their OEE numbers don’t match across plants.
Both concepts are critical. But if leadership didn’t understand why, the project would never get the budget, the site access, or the cooperation it needed.
The Grocery Store Analogy
Here’s what finally worked.
The lead architect asked the group: “Imagine you walk into a grocery store and all the products are just thrown on the floor. No aisles, no labels, no categories. The milk is next to the laundry detergent. The bread is somewhere in the back, maybe. How long would it take you to find what you need?”
Everyone laughed. “That’s ridiculous,” someone said.
“Exactly. That’s what our data looks like right now.”
Every plant has its own naming conventions. One facility calls a mixing tank “MX-101.” Another calls the exact same type of equipment “MIXER_A.” A third uses a code that only the local automation engineer understands. When that data lands in the cloud, nobody knows what’s what. It’s a grocery store with no aisles.
So what does a Unified Namespace do? It’s the store layout. It says: “All dairy goes in Aisle 3. All cleaning products go in Aisle 7.” It gives every piece of data a logical address that makes sense across the entire company, not just one plant.
And Edge Contextualization? That’s the work that happens before the product even reaches the shelf. Someone at the warehouse puts the label on, sorts it, and makes sure it goes to the right aisle. If you skip that step, you’re just dumping boxes on the floor again.
That analogy stuck. People started using it in their own meetings. “Are we putting this in the right aisle?” became a real question in architecture reviews.
The Real-Life Example That Sealed It
Analogies are nice, but leaders want proof. So the team showed them a real scenario from one of the pilot sites, a bottling plant that ran multiple packaging lines.
About 8,000 tags were streaming from two production lines. Temperature, pressure, fill levels, line speed, batch IDs, equipment states. At the edge, a gateway collected all of that and a data modeling tool added context, things like which production line, which building, which plant, and what unit of measure.
Before contextualization, the data looked like this:
Tag_4021: 4.8Tag_4022: 72.1Tag_4023: TRUE
Useless to anyone who wasn’t the local automation engineer.
After contextualization, the same data looked like this:
PlantUS02/Bldg_North/Line_03/Filler/Pressure: 4.8 barPlantUS02/Bldg_North/Line_03/Pasteurizer/Temperature: 72.1 °CPlantUS02/Bldg_North/Line_03/Filler/Running: TRUE
Now anyone in the organization, from a data scientist to the VP of Quality, could look at that and immediately understand what it meant, where it came from, and what it referred to. No phone calls. No tribal knowledge. No guessing.
One operations director looked at the before-and-after and said: “So we’ve been sending garbage to the cloud this whole time?” Not garbage exactly, but yes, data without context is just noise.
This is what consulting companies call the shift from “application-centric” to “data-centric” architecture. Instead of each system owning its own silo, you organize everything around the data itself. The UNS becomes the backbone, and every system, whether it’s your MES, your ERP, your historian, or your analytics platform, just subscribes to what it needs.
The Three Sentences That Worked
After a few rounds of these conversations, the team landed on three sentences that work every time someone asks for an explanation of UNS and Edge Contextualization:
- “A Unified Namespace is like a common language for all your plant data, so every site speaks the same way.”
- “Edge Contextualization is the translator that adds meaning to raw machine data before it leaves the plant.”
- “Together, they make sure that when data arrives in the cloud, it’s ready to use, not a puzzle you need to solve.”
That’s it. No mention of MQTT, no mention of brokers, no mention of Sparkplug or topic trees. Just outcomes.
I big IT company puts it well in their recent research: UNS provides “a single source of truth for all industrial data, eliminating silos and enabling real-time, standardized data flows from the shop floor to the executive suite.” That’s exactly what we were trying to say, just in fancier words.
What We Learned Along the Way
A few things became clear during this process:
- Start with the “why,” not the “how.” Leaders don’t care about protocols. They care about speed, cost, and risk. Frame everything around those three.
- Use the same vocabulary the business uses. If they say “recipe,” don’t say “batch context payload.” If they say “line,” don’t say “edge node.”
- Show, don’t tell. A 2-minute demo of before-and-after data is worth more than a 30-slide deck. Many teams learn this the hard way after a few workshops that go nowhere.
- Don’t hide the complexity. Just don’t lead with it. When someone asks “how does it work under the hood,” give them the honest answer. But don’t open with the hood up.
- Connect it to something they already measure. In this case, OEE was the magic word. When the team explained that contextualized data could help compare OEE across plants with confidence (because the data was finally standardized), the conversation shifted from “why should we care” to “when can we start.”
The Honest Opinion
Here’s something that’s true but not everyone agrees with: most IIoT projects fail not because of technology, but because the technical team can’t explain what they’re doing in plain language.
Brilliant architectures get killed in steering committees because the presenter uses 40 acronyms in 10 minutes. And simpler, less elegant solutions get funded because someone tells a clear story.
If you can’t explain your architecture to a plant director in under 3 minutes, you don’t understand it well enough yet. Or, more likely, you haven’t thought enough about what it means for them.
This team spent almost as much time preparing how to communicate their architecture as they did designing it. That’s not a waste of time. That’s the job.
There’s an old Reddit thread where an industrial controls engineer asks, genuinely frustrated: “What is the actual advantage of IoT in an industrial context over existing technology?” That question gets asked in every steering committee, just in different words. If your technical team can’t answer it in plain English, you’ve already lost the room.
A Quick Note on Naming Conventions
One of the biggest practical challenges was naming. Every plant had its own way of naming equipment, tags, areas, and lines. When the team started defining the UNS hierarchy, it became a political conversation, not a technical one.
“Why should we change our naming? We’ve been using this for 15 years.”
Fair point. So nobody was forced to change their local systems. Instead, the group agreed on a common namespace that sits on top. The edge gateway maps local names to the global structure. The plant keeps its naming. The enterprise gets consistency. Everyone wins.
That compromise took weeks to negotiate, but it was worth it. Without it, the project would have been stuck in an endless loop of “my naming convention is better than yours.”
This is actually a well-known pattern in UNS implementations. A vendor MQTT broker’s UNS essentials series describes it as building a “live, shared data environment where machines, systems, and even AI can communicate and collaborate in real-time.” But getting to that shared environment means getting humans to agree first. That’s always the harder part.
Wrapping Up
For anyone working on IIoT or Industrial AI, UNS, or data architecture in manufacturing, don’t underestimate the communication side of the work. The technology is important, obviously. But getting people on board is what makes it real.
And if you ever find yourself in a room full of non-technical leaders, just remember the grocery store. It works every time.

Leave a Comment