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.
This is still so desperately needed.
If I want to get part of my element name into an attribute (line, unit, asset, etc.), it's next to impossible to do. Consider if I wanted to extract the "nL" portion of these elements (11L, 220L, 2L):
11L_MYSTATION
220L_ANOTHERSTATION
2L_STATIONAGAIN
If there was a Split function (on "_"), the ability to use wildcard characters (Replace(%Element%, "_"*, "")), or even Find/InStr (=LEFT(C1,FIND("_",C1)-1)), I could accomplish this. But, despite being very basic functions, none of these exist. Please prioritize this.
As a PI developer, I would like to parse an alarm message within an Event Frame attribute using String Builder. The alarm message is in the format: "a | b | c | d e x", where x is the term of interest. This would only be possible with functions like InStr and Len.