Configuring the OPC UA Application Client Settings
To configure FrameWorX as an OPC UA client application, you need to configure the following client-specific settings in the ClientConfiguration section of the OPC UA application configuration file.
Session Settings
|
Setting |
Value |
Description |
|---|---|---|
|
DefaultSessionTimeout |
60000 ms (60s) |
The default timeout for new sessions. |
|
MinSubscriptionLifetime |
10000 ms (10s) |
The minimum lifetime of a subscription. |
Well-Known Discovery URLs
The list of discovery server URLs use the following pattern:
opc.tcp://{0}:4840/UADiscovery
The {0} placeholder is replaced with the hostname at runtime.
Standard Templates:
(Optional) Reverse Connect
Client-side reverse connect configuration in the ReverseConnect section is commented out but can be enabled for reverse connectivity scenarios:
What's Next?