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: en_US/configuration/south-devices/opc-ua/overview.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,16 +15,16 @@ Go to **Configuration -> South Devices**, then click **Add Device** to add the d
15
15
16
16
After clicking **Create**, you will be redirected to the **Device Configuration** page, where we will set up the parameters required for Neuron to establish a connection with the device. You can also click the device configuration icon on the southbound device card to enter the **Device Configuration** interface.
|**Endpoint URL**| Target OPC UA Server URL, the default value is `opc.tcp://127.0.0.1:4840/`|
21
+
|**Username**| User name used to connect to the target OPC UA Server|
22
+
|**Password**| Password for connecting to the target OPC UA Server|
23
+
|**Cert**| Client certificate in DER format|
24
+
|**Key**| The client key in DER format|
25
+
|**Security Mode**| Set the security policy for the OPC UA connection: None/Sign/Sign&Encrypt, with the default being None.|
26
+
|**Update Mode**| Set the data acquisition mode for OPC UA: Read/Subscribe/ Read&Subscribe, with the default being Read.|
27
+
|**Publish Interval**| The minimum interval between two publish operations when configuring OPC UA to collect data in Subscribe/Read&Subscribe mode. |
28
28
29
29
## Update Mode
30
30
**Read** mode: The data update method is consistent with the previous version, using the OPC UA standard read interface to obtain data from the Server. This is also the default data update method.
@@ -121,6 +121,7 @@ You can use UaExpert to view the **Namespace Index** ( `NamespaceIndex`) and is
121
121
122
122
ARRAY_CHAR displays and writes in the form of a string.
123
123
JSON displays and writes in the form of a JSON string.
124
+
OPCUA Extension Object supports arrays and nesting.
0 commit comments