Skip to content

Commit

Permalink
Document commands routing in OPC-UA Server.
Browse files Browse the repository at this point in the history
  • Loading branch information
riclolsen committed Dec 2, 2024
1 parent b5efa83 commit 96f146b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/OPC-UA-Server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,17 @@ Parameters for communication with OPC-UA servers.
- _**privateKeyFilePath**_ [String] - File (\*.PEM) that contains the private key corresponding to the local certificate (equiv. to NodeJS TLS option 'key'). **Optional parameter**.
- _**stats**_ [Object] - Protocol statistics updated by the driver. **Mandatory parameter**.

## Commands Routing

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.

Use the AdminUI to add a new destination for a command tag. Configure the following parameters:

- Protocol Connection - Select the protocol OPC-UA_SERVER connection to use for the destination.
- Object Address - Use the command tag name as the object address.
- ASDU TI Type - Use "boolean" for digital commands or "double" for analog commands.
- Leave the rest of the parameters as default.

## Command Line Arguments

This driver has the following command line arguments.
Expand Down

0 comments on commit 96f146b

Please sign in to comment.