Main Content
getNodeAttributes
Read OPC UA server node attributes
Syntax
Description
reads from the server the attributes defined by values
= getNodeAttributes(uaClient
,nodeList
,attributeIds
)attributeIds
for the
nodes identified by nodeList
. You can define node objects for
nodeList
using getNamespace
or
browseNamespace
functions.
reads from the nodes identified by values
= getNodeAttributes(nodeList
,attributeIds
)nodeList
. All nodes must belong to the
same connected client.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2015b