browseNamespace
Graphically browse name space and select nodes from OPC UA server
Description
opens the Browse Name Space dialog box for OPC UA client object NodeList
= browseNamespace(UaClient
)UaClient
.
Using this browser, you can construct a list of nodes, and return an array of those nodes in
NodeList
. You can use NodeList
to retrieve data for
those items using read
, readHistory
,
readProcessed
, readAtTime
, or
readModified
.
The name space is retrieved from the server incrementally. UaClient
must be connected when you call this function.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2015b