browsenamespace
Graphically browse OPC DA server name space
Syntax
Description
opens a graphical name space browser for the OPC Data Access Client object
ItmList
= browsenamespace(DaObj
)DaObj
. The graphical interface lets you construct a list
of items and return a list of those fully qualified item IDs to
ItmList
. You can use ItmList
to add
items to a Group object using additem
. The name space is
retrieved from the server incrementally, as needed.
lets you specify an initial list of item IDs to augment.ItmList
= browsenamespace(DaObj
,ItmListInit
)
loads the entire name space into the dialog box.ItmList
= browsenamespace(DaObj
,ItmListInit
,true
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2013a