Skip to Main Content
AVEVA™ PI System™ Feedback Portal

Welcome to our new 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 Completed
Categories PI Web API
Created by Guest
Created on Aug 23, 2022

Time Context Value Retrieval

Example Scenario: We want to know the Specific Electricity Consumption (kWh/mt) over a time period (selected by users). Specific Electricity Consumption = (Electricity Consumption(kWh)) / (Raw Feed Consumed(mt)) Where, Electricity Consumption (kWh) and Raw Feed Consumed (mt) are both attributes with PIPoint data reference, using value retrieval method: TimeMethod = Time Range; TimeRangeMethod = Total; EventWeighted Then, Specific Electricity Consumption is attribute with Formula data reference, simply: A=Electricity Consumption; B=Raw Feed Consumed;[A/B] So, on PI Vision, it can display the specific electricity consumption with the correct values. However, if we query through PI Web API for our own webpage, it is not able to do so. For the specific electricity consumption attribute, we are only allowed to use GetValue and GetInterpolatedValue, which does not provide us the correct value.
  • ADMIN RESPONSE
    Aug 23, 2022
    This can now be done natively with PI Vision 2020 using the Time Range retrieval mode without using PI Web API.
  • Attach files