OPC UA Server

OPC UA Server

ID: 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 SettingDescription
Binding IP AddressSpecifies the binding ip address.
Local PortNumeric value specifying the local port.
Server Connection URLSpecifies 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).
AnonymousSpecifies the anonymous.
User / PasswordSpecifies the user / password (secure).
X.509 CertificateSpecifies the x.509 certificate.
Auto-generate self-signed certificateSpecifies the auto-generate self-signed certificate.

3. Exposed Routes & Data Types

The following routes are available in the Uniflow catalog for this plugin:

Display NameRoute IDKindCategoryAccessData Type
p.Namep.Id.ToString()Valuep.Category ?? OPC UA Serverp.InternalAccessp.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.