Skip to Main Content
AVEVA™ PI System™ Feedback Portal

Welcome to our feedback site!


We created this site to hear your enhancement ideas, suggestions and feedback about AVEVA products and services. All of the feedback you share here is monitored and reviewed by the AVEVA product managers.

To start, take a look at the ideas in the list below and VOTE for your favorite ideas submitted by other users. POST your own idea if it hasn’t been suggested yet. Include COMMENTS and share relevant business case details that will help our product team get more information on the suggestion. Please note that your ideas and comments are visible to all other users.


This page is for feedback specifically for AVEVA PI System. For links to our other feedback portals, please see the tab RESOURCES below.

Status No status
Created by Gregory Malek
Created on Jan 13, 2023

Enable PI Point value retrieval methods for Digital PI Points.

We have found great use for the PI Point Value Retrieval Methods available for PI Point attributes. One such use is for displaying downtime percentage for numerous assets on a PI Vision page. The downtime percentage can be calculated for any interval by taking the average of a PI tag that reads 1 when the asset is down, and 0 when running.


For digital PI Points, the PI Point Value Retrieval Methods don't work because the tag is treated as non-numeric in AF, even though it's just a mapping from integers to strings. To implement the solution above, we typically have to create AF Analyses that read the digital PI Points and write 1/0 integer outputs to new tags, and then assign value retrieval summaries to the new tag.


It would be easier and more convenient to enable this feature on digital PI Points by converting the states to their corresponding integer enumeration before summarizing.

  • Attach files