{}

Our Brands

Impact-Company-Logo-English Black-01-177x54

Welcome to the Schneider Electric Website

Welcome to our website.

Search FAQs

How to load the previously saved Process Analyst files (.PAV) using a button.

To load the trend file with a button, you can use below function:

ProcessAnalystLoadFile(sPAVFile, iFileLocation, iButtonMask, sObjName )
Define this in the Input field of a button.

As an example, use it as:
ProcessAnalystLoadFile("PA.pav", 0, 1, "AN652")
where 'PA' is the analyst file name which you have already saved from save option in Project Directory.
'0' is the location of file. The default location is "Project folder/Analyst Views".
'1' is the button property (Refer citect help for more button options)
'AN652' is the object name. (double click Process Analyst > Access Tab > check your 'Object Name' under 'identification')

To load this file from other locations from available locations, use 0, 1 or 2. Refer the function help for details.

Schneider Electric India

Explore more
Range:
AVEVA™ Plant SCADA
Explore more
Range:
AVEVA™ Plant SCADA
Users group

Discuss this topic with experts

Visit our Community for first-hand insights from experts and peers on this topic and more.