Skip to content

Commit

Permalink
Merge pull request #183 from json-scada/master
Browse files Browse the repository at this point in the history
Document commands routing in OPC-UA Server
  • Loading branch information
riclolsen authored Dec 5, 2024
2 parents 2d79f63 + 36dd186 commit 39894c6
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 39894c6

Please sign in to comment.