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

Add support to create custom AFAnalysisRule plugins

I would like to create a custom AFAnalysisRule that allows us to leverage the resources on the PI Analysis Service to perform calculations that the Analysis Service currently cannot perform. These calculations include matrix operations, array operations, and looping.
  • Attach files
  • Guest
    Reply
    |
    Aug 20, 2022
    We hope to be able to take advantage of the AFAnalysis component. It has dedicated server ressources in our datacenter, a native scheduling system and a network context already set with all other PI components. Developing an external component with AFSDK needs to implement all this context again. AFAnalysis is great but lacks of expressiveness. Complex and highly interconnected calculations often need specific optimizations regarding data requesting (OK : custom AFDataReference are supported) and data structure manipulation (KO : custom AFAnalysisRule are NOT supported).