You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/OPC-UA-Server/README.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,17 @@ Parameters for communication with OPC-UA servers.
76
76
-_**privateKeyFilePath**_[String] - File (\*.PEM) that contains the private key corresponding to the local certificate (equiv. to NodeJS TLS option 'key'). **Optional parameter**.
77
77
-_**stats**_[Object] - Protocol statistics updated by the driver. **Mandatory parameter**.
78
78
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
+
79
90
## Command Line Arguments
80
91
81
92
This driver has the following command line arguments.
0 commit comments