Industry40.tv · Reference architecture

Industrial Intelligence Architecture

A practical architecture for turning fragmented industrial data into trusted operational information, contextual intelligence and governed AI capabilities that can support people, applications and autonomous workflows across manufacturing.

Industrial Intelligence Architecture is a layered but interconnected set of capabilities for acquiring industrial data, contextualizing and distributing it, preserving history, representing operational meaning, and making those capabilities safely available to analytics, applications and AI agents.

01 · Purpose

Manufacturing does not have a data shortage. It has an architecture problem.

Most plants already contain the information required for better decisions: process values in controllers and historians, production records in MES, quality events in QMS, maintenance history in CMMS, planning context in ERP and engineering knowledge in documents and models. The challenge is that those systems were built for different purposes and rarely present their information through one reusable operational architecture.

As manufacturers add enterprise analytics, machine learning and AI agents, the integration problem grows. Connecting every new application directly to every source system creates more point-to-point interfaces, duplicated transformations and inconsistent interpretations of the same operational reality.

The architecture question

What reusable capabilities should sit between industrial source systems and the applications, analytics and AI systems that need operational intelligence?

Industrial Intelligence Architecture answers that question by separating the major responsibilities, connectivity, data engineering, live distribution, history, semantics, intelligence and agent access, while making them work together through shared identities and governed interfaces.

02 · Design principles

Six principles shape the architecture

Separate responsibilities

Do not turn the broker into a historian, the historian into a semantic graph, or the AI agent into an integration platform.

Build reusable interfaces

Prepare data once and expose stable information contracts instead of recreating source integrations for every consumer.

Use shared identity

The same equipment, work order, batch and material should be recognizable across live, historical and semantic systems.

Choose the right path for the workload

Live state, historical analysis and transactional workflows do not need to travel through the architecture in exactly the same way.

Keep operational control outside probabilistic reasoning

AI can reason and coordinate, but permissions, policies, interlocks and high-risk execution should remain deterministic and enforceable.

Scale through standards plus local mapping

Centralize models, schemas and rules while allowing each plant to connect to its actual brownfield environment.

03 · Reference architecture

The Industrial Intelligence Architecture at a glance

The architecture is best understood as a set of connected capabilities rather than a strict linear pipeline. Some data moves through the real-time path, some through the historical path, and some is accessed directly through systems of record. The semantic and AI layers operate across those paths.

PLCs / SCADA / DCS
Historians
MES / CMMS / QMS
ERP / Engineering
Connectivity
Industrial DataOps
Unified Namespace · live state and events
Operational Datastore · history and evidence
Enterprise Data Platform · analytics and ML
↓ shared identities ↓
Operational Data Intelligence
Semantic Data Layer
AI Agent Access Layer
AI Agents and Orchestration
Foundational Models
Applications · Dashboards · Copilots · Workflows · Automation

The diagram is deliberately not a single straight data pipeline. Applications may subscribe directly to the UNS. Analytics may query the datastore. Agents may use all three, live data, history and semantic context, through a governed access layer.

04 · Architecture map

The ten core capabilities

Each capability has a specific role. Products may combine several of them, but keeping the responsibilities conceptually separate makes the overall architecture easier to design and govern.

01 · Connectivity

Connect to industrial sources

Protocols, drivers and interfaces for acquiring data from controllers, SCADA, DCS, historians, databases and plant IT systems.

02 · Industrial DataOps

Make source data reusable

Contextualize, transform, validate, model and route industrial data into trusted operational information.

03 · Unified Namespace

Share what is happening now

Provide a discoverable, event-driven interface to current operational state and meaningful events.

04 · Operational Datastore

Preserve contextual history

Persist time-series, states, events and operational entities for historical queries and evidence.

05 · Operational Data Intelligence

Turn operational data into insight

KPIs, analytics, anomaly detection, root-cause analysis, optimization and other derived intelligence.

06 · Semantic Data Layer

Represent meaning and relationships

Semantic models, ontologies and knowledge graphs that connect entities across operational domains.

07 · AI Agent Access Layer

Expose governed capabilities to AI

Identity, policy and tool interfaces for live data, historical queries, semantics and approved actions.

08 · AI Agents and Orchestration

Reason, plan and coordinate

Agents use models and governed tools to investigate, recommend, orchestrate workflows and perform bounded actions.

09 · Foundational Models

Provide reasoning and perception

Language, vision, time-series, multimodal and specialized models that agents and applications can invoke.

10 · Application Layer

Deliver operational outcomes

Dashboards, copilots, engineering tools, maintenance workflows, planning applications and autonomous services.

05 · Capability 1

Connectivity: reach the systems that already exist

Industrial intelligence begins with access to source data. Connectivity includes the protocols, drivers and interfaces required to communicate with PLCs, OPC UA servers, SCADA systems, DCS platforms, historians, relational databases, MES, CMMS and other plant or enterprise systems.

OPC UA
MQTT
Modbus
Historian APIs
SQL
REST APIs
MES interfaces
ERP APIs

Connectivity is necessary, but it is not enough. A successfully retrieved tag can still be cryptic, uncontextualized or inconsistent with equivalent data from another plant. That is why the architecture separates connectivity from DataOps.

06 · Capability 2

Industrial DataOps: turn source data into trusted operational information

Industrial DataOps sits between heterogeneous source systems and reusable downstream interfaces. It resolves identities, attaches plant and production context, normalizes structures and engineering units, applies common models, validates the result and routes information to the destination that needs it.

Raw OT / Plant IT
Acquire → Contextualize → Transform → Validate
Reusable Information

DataOps prevents each application from having to understand local tag names, proprietary database structures and plant-specific integration logic.

Deep-dive pillar
Industrial DataOps: Architecture, Contextualization & Scale
How raw plant data becomes trusted, reusable operational information.
07 · Capability 3

Unified Namespace: expose current operational state and events

The Unified Namespace provides a shared real-time interface through which systems publish and discover current operational information. MQTT is commonly used because its publish/subscribe model decouples producers from consumers and allows applications to react to change as it happens.

The UNS is where consumers can discover information such as equipment state, current KPIs, active production context and meaningful events such as WorkOrderActivated, BatchStarted or QualityHoldPlaced.

Boundary

The UNS is the live operational backbone. It is not the historian, enterprise lakehouse, transaction engine or complete semantic model of the factory.

Deep-dive pillar
Unified Namespace: Architecture, Design & Best Practices
How to structure the real-time operational layer, topic namespace, payloads and integrations.
08 · Capability 4

Operational Datastore: preserve what happened

Real-time information becomes much more useful when it can be compared with what happened before. The Operational Datastore persists contextual operational history: measurements, state transitions, production events, batches, work orders, equipment definitions and other records needed for traceability and analysis.

Unified Namespace
Persistence
Operational Datastore

Time-series platforms, relational databases, historians and hybrid approaches can all play this role. The important design principle is that historical workloads have a durable, queryable home rather than forcing consumers to reconstruct history from the live message layer.

09 · Capability 5

Operational Data Intelligence: derive useful insight from the data foundation

Once operational information is trusted and contextualized, the architecture can support analytics that go beyond simply displaying raw values. This is where data becomes operational intelligence.

Performance

KPIs and OEE

Calculate throughput, availability, quality, cycle time and other operational measures consistently.

Diagnosis

Root-cause analysis

Combine process history, states and events to understand why performance changed.

Prediction

Anomaly and failure detection

Use statistical and machine-learning models to detect abnormal behavior and emerging risk.

Optimization

Process improvement

Identify settings, schedules and operating conditions associated with better outcomes.

Comparison

Fleet analytics

Compare equivalent assets, products and production lines across sites using shared models.

Evidence

Contextual analytics

Analyze measurements together with the batch, work order, product and equipment state that produced them.

10 · Capability 6

Semantic Data Layer: connect operational meaning across systems

The Semantic Data Layer gives software and AI a structured representation of what operational entities are and how they relate. It combines shared semantic models, machine-readable ontologies and knowledge graphs populated with real operational entities.

EQ-MUC-HG401
→ INSTANCE_OF →
Homogenizer
HG401
→ IS_LOCATED_AT →
Line 1
Batch B-4711
→ OCCURS_AT →
Line 1

Shared identifiers connect those semantic relationships to live UNS messages, historical data and system-of-record records without copying every data point into the graph.

Deep-dive pillar
Semantic Data Layer for Manufacturing
How semantic models, ontologies and knowledge graphs provide machine-readable operational context.
11 · Capability 7

AI Agent Access Layer: expose governed industrial capabilities to AI

AI agents should not receive unrestricted direct connections to PLCs, brokers, databases and enterprise applications. The AI Agent Access Layer turns the underlying architecture into narrow, governed capabilities that an agent can safely invoke.

Live tool · getCurrentState
History tool · getMetricHistory
Semantic tool · findRelatedEntities
Workflow tool · createInvestigation

This layer handles identity, permissions, tool contracts, data scoping, audit and policy enforcement, keeping the model's reasoning separate from the complexity and risk of direct system integration.

12 · Capability 8

AI Agents and Orchestration: reason across operational context

Industrial AI agents combine foundational models with governed data and tools so they can pursue multi-step goals. An agent might receive a production event, resolve the affected entities, traverse semantic relationships, retrieve live and historical evidence, compare with previous runs, and recommend the next action.

Goal / Event
Reason · Plan · Retrieve · Evaluate
Recommendation / Approved Action
Deep-dive pillar
Industrial AI Agents: Architecture, Access, Grounding & Guardrails
How agents discover, interpret and act on industrial operational data safely.
13 · Capability 9

Foundational Models: provide reasoning, language and perception

The agent layer relies on models with different strengths. Large language models can reason over instructions and natural language. Vision models can interpret images. Time-series or anomaly models can identify process patterns. Multimodal models can combine several forms of operational evidence.

Language

Large Language Models

Planning, reasoning, explanation, tool selection and interaction with people.

Perception

Vision and multimodal models

Inspect images, video, diagrams, screens and other non-tabular evidence.

Industrial signals

Time-series and predictive models

Anomaly detection, forecasting, classification and equipment-specific analytics.

The architecture should allow the right model to be used for the right subtask rather than assuming one general-purpose model should solve every industrial problem.

14 · Capability 10

Application Layer: where the architecture produces operational outcomes

Applications consume the shared capabilities beneath them. Some are conventional deterministic applications; others embed AI agents. The architecture should support both.

Live operations dashboards

Consume current state and events from the UNS together with derived KPIs.

Engineering analytics

Use historical data, semantic context and models for investigations and optimization.

Operator and engineer copilots

Allow people to query operational information through natural language and guided workflows.

Maintenance applications

Combine live condition, history, asset context and work-management workflows.

Production coordination

Connect scheduling, work orders, material, equipment and process conditions.

Bounded autonomous workflows

Use agents to coordinate predefined low-risk actions under explicit policy.

15 · Data movement

Three complementary paths through the architecture

One of the most important architectural ideas is that industrial data does not need to flow through every layer before it becomes useful. The destination and workload determine the path.

Path 1 · Live

Operational event path

Source → DataOps → Unified Namespace → dashboards, workflows and agents that need to react as conditions change.

Path 2 · Historical

Analytics and evidence path

Source or UNS → DataOps → historian or operational datastore → analytics, ML, root-cause analysis and agent evidence.

Path 3 · Transactional

Systems-of-record path

ERP, MES, QMS, CMMS and other transactional systems retain authoritative records and expose approved business operations.

Architectural consequence

The Unified Namespace does not need to carry every historical dataset, and the operational datastore does not need to become the transaction engine. The layers cooperate without absorbing one another's responsibilities.

16 · Boundaries

What each capability should, and should not, own

Connectivity
Owns: protocols, drivers and data access. Should not become the enterprise information model.
DataOps
Owns: context, transformation, validation and routing. Should not become a duplicate system of record.
Unified Namespace
Owns: live state, events, discovery and pub/sub distribution. Should not become the historian, lakehouse or universal transaction bus.
Operational Datastore
Owns: historical operational evidence and queryable context. Should not become the live pub/sub backbone.
Semantic Data Layer
Owns: meaning, identities, classes and relationships. Should not become the high-frequency time-series store.
Agent Access Layer
Owns: governed data and action capabilities for AI. Should not become an unrestricted infrastructure gateway.
AI Agents
Owns: reasoning, planning, tool use and coordination. Should not become the source of operational truth or safety logic.
17 · Control plane

Security, governance and observability cut across every layer

Some capabilities are not separate boxes in the architecture because they apply everywhere. Security, identity, governance, observability and lifecycle management form a cross-cutting control plane.

Identity
Users, services, devices and agents.
Authorization
Who can read, publish, query and act.
Schemas and models
Versioned information contracts.
Observability
Pipeline, broker, query and agent traces.
Data quality
Validity, completeness and provenance.
Lifecycle
Deployment, configuration and model change.
Policy
Tool limits, approvals and operational boundaries.
Audit
Who changed or invoked what and when.
18 · Enterprise scale

Standardize the information architecture without standardizing every plant

Large manufacturers rarely have identical technology stacks across sites. The scalable pattern is to standardize what the enterprise expects to receive while allowing each plant to implement the mappings needed for its local environment.

ENTERPRISE · identity · models · schemas · namespace · ontology · policies
Site A · Siemens + PI
Site B · Rockwell + OPC UA
Site C · DCS + SQL
Local connectivity and DataOps mappings
Consistent enterprise operational information

This lets plants retain appropriate local autonomy while the enterprise gains common identities, models and contracts that make analytics, semantic integration and AI reusable across locations.

19 · AI-ready operations

How an AI agent uses the full architecture

Consider an agent asked to investigate why a production line is running below target. The architecture gives it a disciplined path from question to evidence.

1. Live state · UNS: current rate, equipment state, active events
2. Semantics · graph: related assets, process, batch and dependencies
3. History · datastore: trends, prior runs and fault evidence
4. Records · MES / CMMS / QMS: orders, work, holds and transactions
5. Action · recommend or initiate an approved workflow

The agent is useful because the architecture underneath it has already made the plant discoverable and queryable through trusted interfaces.

20 · Use-case patterns

Different use cases activate different parts of the architecture

OEE and throughput monitoring

Connectivity → DataOps → UNS → Datastore → KPI analytics → dashboards.

Predictive maintenance

DataOps → historical store → condition models → semantic asset context → maintenance workflow.

Contextual root-cause analysis

Datastore + Semantic Layer + operational events + analytical models.

MES integration foundation

Connectivity → DataOps → UNS → MES, with shared persistence and reuse by other applications.

Industrial AI agent

UNS + Datastore + Semantic Layer → Agent Access → Agent and orchestration.

Enterprise optimization

Multi-site DataOps + common models → historical platform → analytics and ML → applications and agents.

That is why the architecture should not be implemented as a giant platform program before any use case begins. Each use case should establish and reuse the capabilities it actually needs.

21 · Guardrails

Common Industrial Intelligence Architecture mistakes

Trying to solve everything with one platform

No broker, historian, lakehouse, graph database or AI platform is naturally optimized for every workload in the architecture.

Treating the Unified Namespace as the whole architecture

The UNS is a critical real-time layer, but history, semantics, transactions and AI access remain separate concerns.

Moving raw plant data directly to AI

AI needs identity, context, quality, semantics and provenance, not simply more tags in a cloud store.

Building applications before reusable data contracts

Every new application becomes another custom integration if the data foundation remains source-specific.

Replicating every piece of data everywhere

Use shared identity and governed APIs to connect systems without turning every layer into a duplicate data lake.

Standardizing technology instead of information

Plants can remain heterogeneous as long as the enterprise models, identities and interfaces are consistent.

Giving AI direct control-system access

Expose bounded tools and retain deterministic safety, authorization and workflow controls outside the model.

Starting with enterprise scale

Prove reusable patterns with one site and one use case, then deliberately parameterize and govern them for reuse.

22 · Adoption

A practical implementation roadmap

You do not need all ten capabilities before delivering value. The architecture should grow through use cases while deliberately establishing reusable patterns underneath them.

1

Foundation

Connect one production area, contextualize the required data and establish stable identities and models.

2

Real-time reuse

Publish selected live state and events through the UNS and connect the first operational consumers.

3

Operational intelligence

Persist contextual history and build repeatable analytics, KPIs and investigation workflows.

4

Shared meaning

Add the semantic layer where cross-domain relationships, flexible discovery or AI grounding require it.

5

AI-ready access

Expose governed live, historical and semantic tools through an AI Agent Access Layer.

6

Agentic operations

Introduce agents first as investigative copilots, then expand into approved and bounded operational workflows.

7

Multi-site reuse

Move models, schemas, namespace rules, ontology patterns and DataOps templates into enterprise governance while sites retain local mappings.

23 · Deep-dive architecture guides

Explore the core pillars of Industrial Intelligence Architecture

This page provides the umbrella architecture. The pillar guides below go deeper into the capabilities that make it work.

Data engineering layer
Industrial DataOps
Acquire, contextualize, transform, validate and route industrial data into trusted reusable information.
Real-time operational layer
Unified Namespace
Publish and discover current operational state and meaningful events through an event-driven shared interface.
Meaning and relationship layer
Semantic Data Layer
Use semantic models, ontologies and knowledge graphs to give industrial information machine-readable meaning.
Agentic intelligence layer
Industrial AI Agents
Give AI agents governed access to live, historical and semantic operational capabilities.