Main Content

AVEVA PI Server Access

Access data from PI Asset Framework and PI Data Archive

Industrial Communication Toolbox™ provides functions to access the AVEVA® PI Asset Framework (AF) server. The functions enable you to browse AF databases, search for elements and attributes, and retrieve current or historical data from attributes. (since R2026a)

The toolbox also allows you to connect to an AVEVA PI Data Archive to search for tags and perform read or write operations on their data.

Functions

expand all

afclientCreate PI Asset Framework client (Since R2026a)
listDatabasesList available databases in connected AF server (Since R2026a)
selectDatabaseConnect AF client to specified database (Since R2026a)
findElementByNameFind element by name in AF database (Since R2026a)
findElementByPathFind elements by path in AF server (Since R2026a)
findElementByTemplateFind elements by template on AF server (Since R2026a)
findAttributeByPathFind attributes by path in AF server (Since R2026a)
getRootElementsGet root elements of AF database (Since R2026a)
getChildrenGet all child attributes of AF attribute (Since R2026a)
getElementGet parent element of AF attribute (Since R2026a)
getParentGet parent attribute of AF attribute (Since R2026a)
listSupportedUnitsList supported units for AF attribute (Since R2026a)
getAttributesGet attributes of AF element by name (Since R2026a)
getChildrenGet all child elements of AF element (Since R2026a)
getParentGet parent element of AF element (Since R2026a)
readRead current values from attributes on PI AF server (Since R2026a)
readHistoryRead historical data from attributes on PI AF server (Since R2026a)
piclientCreate PI Data Archive client (Since R2022a)
tagsList tags from PI Data Archive (Since R2022a)
readRead data from PI Data Archive (Since R2022a)
writeWrite data to PI Data Archive (Since R2024a)

Apps

Asset Framework BrowserGraphically browse element hierarchy and select attributes from Asset Framework database (Since R2026a)
PI ViewerVisualize data from PI Data Archive (Since R2022a)

Topics

Related Information

Featured Examples