Hermes OSIndustrial Intelligence Platform
Back to the library

Industrial Protocols

OPC UA

Information modeling, sessions, and security in OPC UA.

OT Network

Overview

OPC UA is the vendor-neutral information backbone of modern automation: a typed, browsable address space with built-in security, sessions, and subscriptions.

Engineering purpose

Expose controller and server data with semantics — not just registers — to SCADA, MES, and analytics, securely and across platforms.

How it works

Servers model data as nodes with types and references; clients browse rather than hardcode; subscriptions deliver monitored-item changes at negotiated sampling and publishing intervals; certificates authenticate both ends.

  • OPC UA models data as a typed address space — browse it rather than hardcoding node IDs.
  • Subscriptions with monitored items outperform polling at scale; tune sampling vs publishing intervals.
  • Security policies and certificates are mandatory in production — anonymous/no-security is for labs only.

Common faults

Trust-list breakage after hostname or certificate changes; session/subscription limits exhausted by scaling clients; anonymous no-security endpoints left enabled in production; address-space changes orphaning hardcoded node IDs.

Diagnostic checks

  1. 1Validate server certificate trust lists after any host change.
  2. 2Check session and subscription limits on the server before scaling clients.
  3. 3Browse the live address space to confirm node identity instead of trusting documentation that may have drifted.

Safety notes

Treat OPC UA write access as a controlled capability: writable nodes exposed to broad networks are remote control of the plant.

Commissioning notes

Establish certificate management ownership, set security policy to Sign&Encrypt, and load-test subscription volume before connecting production clients.

Related concepts

Address space and node model, subscriptions/monitored items, security policies, certificate trust, session limits.

opc · opc ua · node · subscription · certificate · او پی سی

Related engineering cases

Related articles

When Hermes Brain uses this article

Cited for OPC UA connectivity failures, certificate trust problems, subscription performance, and secure data exposure design.