writeValue
Write values to nodes on OPC UA server
Description
writeValue(
writes content of uaClient,nodeList,values)values to the nodes identified by
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.
writeValue(
writes content of nodeList,values)values, to the nodes identified by
nodeList. All nodes must be associated to the same connected
client.
Examples
Input Arguments
Version History
Introduced in R2015b