readValue
Read values from nodes on OPC UA server
Syntax
Description
[ reads the
value, quality, and timestamp from the nodes identified by values,timestamps,qualities]
= readValue(uaClient,nodeList)nodeList, on
the server associated with the connected client uaClient.
nodeList can be a single OPC UA node object or an array of node
objects.
[ reads from the nodes identified by
values,timestamps,qualities]
= readValue(nodeList)nodeList. All nodes must be associated to the same connected
client.