OPC UA Client

OPC UA Client

ID: uniflow.plugin.opcuaclient  •  Category: Industrial Protocols  •  Version: v1.0.2

OPC UA Client Plugin Reference Manual

1. Overview

Plugin Name: OPC UA Client

Type: Industrial Protocols

Identifier: uniflow.plugin.opcuaclient

Description

Integration with OPC UA Servers.


2. Configuration Parameters

The following configuration fields are available in the User Interface for this plugin:

Configuration SettingDescription
Endpoint URLSpecifies the endpoint url.
Security ModeSpecifies the security mode.
Security PolicySpecifies the security policy.
AuthenticationSpecifies the authentication.
UsernameSpecifies the username.
PasswordSpecifies the password (secure).
Publish Interval (ms)Numeric value specifying the publish interval (ms).
Connect Timeout (ms)Numeric value specifying the connect timeout (ms).
Reconnect Delay (ms)Specifies the reconnect delay (ms).
Health Check (ms)Specifies the health check (ms).
Auto-accept Server CertificateSpecifies the auto-accept server certificate.

3. Exposed Routes & Data Types

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

Display NameRoute IDKindCategoryAccessData Type
displayNameidnode.NodeClass == NodeClass.Object ? SourceItemKind.Object : SourceItemKind.Valuens={nodeId.NamespaceIndex}NoneString
item.DisplayNameitem.Iditem.Kinditem.Categoryitem.Accessitem.ValueType

Route Parameters: item.DisplayName

This route requires the following parameters when executing commands or writes.

Parameter NameDisplay NameTypeRequired

4. Usage Examples

Scenario A: Reading/Monitoring Data

To monitor data from OPC UA Client, 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 Client action, and supply any required parameters mapping from your rule's logic.