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.

ADD A NEW IDEA

Clear

Ideas

Showing 154

Commit to combining PI Web API and PI AF SDK

By my understanding, PI Web API is cross-platform but is slower than and lacks some of the features of PI AF SDK. Over time, PI Web API's speed and feature set approach those of PI AF SDK, making platform compatibility a progressively more signifi...
Kenneth Barber over 3 years ago in AVEVA™ PI System Access (PSA) / PI Web API 2 Declined

Provide a new “True/False” attribute that enables or disables CORS origin enforcement

No description provided
Guest over 3 years ago in AVEVA™ PI System Access (PSA) / PI Web API 1 Declined

Allow PI Connector for NOV WITSML to use proxy server

Some organisations enforce connection to the external network to be made through a proxy server.
Guest over 3 years ago in PI Connectors / Other specific PI Connector 1 Declined

Make CONCAT take an arbitrary number of arguments

Currently, CONCAT only takes 2 arguments, so you need to nest multiple CONCAT (or just use the & operator) if you want to concatenate multiple strings. This can be avoided if CONCAT could take any number of strings as arguments. In general, u...
Kenneth Barber over 3 years ago in PI Connectors / PI Connector for UFL 2 Declined

"13,10 OR 10" New Line default

Currently, there is no default entry for New Line. The user can use any characters as line delimiters, but the Windows and Unix new lines would, by far, be the most common. Please make the default New Line "13,10 OR 10" to save most users the trou...
Kenneth Barber over 3 years ago in PI Connectors / PI Connector for UFL 0 Declined

Allow connectors to write to a buffered PI Point

The customer stores shelving and alarming event data in the same PI point, as they are two parts of a full picture. They receive alarm data through the interface for OPCAE, however shelving events are not exposed through this data path, and they h...
Guest over 3 years ago in PI Connectors / PI Connector for UFL 1 Declined

Increase the default size of 4000 characters of the security descriptor column

No description provided
Guest over 3 years ago in AVEVA™ PI System Access (PSA) / PI OLEDB Enterprise 0 Declined

Powershell - Add the ability to get Attributes or Elements by Category

Add the ability to retrieve Attributes and Elements by category for Powewhell command-lets. Example 1: $cat = Get-AFCategory -Name "Product A Manufacturing" -Element -AFDatabase $afDB get-AFElement -category $cat -AFDatabase $afDB Get a list ...
Guest over 3 years ago in AVEVA™ PI System Access (PSA) / General 0 Declined

Implement GetValue().ValueAs<Insert Type Here> for all possible AF Value Types.

Currently, the AFSKD GetValue() method supports GetValue().ValueAsInt32, .ValueAsDouble, and .ValueAsSingle. However, there are other possible AF Value Types, such as "Boolean". The AFSDK should expand the GetValue().ValueAs functionality to inclu...
Guest over 3 years ago in AVEVA™ PI System Access (PSA) / PI AF SDK 2 Declined

CreatePIPoints, FindPIPointsByPath, and other related functions should have the same return type.

Currently, a method like PIServer.CreatePIPoints returns AFListResults. Very similarly, PIPoint.FindPIPointsByPath will return AFKeyedResults. The functionality of each result is essentially the same; they even have, for most practical purposes, t...
Guest over 3 years ago in AVEVA™ PI System Access (PSA) / PI AF SDK 0 Declined