The OPC UA Moment: How the April 2026 Standards Announcement Changes Industrial AI Forever

,
The OPC UA Moment How the April 2026 Standards Announcement Changes Industrial AI Forever

On April 20, 2026, the organization that governs the dominant industrial data protocol announced it is converting all 430-plus of its industry information models into formats optimized for agentic AI. This is not a vendor announcement. It is a standards body announcing the native infrastructure for a new category of industrial software — and most of the industrial world has not fully absorbed what it means yet.

OPC UA · Industrial AI Standards · Agentic AI · ICS · SCADA · Sasquatch Labs Industrial Series · July 2026

What Actually Happened on April 20, 2026

Standards body announcements rarely qualify as news. They tend to be incremental refinements to existing specifications, process updates, or administrative changes that matter only to the organizations that spend their professional lives tracking them. Every so often, though, a standards body does something that changes the trajectory of an entire technology category — not because of what it says, but because of who said it and what infrastructure it commits to building.

April 20, 2026 was one of those moments for industrial AI.

OPC Foundation — April 20, 2026 — Official Press Release

“The OPC Foundation today announced the next step in its OPC UA for AI activities: building on the initial prototyping work published in the UA-for-AI-Prototype GitHub repository, the OPC Foundation will extend this work to convert all (over 430) OPC UA Companion Specifications into formats optimized for retrieval-augmented generation (RAG), model context protocol (MCP) and AI-assisted engineering workflows, simplifying the use of OPC UA as the semantic layer between agentic AI and the world of industrial automation.”

Read that last phrase again: the semantic layer between agentic AI and the world of industrial automation. This is the OPC Foundation — not a vendor, not a startup, not an analyst firm — explicitly positioning OPC UA as the interoperability standard that connects AI systems to industrial data. It is a statement of architectural intent from the organization that governs the most widely adopted industrial data protocol in the world.

The industrial community has been waiting for clarity about where AI fits in the existing industrial standards landscape. This announcement provides it, and the implications cascade through every evaluation of industrial AI products, deployments, and roadmaps being conducted in 2026 and beyond.

What OPC UA Is — and Why This Announcement Carries So Much Weight

To appreciate why this announcement is significant, you need to understand what OPC UA actually is and how deeply embedded it is in the global industrial infrastructure.

OPC UA (Open Platform Communications Unified Architecture) is a standard that lets industrial machines, sensors, software, and systems exchange data with each other — securely and regardless of who made them. It is effectively a universal translator for the factory floor. A Siemens PLC, a Rockwell controller, a SCADA system, and a cloud analytics platform all speak different languages. OPC UA gives them one common language so they can share information without custom coding or proprietary converters.

OPC UA’s origins trace to 1994, when a group of software and hardware vendors in the industrial automation sector came together to form what is now the OPC Foundation. The original OPC standard solved an immediate problem — allowing industrial devices from different manufacturers to share data — but was built on Microsoft’s COM/DCOM technology, making it Windows-only, difficult to secure across firewalls, and hard to use across networks. As Industry 4.0 began to take shape in the mid-2000s, manufacturers needed something better. The OPC Foundation responded by designing OPC UA from scratch with a clear mandate: keep everything that worked about OPC Classic, discard the Windows dependency, and make security non-negotiable from the first line of code.

The result is a protocol that has become, over the past fifteen years, the closest thing industrial automation has to a universal data layer. OPC UA is standardized as IEC 62541, a multi-part international standard that defines the complete architecture of the protocol including communication services, security mechanisms, data modeling, and information exchange between industrial systems. It is what PLCs, historians, SCADA systems, and HMIs use to expose their data in a way that other software can query — platform-independently, across vendors, with built-in security, and with a semantic data model that describes not just raw values but the meaning and relationships of what is being measured.

430+
OPC UA Companion Specifications being converted to AI-ready formats
IEC 62541
the international standard that defines OPC UA — making it neutral and vendor-independent
30+ years
of OPC Foundation standards work now being made natively accessible to agentic AI systems
Live now
OPC UA Online Reference MCP server at reference.opcfoundation.org/mcp

The weight of the April 2026 announcement comes precisely from who OPC UA is. This is not a newcomer proposing a new standard. It is the organization that governs the protocol that the vast majority of modern industrial control systems already use, announcing that it is building native AI interoperability into that protocol’s knowledge base. The infrastructure that makes agentic AI talk to industrial systems is not being invented from scratch — it is being added to something that is already installed in factories, utilities, chemical plants, and water treatment facilities around the world.

What Companion Specifications Are — and Why Converting 430 of Them Matters

The 430-plus companion specifications being converted are the detail that makes this announcement technically significant rather than just symbolically meaningful. Understanding what they are explains why the number matters.

OPC UA gives machines a common language. But a common language is not enough if everyone uses different vocabulary. A packaging machine and a robot arm both speak OPC UA — but how they describe themselves, their data, and their capabilities needs to follow a shared standard too. That is what companion specifications do. They define standardized data models for specific industries and device types, built on top of OPC UA’s core framework. They are the reason a packaging machine from Vendor A describes itself the same way as one from Vendor B — making integration plug-and-play instead of a custom engineering project.

In other words: OPC UA provides the protocol layer — the common language. Companion specifications provide the semantic layer — the shared vocabulary that gives meaning to the data within that language. A tag named “MotorSpeed” on a machine from one vendor means the same thing as the same tag on a machine from a different vendor when both implement the same companion specification. That semantic standardization is what makes it possible for software — including AI software — to understand what it is looking at without needing to be individually configured for every device from every vendor.

The scope of the companion specification library reflects thirty years of industry collaboration. Examples span virtually every sector of industrial automation:

Robotics (VDMA 40010)

Standardized information model for any robot type — industrial, mobile, collaborative, multi-arm systems

PackML (Packaging)

Standard state machines and data for packaging equipment across food, beverage, and consumer goods

EUROMAP 77/83/84

Injection molding machines, handling robots, and auxiliary equipment in plastics manufacturing

MDIS (Oil and Gas)

Interface between subsea control stations and distributed control systems in offshore operations

MTConnect (Machine Tools)

Interoperability between machine tools, manufacturing equipment, and enterprise systems

Weihenstephan Standards

Communication interfaces for food and beverage production — WS Food, WS Pack, WS Bake, WS Brew

ISA-95 / B2MML

Manufacturing operations management — the interface between enterprise and control systems

Pharmaceutical (OPC UA for PDA)

Process analytical technology and data integrity for pharmaceutical manufacturing

When all 430-plus of these specifications become RAG-optimized and MCP-compatible, an agentic AI system that connects to an OPC UA server does not just see raw tag values. It can understand, through the companion specification vocabulary, what those tags represent, what asset they belong to, how they relate to each other, what their valid ranges are, what state machines govern the equipment behavior, and what industry-standard interpretations apply to their current values. The difference between an AI reading a raw number from a tag and an AI understanding that number in the context of a PackML state machine on a packaging line is the difference between pattern matching and comprehension.

The Technical Formats: RAG, MCP, Vector Embeddings, and Offline LLMs

The OPC Foundation’s announcement is specific about the formats being produced, and those specifics are worth understanding because they reveal the full scope of what is being built.

The prototype repository already demonstrates how OPC UA core specifications have been transformed into AI-ready assets such as Markdown files, image descriptions, token-optimized RAG chunks, vector embeddings, and interfaces for MCP and REST-based querying. Each of these formats serves a distinct use case in the industrial AI ecosystem:

Markdown files and token-optimized RAG chunks

Retrieval-augmented generation is the technique that allows an AI system to retrieve relevant information from a knowledge base at query time and incorporate it into its reasoning, rather than relying solely on what was in its training data. Token-optimized RAG chunks are structured specifically to maximize the amount of relevant information that can be retrieved within the context window constraints of current LLMs. OPC UA specifications converted to this format mean that when an agentic AI system is asked about a specific piece of equipment, it can retrieve the relevant companion specification content in real time and reason about the equipment’s data in the context of its industry-standard definition.

Vector embeddings

Vector embeddings allow semantic similarity search — finding specification content that is conceptually related to a query even when the exact terms do not match. This enables the kind of contextual reasoning that makes an AI useful in a real plant environment, where operators do not always know the exact specification terminology and need the system to bridge between plain-language questions and standardized technical definitions.

MCP interfaces

The Model Context Protocol is an open standard that allows AI systems to connect to external tools, data sources, and services in real time. An OPC UA companion specification exposed through an MCP interface becomes queryable by any AI agent that supports the protocol — including during an active conversation with an operator, without requiring the specification content to have been pre-loaded into the model’s training data.

Offline LLM support

Perhaps the most important format for the industrial audience is the download option for use with offline LLMs. Many OPC UA users are training specialized models and cannot depend on links to the public internet. The new Online Reference provides multiple options including XML for technical specifications, Markdown for the largest amount of information in the fewest tokens, and JSONL as a RAG chunk format supported by local deployments. This is the air-gapped AI use case made explicit — organizations that cannot connect their AI systems to external networks can download the specification content in the appropriate format and run their AI entirely within their own infrastructure.

The SQL Analogy: Why This Is a Category-Defining Infrastructure Moment

The most useful analogy for understanding what the OPC Foundation has set in motion is not from industrial automation — it is from the history of enterprise software.

Before SQL became a universal standard for querying relational databases in the 1970s and 1980s, accessing data in any given database required understanding the proprietary internals of whatever system held the data. Each database had its own query language, its own data model, its own conventions. Software had to be written specifically for each database it needed to talk to. The result was a fragmented landscape where integration was expensive, slow, and brittle.

SQL changed that. Once databases exposed a SQL interface, any tool that could speak SQL could reach any database — without custom integration work for every pairing. The tools that could speak SQL could suddenly serve every organization running any SQL-compliant database. The tools that could not had a shrinking addressable market.

OPC UA has been doing something analogous for industrial data for fifteen years — providing the common language that allows software to reach industrial systems without proprietary integration work for every device from every vendor. What the April 2026 announcement adds is the semantic layer on top of that common language: the vocabulary that allows AI systems to not just read industrial data but understand what it means.

The precise analogy
OPC UA as a protocol is to industrial AI what TCP/IP is to internet applications — the connectivity layer that makes communication possible. OPC UA Companion Specifications converted to RAG and MCP formats are to industrial AI what HTML and HTTP are to web browsers — the semantic layer that makes the content of what is communicated understandable and actionable by the receiving system.

The tools that are built natively on this infrastructure — that speak OPC UA natively, query companion specifications for semantic context, and operate within the standardized vocabulary the OPC Foundation is now formalizing — have a structural advantage over tools that are not. The question for any industrial AI product is: is it OPC UA-native, or is it an application that treats OPC UA as one of several input formats? The answer to that question will increasingly determine fitness for deployment in real industrial environments.

What Is Already Live: The OPC UA Online Reference MCP Server

The April 2026 announcement was not just a promise about future work. By June 2026, the OPC Foundation’s own Online Reference had already been updated to include an MCP server for agentic AI use.

Live as of June 2026
The OPC UA Online Reference MCP server is available at reference.opcfoundation.org/mcp and provides tools for full-text search within OPC UA specifications, searching for node definitions by NodeId or BrowseName, searching by Conformance Unit name, and searching for defined terms across all OPC UA specifications. Any AI agent that supports MCP can query the OPC UA specification knowledge base in real time during an industrial workflow — using the live specification content rather than a static snapshot embedded in training data.

The OPC Foundation noted that AI systems can now access, understand, and utilize OPC UA information more effectively than ever before through the updated Online Reference, which includes an MCP server for agentic AI and the ability to download specifications in multiple formats for use with offline LLMs.

This is not a prototype or a demonstration — it is production infrastructure that any AI system supporting MCP can connect to today. The OPC Foundation has, in effect, already published the API that allows agentic AI systems to query thirty years of accumulated industrial standards knowledge in real time. The Companion Specification conversion announced in April is the broader expansion of that same initiative across all 430-plus domain-specific information models.

The Hannover Messe 2026 Demonstration

Standards announcements and live demonstrations are different things. The Hannover Messe 2026 show provided the demonstration.

At Hannover Messe 2026, AI and MCP-enabled equipment was demonstrated live — gaining live values from an OPC UA-enabled pH meter. The demonstration showed the impact of OPC UA in allowing AI to automatically understand real-world data. The OPC Foundation’s own president highlighted this demonstration in the June 2026 presidential welcome, noting that it illustrated the core concept of what the companion specification conversion makes possible: an AI system that connects to an OPC UA device and, through the companion specification vocabulary, understands not just the raw value the pH meter is reporting but what that value means, what the valid operating range is, what the equipment expects the AI to understand about pH measurement in the relevant industrial context.

That demonstration — an AI agent reading a pH meter via OPC UA and understanding what it is reading — is not conceptually dramatic. A pH meter is not a complex piece of equipment. What is significant is the architecture behind it: no custom integration, no vendor-specific API, no manually written context for the AI to understand the equipment. The OPC UA companion specification provides that context natively, through a standardized interface, for any AI that speaks MCP.

Scale that to the 430-plus companion specifications covering robotics, injection molding, packaging, machine tools, oil and gas, pharmaceuticals, and food and beverage — and the demonstration’s significance becomes apparent. The pH meter at Hannover Messe 2026 is the proof of concept. The 430-plus specifications in conversion are the production implementation.

What This Means for Industrial AI Products and Buyers in Practice

The April 2026 announcement has concrete implications for how industrial organizations should evaluate, select, and deploy AI tools. Several things that were previously matters of architecture preference have become matters of standards alignment.

OPC UA nativity is now a meaningful evaluation criterion

Industrial AI tools that connect to OPC UA as a native data source — rather than requiring operational data to be replicated to a cloud platform first — are now operating on infrastructure that the dominant standards body is actively developing for AI interoperability. Tools that route industrial data through proprietary cloud platforms are working around the standard rather than with it. That is not inherently wrong, but it creates a dependency on the proprietary platform’s own roadmap rather than the standards body’s roadmap.

Semantic understanding is becoming standardized rather than bespoke

One of the most expensive aspects of deploying AI in industrial environments has been the work of teaching the AI system what the data means — which tags correspond to which assets, what the valid operating ranges are, how alarm states relate to equipment conditions. As companion specifications become RAG-optimized and MCP-accessible, that context is increasingly available through a standardized interface rather than requiring plant-specific configuration for every deployment. An AI system that can query the relevant companion specification at runtime has access to accumulated decades of domain expertise without requiring it to be manually encoded for each new plant.

Offline and air-gapped deployment is being designed into the standard

The explicit provision of download formats for offline LLMs in the June 2026 Online Reference update confirms that the OPC Foundation is designing for air-gapped deployment, not just cloud-connected use cases. This is a direct acknowledgment of the reality of the industrial market: a significant proportion of the organizations that use OPC UA cannot connect their AI systems to external networks, and the standards infrastructure needs to serve them as well as it serves cloud-connected organizations.

The integration burden for new industrial AI deployments will decrease

Currently, deploying an AI system in an industrial environment requires significant custom configuration to establish the semantic context the AI needs to be useful. As companion specifications become universally RAG-optimized and MCP-accessible, that configuration burden decreases for deployments in industries with mature companion specifications. An AI system connecting to a packaging line that implements PackML can query the PackML companion specification for semantic context rather than requiring a human to manually map the plant’s tag structure to a contextual knowledge base.

What It Means for Valak Specifically

Valak, built by Sasquatch Labs, is an agentic AI layer for HMI and SCADA systems that connects natively to OPC UA, AVEVA PI, and GE Proficy. The April 2026 OPC Foundation announcement is not about Valak — it is about the standards infrastructure that Valak, and products like it, operate on top of.

What the announcement does is validate the architectural decisions that OPC UA-native industrial AI products like Valak are built around. The OPC Foundation’s explicit positioning of OPC UA as “the semantic layer between agentic AI and the world of industrial automation” is a confirmation that building an agentic AI layer natively on OPC UA is the architecturally correct approach — not a design choice that will need to be revisited when the standards mature, but a foundation that the standards body is now actively strengthening for AI use specifically.

For organizations evaluating Valak or similar products, the OPC Foundation announcement provides an important piece of context: the semantic infrastructure that makes OPC UA-native agentic AI increasingly powerful over time is being built by the standards body itself, not by any individual vendor. A product that is OPC UA-native benefits from that infrastructure investment as it matures, without requiring the vendor to rebuild the semantic layer from scratch for each deployment.

Valak’s air-gapped, on-premises deployment model is also directly consistent with the offline LLM support that the OPC Foundation has built into its updated Online Reference. The explicit acknowledgment that many OPC UA users cannot depend on public internet connectivity is a recognition of the same deployment reality that Valak was designed around from the start.

The Timeline: Where Things Stand and What Comes Next

1994 — 2006

OPC Classic Era

OPC Foundation formed. Original OPC standard created, solving device interoperability on Windows. COM/DCOM architecture limits scope to Windows environments and constrains security model.

2006 — 2008

OPC UA Published

OPC UA (Unified Architecture) published as IEC 62541. Platform-independent, security-first redesign of OPC. Companion specification program begins, with industry associations developing domain-specific information models on top of the OPC UA core.

2008 — 2024

Companion Specification Ecosystem Builds

430-plus companion specifications developed across robotics, packaging, machine tools, oil and gas, pharmaceuticals, food and beverage, and dozens of other industrial domains. OPC UA becomes the dominant industrial interoperability standard globally.

Early 2026

UA-for-AI Prototype Published

OPC Foundation publishes initial prototyping work on GitHub demonstrating OPC UA core specifications converted to AI-ready formats — Markdown, RAG chunks, vector embeddings, and MCP/REST interfaces.

April 20, 2026

The Announcement

OPC Foundation announces conversion of all 430-plus OPC UA Companion Specifications to RAG, MCP, and AI-optimized formats. Positions OPC UA as “the semantic layer between agentic AI and the world of industrial automation.”

April — May 2026

Hannover Messe 2026 Demonstration

Live demonstration of AI and MCP-enabled equipment gaining live values from an OPC UA pH meter at Hannover Messe 2026. First public demonstration of the agentic AI plus OPC UA architecture in a real industrial show environment.

June 2026

OPC UA Online Reference MCP Server Goes Live

OPC Foundation updates its Online Reference to include a live MCP server at reference.opcfoundation.org/mcp, plus downloadable specification formats for offline LLM use. The infrastructure for querying OPC UA knowledge from AI agents is available in production.

2026 — 2027

Companion Specification Conversion Proceeds

The 430-plus companion specifications are progressively converted to AI-ready formats. Industrial AI products built natively on OPC UA begin benefiting from this semantic infrastructure without requiring bespoke configuration for each domain.

Frequently Asked Questions

1. What did the OPC Foundation announce on April 20, 2026?

The OPC Foundation announced it will convert all of its OPC UA Companion Specifications — more than 430 domain-specific industrial information models covering industries from robotics and packaging to oil and gas and pharmaceuticals — into formats optimized for agentic AI. The formats include Markdown files, token-optimized RAG chunks for retrieval-augmented generation, vector embeddings for semantic search, and interfaces for the Model Context Protocol and REST-based querying. The stated goal is to simplify the use of OPC UA as the semantic layer between agentic AI and the world of industrial automation.

2. What is OPC UA and why does this announcement matter?

OPC UA (Open Platform Communications Unified Architecture) is the dominant open standard for industrial data interoperability, standardized as IEC 62541. It is the protocol that most modern PLCs, SCADA systems, historians, and HMIs use to expose their data in a way that other software can query — platform-independently, across vendors, with built-in security. The April 2026 announcement matters because the OPC Foundation is not proposing a new standard — it is building native AI interoperability into the standard that is already installed in industrial systems globally. This makes OPC UA-native AI products inherently aligned with the direction of the protocol rather than requiring them to work around it.

3. What are OPC UA Companion Specifications?

OPC UA Companion Specifications are domain-specific information models built on top of the OPC UA core protocol. They define standardized data models for specific industries and device types — how a robot describes itself, how a packaging machine exposes its state machine, how an injection molding machine reports its parameters. They are the semantic layer on top of OPC UA’s connectivity layer, ensuring that a packaging machine from one vendor describes itself the same way as one from another vendor. More than 430 companion specifications exist, covering virtually every sector of industrial automation.

4. What is the difference between RAG and MCP in the context of OPC UA?

Retrieval-augmented generation (RAG) is the technique that allows an AI system to retrieve relevant knowledge from a knowledge base at query time rather than relying solely on what was embedded in its training data. OPC UA specifications converted to RAG-optimized chunks allow AI systems to retrieve companion specification content in real time when answering questions about industrial equipment. The Model Context Protocol (MCP) is an open standard for real-time two-way communication between AI systems and external tools or data sources. OPC UA specifications exposed through MCP allow AI agents to actively query the specification knowledge base during an industrial workflow — getting the context they need for each specific query from a live source rather than a static pre-loaded dataset.

5. Is the OPC UA MCP server already available to use?

Yes. The OPC Foundation updated its Online Reference in June 2026 to include a live MCP server at reference.opcfoundation.org/mcp. It provides tools for full-text search within OPC UA specifications, searching for node definitions, searching by Conformance Unit name, and searching for defined terms across all OPC UA specifications. Any AI agent that supports MCP can query this server in real time. The OPC Foundation has also published download formats including XML, Markdown, and JSONL for organizations that need to use OPC UA specification content with offline LLMs in air-gapped environments.

6. What was demonstrated at Hannover Messe 2026?

At Hannover Messe 2026, a live demonstration showed AI and MCP-enabled equipment gaining live values from an OPC UA-enabled pH meter. The demonstration illustrated the core concept that the companion specification conversion enables: an AI agent connecting to an OPC UA device and automatically understanding what the data means — not just reading a raw value but interpreting it in the context of the device’s OPC UA information model — without requiring custom integration or manual context configuration.

7. Why is the SQL analogy used to describe this moment?

Before SQL became universal for relational databases, querying any database required understanding its proprietary internals. After SQL, any tool that could speak SQL could reach any SQL-compliant database without custom integration. OPC UA has done something analogous for industrial data connectivity over the past fifteen years. What the April 2026 announcement adds is the semantic layer — the shared vocabulary that allows AI to understand what industrial data means, not just how to read it. The tools that speak this semantic layer natively have a structural advantage over those that do not, in the same way that SQL-speaking tools outpaced proprietary database clients in the 1980s and 1990s.

8. Does this affect how organizations should evaluate industrial AI tools?

Yes, in two specific ways. First, OPC UA nativity has become a more meaningful evaluation criterion — tools that connect to OPC UA natively are operating on infrastructure the standards body is actively developing for AI, while tools that route industrial data through cloud platforms are working around the standard. Second, the offline LLM support built into the OPC Foundation’s reference implementation confirms that air-gapped, on-premises AI deployment is a design requirement the standards body is explicitly accounting for — which should influence how organizations evaluate cloud-dependent versus on-premises AI tools for industrial environments.

9. Who is Dr. Holger Kenn and what did he say about this initiative?

Dr. Holger Kenn is the leader of the OPC Foundation AI working group — the technical body overseeing the OPC UA for AI initiative. He stated that basing agentic AI systems on OPC UA’s semantic interoperability principles is critical for their reliability, emphasizing that agentic AI systems present a unique opportunity for industrial automation but need to provide correctness and reliability as good as or better than existing engineering approaches, and that grounding them in established semantic interoperability of OPC UA is an important step toward achieving that reliability and acceptance.

10. What does this announcement mean for air-gapped industrial AI deployments?

The OPC Foundation’s explicit provision of download formats for offline LLMs — XML, Markdown, and JSONL — in its updated Online Reference is a direct acknowledgment that many industrial organizations cannot depend on public internet connectivity for their AI systems. This means the semantic infrastructure being built for OPC UA-native AI is designed to work in air-gapped environments from the start, not as an afterthought. Organizations running air-gapped industrial AI can download the relevant companion specification content in the appropriate format and use it with locally deployed LLMs, maintaining the network boundary that their OT security posture requires.

Valak Is Built on the Architecture the OPC Foundation Just Made Official

Native OPC UA connectivity. Air-gapped on-premises deployment. Agentic natural-language and voice query over your AVEVA PI, GE Proficy, and OPC UA systems — fully within your plant network.

Visit Valak.ai