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 Guest
Created on Aug 20, 2022

New functions for analysis

New functions are needed for most problems in our fileds process and quality: * countif (count with conditions over specified horizon) * for loop (even it might be hard to implementate)
  • Attach files
  • Guest
    Reply
    |
    Aug 20, 2022
    You can use the array functions, i.e. recordedvalues(), map() and count(), that were introduced with the AF 2018 release to perform countif().
  • Guest
    Reply
    |
    Aug 20, 2022
    Would love to have a Cubic Spline function in PI Analysis
  • Guest
    Reply
    |
    Aug 20, 2022
    Asset Analytics runs on a schedule. In its very core, it's either triggered by new input values (event triggered) or by time (periodic). In all case, the behavior is that calculations are triggered in real time, i.e. as time moves ahead, you would either get a new input value or the wall clock changes. Thus, it's important to remember that Asset Analytics was built to be a "streaming" calculation engine and not as an adhoc calculator. While I know what Cubic Spline does, I would like to know in your opinion whether a Cubic Spine function fits the mold of a streaming calculation engine. For example, would you want to calculate a Cubic Spline for every new input values? I would love to hear more about your specific use case.
  • Guest
    Reply
    |
    Aug 20, 2022
    In response to Stephen Kwan, "Asset Analytics runs on a schedule.  In ..." Hi Stephen   My goal is to build a real-time distillation profile with the cubic spline trace above my actual profile within a PI Vision custom control. I've already built the Vision control which can display the distillation curve, and now want to add to the control a second cubic spline trace for the same x-axis attribute points.   Current Vision Control:   Goal:     regards, Andrew
  • Guest
    Reply
    |
    Aug 20, 2022
    In response to Stephen Kwan, "Asset Analytics runs on a schedule.  In ..." thinking about it now, I could probably build the cubic spline into the javascript within my control. Would still be nice though to have Analytics output it to PI attributes/tags
  • Asle Frantzen
    Reply
    |
    Aug 20, 2022
    We have some customer requests every year to implement calculations relying on iteration to reach the final numbers, and - as always, we either say no or suggest custom applications. I hope we could be able to use for/while loops in expressions in the future, as it would give AF Analyses that extra functionality allowing us to solve "everything" OOTB. A combination of user-defined functions and looping would really make the analysis service "next level".