Skip to content

Commit 39894c6

Browse files
authored
Merge pull request #183 from json-scada/master
Document commands routing in OPC-UA Server
2 parents 2d79f63 + 36dd186 commit 39894c6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/OPC-UA-Server/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,17 @@ Parameters for communication with OPC-UA servers.
7676
- _**privateKeyFilePath**_ [String] - File (\*.PEM) that contains the private key corresponding to the local certificate (equiv. to NodeJS TLS option 'key'). **Optional parameter**.
7777
- _**stats**_ [Object] - Protocol statistics updated by the driver. **Mandatory parameter**.
7878

79+
## Commands Routing
80+
81+
Commands received on this driver (OPC tag writes) can be routed to protocol clients. A command tag that is associated to a client via protocolSource* parameters can be used to route commands to the client by configuring a protocolDestination for the command tag.
82+
83+
Use the AdminUI to add a new destination for a command tag. Configure the following parameters:
84+
85+
- Protocol Connection - Select the protocol OPC-UA_SERVER connection to use for the destination.
86+
- Object Address - Use the command tag name as the object address.
87+
- ASDU TI Type - Use "boolean" for digital commands or "double" for analog commands.
88+
- Leave the rest of the parameters as default.
89+
7990
## Command Line Arguments
8091

8192
This driver has the following command line arguments.

0 commit comments

Comments
 (0)