> iec_62541_series
IEC 62541 Series
OPC Unified Architecture (OPC UA) — IEC 62541
OPC Unified Architecture (IEC 62541) is the global standard for open, secure, and vendor-neutral industrial data exchange across Levels 1 to 4 of the Purdue model. Breaking free from legacy Microsoft COM/DCOM limitations, OPC UA provides an extensible object-oriented address space, multi-protocol transport (binary TCP, WebSockets, PubSub over UDP/TSN), and built-in certificate-based authentication, signing, and encryption.
Scope & Applicability
Interoperable communications spanning embedded sensors, PLCs, DCS controllers, SCADA HMIs, MES platforms, and cloud analytics ingestors.
Non-Coverage Boundaries
Does not mandate specific physical cabling layers (runs over standard Ethernet/Wi-Fi/5G) or supersede safety-instrumented logic solvers (except via OPC UA Safety).
Key Clauses & Control Requirements
Security Profiles & PKI Governance
Mandatory cryptographic suites (Aes128_Sha256_RsaOaep, Basic256Sha256) enforcing mutual client/server X.509 certificate trust, message signing, and encryption.
Object-Oriented Information Modeling
Rich semantic address space organizing variables, methods, properties, and relationships into typed Companion Specifications (e.g., PackML, EUROMAP).
OPC UA PubSub & TSN
Publish-Subscribe communication architecture for deterministic, low-latency field-level multicast over Time-Sensitive Networking (TSN).
Required Regulatory & Audit Evidence Artifacts
- [✓]OPC Foundation Official Compliance Certification Laboratory Test Certificate
- [✓]OPC UA Server Security Configuration review disabling 'None' security policy
- [✓]Public Key Infrastructure (PKI) Certificate Trust List and Revocation management audit
“Legacy OPC DA was notoriously insecure and fragile due to Windows DCOM permissions. Standardizing on OPC UA with strict X.509 certificate enforcement bridges the OT-IT gap securely without compromising edge reliability.”
Cross-Surface Ecosystem Relationships
- OPC Unified Architecture Specification Suite (IEC 62541) ↗(OPC Foundation)
Frequently Asked Questions
Can OPC UA run without security enabled?
Yes, the specification includes a 'None' security profile for initial lab testing, but production deployments must strictly disable 'None' and enforce encryption (e.g., Basic256Sha256 or Aes128_Sha256_RsaOaep).
