OPC UA Server
uniflow.plugin.opcuaserver •
Category: Industrial Protocols •
Version: v1.0.2
OPC UA Server Plugin Reference Manual
1. Overview
Plugin Name: OPC UA Server
Type: Industrial Protocols
Identifier: uniflow.plugin.opcuaserver
Description
Integration with OPC UA Clients.
2. Configuration Parameters
The following configuration fields are available in the User Interface for this plugin:
| Configuration Setting | Description |
|---|---|
| Binding IP Address | Specifies the binding ip address. |
| Local Port | Numeric value specifying the local port. |
| Server Connection URL | Specifies the server connection url. |
| Authorized Users (Format: username:password, one per line) | Specifies the authorized users (format usernamepassword, one per line) (secure). |
| Certificate Path (.pfx) | Specifies the certificate path (.pfx). |
| Anonymous | Specifies the anonymous. |
| User / Password | Specifies the user / password (secure). |
| X.509 Certificate | Specifies the x.509 certificate. |
| Auto-generate self-signed certificate | Specifies the auto-generate self-signed certificate. |
3. Exposed Routes & Data Types
The following routes are available in the Uniflow catalog for this plugin:
| Display Name | Route ID | Kind | Category | Access | Data Type |
|---|---|---|---|---|---|
| p.Name | p.Id.ToString() | Value | p.Category ?? OPC UA Server | p.InternalAccess | p.ValueType |
4. Usage Examples
Scenario A: Reading/Monitoring Data
To monitor data from OPC UA Server, add the corresponding Input Node in the Rule Editor and select the desired property from the catalog. Link its output to any logical comparison or directly to an Action Node.
Scenario B: Triggering Actions
If the plugin supports writable properties or actions, use an Action Node in the Rule Editor. Configure the Target property to point to the OPC UA Server action, and supply any required parameters mapping from your rule's logic.