|
Xentara OPC UA Client v1.0
User Manual
|
A JSON object describing OPC UA Client has the following syntax:
| id | A string value containing the ID of the OPC UA Client. The ID is used to construct the OPC UA Client’s primary key. |
| uuid | A string value containing the unique UUID of the OPC UA Client. |
| endpointUrl | A string value containing the URL to the the OPC UA Server. |
| userName | A username for the server (optional) |
| password | A password for the server (optional) |
| children | A JSON Array of OPC UA Nodes at the server, to which the client subscribes. |
| id | A string value containing the ID of the OPC UA Node. The ID is used to construct the OPC UA Node’s primary key. |
| uuid | A string value containing the unique UUID of the OPC UA Node. |
| nodeId | OPC UAs internal namespace index and identifier type in format:
|
| dataType | One of the OPC UA numerical Datatypes Sbyte, Byte, Int16, Uint16, Int32, Uint32, Int64, Uint64, Float, Double |