The Xentara OPC UA Client v1.2
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 client’s primary key. |
UUID | A string value containing the unique UUID of the OPC UA client. |
ACL | An optional JSON object containing the element ACL of the OPC UA client. The format of the block is described here. |
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 node’s primary key. |
UUID | A string value containing the unique UUID of the OPC UA node. |
ACL | An optional JSON object containing the element ACL of the OPC UA node. The format of the block is described here. |
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 |