UaModeler (EN)

Tool

Visual tool for creating OPC UA Information Models

Architecture

flowchart TD   A[UaModeler] -->|Creates| B[OPC UA Information Model]   B -->|Exports| C[XML Configuration]   B -->|Exports| D[Code Generation]   C --> E[OPC UA Server]   D --> F[Client Applications]   E -->|Service Provision| F 

In Context

  • Typically used together with OPC UA Server implementations
  • Related to: OPC UA, Information Model, NodeSet
  • Example use: Development of industrial plant control systems
Quelle: AI Generated