browseNameSpace
Graphically browse OPC HDA server name space
Syntax
Description
opens a graphical name space browser for the OPC HDA client object
ItmList
= browseNameSpace(HdaObj
)HdaObj
. Use the graphical interface to construct a list of items and
return a list of those fully qualified item IDs in ItmList
. Use
ItmList
to retrieve data for those items with function
readRaw
, readProcessed
,
readAtTime
, or readModified
.
The name space is retrieved from the server incrementally, as needed.
lets you specify an initial list of item IDs to be augmented.ItmList
= browseNameSpace(HdaObj
,ItmListInit
)
loads the entire name space into the dialog. ItmList
= browseNameSpace(HdaObj
,ItmListInit
,true
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2013a