Asset Framework Browser
Graphically browse element hierarchy and select attributes from Asset Framework database
Since R2026a
Description
The Asset Framework (AF) Browser allows you to graphically browse the database and select attributes on an AVEVA® PI AF server.
Using the browser, you can navigate through the AF Element hierarchy, view the attributes
of every element and select attributes of interest. The browser returns the selected
attributes to the MATLAB® workspace as an array of icomm.af.Attribute objects. You can
use the attribute objects with the read or readHistory
functions to retrieve data from the attributes.
Note
You must install the AF SDK library to connect to a PI AF server from MATLAB. For more information, see AF SDK Overview.
Open the Asset Framework Browser
To open the Asset Framework Browser, in the MATLAB command line type:
afAttribtes = browseElements(afClientObj)
afClientObj is the PI AF client created with the afclient function.
afAttributes is the selected attributes returned as array of
icomm.af.Attribute objects. For more information, see AF Attribute Properties.
Examples
Related Examples
Version History
Introduced in R2026a
