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 Georg Krichel
Created on Aug 23, 2022

Complete AF SDK documentation

Include protected (C# syntax) member, for example in data reference documentation. I developed more than 20 data reference plugins with functions not provided by Formula and AF analyses and needed to override some not documented methods of the base class.
  • Attach files
  • Georg Krichel
    Reply
    |
    Jun 2, 2023

    Same problem with me. We have about 30 custom data references, and for trying to guess the useage of protected members, in debugging version of my code I override every(!) protected member just with a call to its base as debugging hook.

    A documentation of all protected members would be of great help.