Book a demo

Cut patent&paper research from weeks to hours with PatSnap Eureka AI!

Try now

OPC UA over TSN: real-time communication patent analysis

OPC UA over TSN: Deterministic Real-Time Communication — PatSnap Insights
Industrial IoT & Connectivity

OPC UA over TSN unites application-layer semantic interoperability with IEEE 802.1 data-link-layer determinism to deliver vendor-independent, real-time industrial communication. Drawing on more than 40 patents filed across seven jurisdictions between 2013 and 2026, this analysis maps the dominant implementation patterns — from CUC/CNC automation and gate period alignment to PTP synchronization and SoC hardware integration — that engineers must master to deploy the architecture in production smart factories.

PatSnap Insights Team Innovation Intelligence Analysts 12 min read
Share
Reviewed by the PatSnap Insights editorial team ·

Protocol Architecture: Layering OPC UA over TSN

OPC UA over TSN treats the two protocols as complementary stacks operating at different OSI layers: TSN handles determinism at the data-link layer (Layer 2) through IEEE 802.1Qbv time-aware shaper scheduling and IEEE 802.1AS clock synchronization, while OPC UA operates at the application layer to provide semantic interoperability, information modeling, and cross-platform data exchange. This clean division of responsibility is the foundational design principle articulated across the more than 40 patents filed between 2013 and 2026 in this space.

40+
Active patents filed 2013–2026
7
Jurisdictions (CN, US, EP, JP, CA, KR, PCT)
5+
Schneider Electric US grants (2022–2026)
802.1AS
Mandatory PTP sync standard for all TSN deployments

TSN replaces traditional Ethernet as the data transmission medium to guarantee deterministic delivery of time-sensitive data, while OPC UA serves as the heterogeneous network device communication specification — a principle explicitly stated by the Liaoning Province Industrial Internet Development Research Center (2023). The distributed communication component in that architecture uses an AMQP-based Publish/Subscribe mechanism for cloud-to-edge communication, while OPC UA handles local network inter-connectivity.

At the application layer, OPC UA’s PubSub communication model is strongly preferred over the traditional Client/Server model for field-level industrial communication. In PubSub mode, a Publisher transmits periodic process data using UDP instead of TCP, relying on TSN’s Layer-2 guarantees rather than TCP’s retransmission mechanism for reliability. As Hangzhou Dianzi University noted in its 2023 patent, the fusion “solves the pain point of poor real-time performance of OPC UA alone.” The OPC UA UADP (UA Datagram Protocol) message encoding is used as the payload structure within TSN frames, enabling a clean protocol binding.

In OPC UA over TSN architecture, TSN operates at the IEEE 802.1 data-link layer providing determinism via 802.1Qbv gate scheduling and 802.1AS clock synchronization, while OPC UA operates at the application layer providing semantic interoperability — a separation of concerns that resolves the poor real-time performance of OPC UA used alone over standard Ethernet.

Siemens (2018) established an important efficiency principle: OPC UA subscriptions should not traverse traditional OPC UA session channels but instead be conveyed via a separate TSN data channel. This allows a single TSN telegram to serve multiple client devices simultaneously, reducing server computation load substantially compared with individual Client/Server sessions.

Figure 1 — OPC UA over TSN: Protocol Stack by OSI Layer
OPC UA over TSN Protocol Stack — OSI Layer Mapping for Deterministic Industrial Communication APPLICATION TRANSPORT DATA LINK PHYSICAL OPC UA PubSub / UADP Semantic interoperability · Information modeling · CUC/CNC automation UDP (replaces TCP for PubSub) No retransmission — reliability delegated to TSN Layer 2 IEEE 802.1Qbv Time-Aware Shaper / GCL scheduling IEEE 802.1AS (gPTP) Grandmaster Clock · time synchronization TSN-capable Ethernet (replaces traditional Ethernet)
OPC UA operates at the application layer; TSN’s 802.1Qbv gate scheduling and 802.1AS clock synchronization operate at the data-link layer — a separation of concerns that enables deterministic delivery without modifying OPC UA semantics.
What is UADP?

UADP (UA Datagram Protocol) is the OPC UA message encoding format used in PubSub mode. UADP frames are carried as UDP payloads inside TSN Ethernet frames, providing a clean binding between OPC UA application-layer semantics and TSN’s deterministic data-link-layer transport — without requiring TCP session management overhead.

Network Configuration: CUC/CNC Architecture and OPC UA-Based Automation

Configuring TSN stream parameters — traffic class assignments, Gate Control Lists (GCLs) for IEEE 802.1Qbv, latency bounds, and routing paths — across potentially hundreds of heterogeneous devices is the dominant engineering challenge in OPC UA over TSN deployments. The IEEE 802.1Qcc standard defines a Centralized User Configuration (CUC) entity and a Centralized Network Configuration (CNC) entity to address this, and the most significant patent innovation in the dataset is the use of OPC UA as the protocol through which the CUC communicates with end devices.

The Institute of Industrial Internet at Chongqing University of Posts and Telecommunications (US patent granted 2024) patented a three-tier OPC UA-based CUC architecture in which field devices embed OPC UA servers and register with a UA-TSN coordinator, middleware aggregates TSN stream demand parameters from all devices, and the CUC computes schedules — described as realizing “automatic transmission and configuration of TSN network scheduling information” and reducing operation complexity in large-scale TSN network configuration.

Schneider Electric has pursued a parallel strategy of extending OPC UA’s information modeling capabilities to encompass network management domains previously governed by NETCONF-YANG and SNMP-MIB. Across at least five US grants (2022–2026), one EP grant, and a CA application, the CUC embeds an OPC UA model and interacts with OPC UA-based industrial controllers and devices to determine TSN connection parameters. Critically, when the CNC does not support OPC UA natively, the CUC can translate TSN parameters from OPC UA format to YANG-MIB parameters for downstream provisioning — a bridging mechanism that accommodates legacy network infrastructure without forklift replacement.

Explore the full patent landscape for OPC UA over TSN CUC/CNC architectures in PatSnap Eureka.

Search OPC UA TSN Patents in PatSnap Eureka →

MOXA Inc. (US and EP, 2024) addressed the specific problem of offline TSN configuration determination, enabling end stations to join the network and receive pre-computed routing and scheduling information without requiring online negotiation at boot time. An OPC UA client module transmits a TSN stream configuration to the OPC UA server module of the CUC, which computes routing and scheduling; the configuration is then pushed to multiple end stations once they come online. This offline-first approach reduces commissioning time in large factory deployments.

The State Grid Hubei Electric Power Research Institute (CN, 2022) developed a unified configuration method handling mixed device populations — some supporting NETCONF/YANG and others requiring OPC UA — within the same TSN network. The CNC’s TSN configuration system includes both a NETCONF configuration module and an OPC UA configuration module; the OPC UA client writes configuration data directly to the embedded OPC UA server of each TSN network device. This dual-path approach ensures all devices, regardless of native management protocol support, can be uniformly configured.

Purple Mountain Laboratories (CN, 2024) took a controller-centric approach: the TSN controller operates as an OPC UA Client, creating dedicated client threads that connect to industrial end devices serving as OPC UA Servers. The controller dynamically reads business traffic parameter data from the device’s OPC UA information model, generates forwarding configuration parameters, and pushes them to both the end device and TSN switches — completing the full closed-loop of device discovery, traffic modeling, and schedule deployment.

Figure 2 — OPC UA over TSN: CUC/CNC Configuration Architecture
OPC UA-Based CUC/CNC Architecture for TSN Smart Factory Network Configuration Field Devices (OPC UA Server) Register UA-TSN Coordinator (Address List) Aggregate Config Middleware (Stream params) Schedule CUC (OPC UA Model) Deploy CNC / TSN Bridges 1. Embed OPC UA Server 2. Register & Discover 3. Aggregate Stream Params 4. Compute GCL Schedule 5. Deploy to Bridges
The five-stage CUC/CNC pipeline — from field device OPC UA server embedding through schedule deployment to TSN bridges — is the dominant configuration paradigm across the patent dataset, reducing manual configuration burden in large-scale TSN deployments.

“The OPC UA-based CUC architecture realises the automatic transmission and configuration of TSN network scheduling information, and reduces the operation complexity in the large-scale TSN network configuration process.”

Timing Synchronization and Traffic Scheduling

IEEE 802.1AS (gPTP — generalized Precision Time Protocol) is the mandatory time synchronization standard in TSN, and every OPC UA node in the network must synchronize from a PTP Grandmaster Clock before any gate scheduling can be applied. This is a non-negotiable prerequisite: without a globally synchronized clock across all nodes, packet timestamps are inconsistent and deterministic delivery guarantees cannot be enforced.

In OPC UA over TSN deployments, the TSN switch functions as the PTP Grandmaster Clock, providing the network time reference from which all OPC UA servers and clients synchronize via IEEE 802.1AS (gPTP) — ensuring correct packet timestamps and enabling data consistency and traceability across all connected sensors and actuators, as described in China Coal Science and Engineering Group’s 2025 coal mine communication patent.

A particularly sophisticated timing problem arises from the need to align the OPC UA PubSub Publisher’s packet emission instants with the opening of the corresponding TSN switch gate. If these are misaligned, a packet may arrive just after a gate closes and must wait an entire gate cycle, dramatically increasing latency and jitter. Chongqing University of Posts and Telecommunications (CN, 2024) patented a probe-frame-based alignment method: X probe frames are transmitted at high frequency within one gate period T; the resulting end-to-end delay distribution reveals a periodic pattern corresponding to gate open/closed intervals; the transmission instant of the shortest-delay probe frame is identified; and that timing is used to calculate the optimal emission time for all subsequent frames. The endpoint then continuously monitors gate alignment and re-adjusts if clock drift or configuration changes cause misalignment.

Traffic scheduling across multiple priority queues is managed by the IEEE 802.1Qbv Time-Aware Shaper, which uses a Gate Control List (GCL) to define time slots during which each priority queue is open or closed. China United Network Communications Group (CN, 2024) describes how a network management server reads OPC UA tag attributes — including data volume and real-time requirements — from each node and designs optimized traffic flows dispatched through TSN switch port priority queues, preventing congestion-induced latency violations while preserving bandwidth efficiency.

Key finding: Dynamic schedule recalculation

Omron Corporation (JP, 2022) patented a mechanism in which, when a new data stream is registered by an OPC UA control unit using Publish/Subscribe, the network controller automatically recalculates the schedule to guarantee the arrival time of the new stream without manual intervention. A complementary Omron patent specifies that bandwidth reallocation requires all connected devices to stop data communication, receive new parameters, then resume — ensuring stream guarantees are not violated during the transition.

Robert Bosch GmbH (CN, 2024) takes a lifecycle-aware approach to TSN scheduling, associating different operational parameters — data structure and cycle time — with distinct operating phases: identification, configuration, and real-time operation. Time plans are computed that optionally grant exclusive or priority access to transmission resources during critical phases, providing fine-grained control over bandwidth reservation across the full device lifecycle.

Aerospace Xintong Technology (CN, 2024) provides a precision clock component based on gPTP that supplies both OPC UA master and slave nodes, enabling gate control loop configuration via RESTful APIs that translate OPC UA fusion information model parameters into Linux tc/qdisc queue disciplines and IEEE 802.1Qbv GCL time slots — a practical implementation path connecting high-level OPC UA semantics to kernel-level traffic control.

Figure 3 — Patent Filing Activity by Assignee Type: OPC UA over TSN (2013–2026)
OPC UA over TSN Patent Filing Activity by Assignee Type (2013–2026) — Smart Factory Deterministic Communication 0 2 4 6 8 Patents (approx.) 7 Schneider Electric 5 Chongqing Univ. 4 ABB 3 MOXA 2 Omron 2 Huazhong Univ.
Schneider Electric leads with approximately 7 grants and filings across US, EP, and CA jurisdictions; Chongqing University of Posts and Telecommunications follows with 5 active US/PCT/CN families. Counts are approximate and based on the patent dataset described in the source content.

Analyse gate scheduling and PTP synchronization patents across all TSN assignees with PatSnap Eureka.

Explore TSN Scheduling Patents in PatSnap Eureka →

Application Domains and Industry-Specific Deployments

OPC UA over TSN has been demonstrated and patented across a broad range of industrial verticals, moving well beyond general-purpose factory automation to mission-critical environments where communication failure has direct safety consequences. This breadth of deployment confirms that the architecture is not merely academic — it is being engineered for production environments with stringent latency and reliability requirements, as recognized by standards bodies including IEC and IEEE.

General Smart Factory Communications

Jianwei Digital Technology (CN, 2021) defines a three-layer architecture — control device layer, information exchange layer, and information management layer — in which all inter-layer communication uses OPC UA over TSN. The architecture explicitly maintains backward compatibility with legacy fieldbuses including PROFIBUS-DP, PROFINET, and PROFISAFE alongside TSN ring networks, enabling incremental migration without forklift replacement of existing infrastructure.

Embedded Field Devices with SoC Integration

Huazhong University of Science and Technology (CN, 2023) patented a hardware implementation of OPC UA over TSN in a single SoC combining a Programmable Logic (PL) unit hosting TSN NIC logic and a Processing System (PS) unit hosting OPC UA data transmission, network management, and clock synchronization modules communicating via AXI bus. This implementation enables plug-and-play connection to standard Ethernet infrastructure, reducing cabling complexity and supporting direct access by universal TSN switches. Protocol software alone is insufficient for field-level deployment; TSN NIC logic in FPGA/PL combined with OPC UA in the application processor is the practical implementation path for sub-microsecond precision in end devices.

Coal Mine Underground Safety Communications

China Coal Science and Engineering Group (CN, 2025) applies OPC UA over TSN to monitor fans, hoists, conveyors, gas sensors, temperature sensors, humidity sensors, and vibration sensors in underground mining environments where latency and reliability are safety-critical. Priority configuration of underground data and anomaly-triggered alarms are managed through the OPC UA server and routed via TSN switches, with the TSN switch functioning as the PTP Grandmaster Clock to ensure data consistency across all underground nodes.

Power Grid and Electric Utility Networks

The State Grid Jiangsu Electric Power Information Communications Branch (CN, 2024) developed a TSN testing methodology and testbed specifically for validating TSN’s suitability for power control business scenarios with extremely strict latency requirements, validating time synchronization performance and determinism against live electricity business traffic profiles. The architecture also encompasses time-sensitive software-defined network (TSSDN) switches combining TSN and SDN control planes for manufacturing systems, as described in the low-latency IIoT architecture patent by Wan Hongjun (2023).

Distributed Control Systems and Pre-Deployment Validation

ABB has developed a TSN simulator (CN, 2024) for validating DCS behavior under non-ideal TSN conditions — introducing controlled delays and impairments — enabling pre-deployment validation of OPC UA over TSN configurations before committing to physical installations. ABB’s complementary patent (CN, 2022) formalizes the process of building dual information models — one for the end device/plant and one for the network — and deriving independent configuration information sets for each, pushing them to the respective targets via separate channels. This approach is aligned with ISA best practices for industrial network commissioning and has been validated against real-world DCS deployment scenarios.

Railway and Transportation Monitoring

BYD Co., Ltd. (CN, 2019) deployed OPC UA-based event and data collection for comprehensive railway monitoring systems, using OPC UA’s subscription mechanism to reliably collect real-time monitoring data from trackside subsystems — a deployment pattern directly compatible with TSN-enhanced Ethernet backbones. Shanghai Jiao Tong University (CN, 2022) developed an automatic report generation engine for TSN-based manufacturing systems that uses OPC UA information models to represent TSN scheduling parameters — stream specifications, GCL entries, data flow priorities, and routing paths — and triggers scheduling algorithm execution via OPC UA method calls, producing per-device configuration reports automatically.

Key Players, IP Landscape, and Emerging Innovation Trends

Analysis of the patent dataset reveals a clear stratification of innovation activity: industrial automation vendors (Schneider Electric, ABB, Omron, MOXA), Chinese universities and research institutes (Chongqing University of Posts and Telecommunications, Huazhong University of Science and Technology, Purple Mountain Laboratories), and state-owned enterprises (State Grid, China Coal) each occupy distinct niches in the OPC UA over TSN IP landscape. According to WIPO, China has been the fastest-growing jurisdiction for industrial communication patents, and the dataset reflects this trend with the majority of post-2022 filings originating from Chinese institutions.

Schneider Electric USA holds the largest portfolio of active grants specifically targeting the OPC UA-TSN network management interface, with at least five separate US grants (2022–2026), one EP grant, and one CA application, all covering the CUC/CNC architecture with embedded OPC UA models and YANG-MIB translation capability — representing a mature, multi-jurisdictional IP fence around the network configuration management layer of OPC UA over TSN.

The Institute of Industrial Internet at Chongqing University of Posts and Telecommunications holds the strongest Chinese domestic and international publication record on automated TSN configuration using OPC UA, with active US grants (2024), PCT families, and multiple CN patents on centralized user configuration, gate period alignment, and multi-server aggregation. Their successful PCT-to-US prosecution demonstrates the strategic international IP significance of this approach.

MOXA Inc. (Taiwan, JP and US filings, 2024) represents the industrial networking equipment vendor segment, focusing on auto-configuration at the device level — a practical deployment-oriented innovation aimed at reducing system integrator effort. ABB (Swiss entity, WO/CN/EP filings) is the most prolific European contributor, with patents covering the full lifecycle from information model construction through TSN link fault recovery, TSN simulation, and message mapping for non-TSN-aware legacy devices. Huazhong University of Science and Technology leads the hardware implementation segment, filing patents on SoC-integrated OPC UA and TSN field devices.

A clear trend in filings from 2023 onward is the integration of AI/ML-based prediction into OPC UA communication optimization. Hangzhou Yaquan Technology (CN, 2025) patented predictive OPC UA communication optimization that dynamically adjusts sampling periods, publish intervals, message queue sizes, and security levels based on predictive models trained on historical communication behavior. This represents a next-generation evolution beyond static TSN scheduling toward adaptive, intelligent industrial networks — a direction consistent with the broader Industry 4.0 trajectory tracked by the OECD in its digital production reports.

“A clear trend in filings from 2023 onward is the integration of AI/ML-based prediction into OPC UA communication optimization — representing a next-generation evolution beyond static TSN scheduling toward adaptive, intelligent industrial networks.”

Purple Mountain Laboratories (Zijin Mountain Laboratory) focuses on the TSN controller’s ability to dynamically manage end-device traffic parameters via OPC UA — a cloud-native, SDN-inspired approach to industrial network orchestration. Omron Corporation (Japan) is notable for system-level patents covering both dynamic bandwidth adjustment and automatic schedule recalculation triggered by OPC UA PubSub registration events — a real-time feedback loop between the application layer and network control plane that anticipates the convergence of IT and OT network management.

Frequently asked questions

OPC UA over TSN — key questions answered

Still have questions? Let PatSnap Eureka answer them for you.

Ask PatSnap Eureka for a Deeper Answer →

References

  1. Industrial Internet Deterministic Communication Method Based on OPC UA-TSN — Liaoning Province Industrial Internet Development Research Center, CN 2023
  2. Deterministic Communication System Based on TSN and OPC UA — Chongqing University of Posts and Telecommunications, CN 2020
  3. OPC UA-Based Field System Based on TSN — Hangzhou Dianzi University, CN 2023
  4. OPC UA-Based Centralized User Configuration Method and System for Time-Sensitive Network — Institute of Industrial Internet, Chongqing University of Posts and Telecommunications, US 2024
  5. Modeling and Management of Industrial Network Using OPC UA — Schneider Electric USA, Inc., US/EP/CA 2022–2026
  6. Network Device, Time-Sensitive Network System and Auto-Configuration Method — MOXA INC., US 2024
  7. Unified Configuration Method and System for Time-Sensitive Network Devices — State Grid Hubei Electric Power Research Institute, CN 2022
  8. Method for Managing Industrial End Devices Using a TSN Controller — Purple Mountain Laboratories, CN 2024
  9. Method for OPC UA over TSN Gate Control Period Alignment — Chongqing University of Posts and Telecommunications, CN 2024
  10. Coal Mine Underground Communication System Based on OPC UA-TSN — China Coal Science and Engineering Group, CN 2025
  11. Industrial Internet System and Communication Method Based on TSN and OPC UA — Aerospace Xintong Technology, CN 2024
  12. Communication Method and System in TSN-OPC UA Networks — Omron Corporation, JP 2022
  13. Method and Device for Operating a TSN Communication System — Robert Bosch GmbH, CN 2024
  14. Industrial Field Devices and Communication Systems Supporting OPC UA and TSN — Huazhong University of Science and Technology, CN 2023
  15. TSN Simulator for DCS Validation — ABB, CN 2024
  16. Establishing Time-Sensitive Communications Between Industrial End Devices and an Ethernet Network — ABB, CN 2022
  17. Predictive OPC UA Communication Optimization — Hangzhou Yaquan Technology, CN 2025
  18. IEEE 802.1 Time-Sensitive Networking Task Group — IEEE Standards Association
  19. WIPO — World Intellectual Property Organization, Global Patent Filing Trends
  20. OECD — Digital Production and Industry 4.0 Reports

All data and statistics in this article are sourced from the references above and from PatSnap‘s proprietary innovation intelligence platform.

Your Agentic AI Partner
for Smarter Innovation

PatSnap fuses the world’s largest proprietary innovation dataset with cutting-edge AI to
supercharge R&D, IP strategy, materials science, and drug discovery.

Book a demo