PA-DIM (Process Automation Device Information Model) is an OPC UA Companion Specification for process transmitters (temperature, pressure, flow, level), standardising 70+ parameters that are read identically on Endress+Hauser, Yokogawa, Siemens and ABB devices.
True
PA-DIM standardises the way process transmitters expose their data over OPC UA. The model covers the Process Value with its unit, status and limits; the configuration block with range, damping and calibration parameters; the diagnostic block aligned with NAMUR NE 107 error codes; and the asset block with tag, location and manufacturer. Because the spec is cross-vendor, the same MES or SCADA code reads from an Endress+Hauser transmitter and from a Yokogawa transmitter without rework, which puts an end to the integration fragmentation that has plagued process automation for decades.
When specifying new process instrumentation, add a line in the tender requiring PA-DIM conformance: vendors who comply will save you weeks of mapping work compared with custom DTM/EDD integration.
OPC UA bank in preparation
The full OPC UA bank isn't available yet. Drop your email to get notified at launch and grab an early-bird discount.
Join the waitlist →See the 9 other OPC UA practice questions
Related questions
- OPC UA supports two communication patterns: Client/Server (the classic Request/Response model) and Pub/Sub (publish/subscribe over MQTT or UDP multicast/unicast), the latter introduced in version 1.04 to address Industrie 4.0 use cases.1. Architecture · Client/Server vs. Pub/Sub
- The OPC UA Address Space is a hierarchical structure of Nodes linked by typed References (HasComponent, HasProperty, HasTypeDefinition, etc.), exposed as a graph that clients can walk through the Browse service.1. Architecture · Address Space
- The main OPC UA Service Sets are: Discovery, SecureChannel, Session, NodeManagement, View, Query, Attribute (Read/Write), MonitoredItem, Subscription, and Method (Call).3. Services · Hauptsächliche Service Sets
- OPC UA separates Application authentication (the client/server X.509 certificate) from User authentication (the actual end-user login), which can be Anonymous, Username/Password, or User Certificate.4. Security · User-Authentifizierung
- UaExpert (Unified Automation) is the reference free OPC UA client for Windows, Linux and macOS: it browses the Address Space, reads and writes values, subscribes to changes, calls Methods and manages certificates, and is an indispensable tool for any OPC UA integrator.7. Tools · UaExpert