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

Web Service Configuration - Dynamic "Path" for the JSON Body

Allow free-form JSON construction. Maybe not replace the simple JSON guide that is the only entry form now, but free-form would allow the kind of flexibility that would empower the user. This would allow a single template to be used, rather than the workaround to manually override the template for every individual sensor configured, resulting in hundreds of template copies in which only the "Path" field is edited
  • Attach files
  • Guest
    Reply
    |
    Aug 20, 2022
    How would you enter the free form JSON? By hand?
  • Paul_Booth
    Reply
    |
    Aug 20, 2022
    Having seen how the current configuration seems to work, it would look like it could be a rewrite. If a JSON format text file were used as the base, then any text editor could be used. Possibly like the UFL interface where the ICU reads in an INI file, then provides guidance as how to proceed. This could be a utility tool that reads in a JSON text, allows further editing, then imports into AF, or just leaves the file to be read by the channel when it starts up. Maybe similar to StringBuilder in the current client? That allows substitution parameters wherever.