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 141 of 5197

PI Web API Stream Update and Future Tags

PI Web API stream updates allow us to register to receive value updates to a PI point, but it does not handle future tags properly. For traditional tags, any value added (in the past or otherwise) will be received via stream updates. However, usin...
Guest over 3 years ago in AVEVA™ PI System Access (PSA) / PI Web API 0 No status

Add a GetPointsQuery method to the Point controller

Attributes, Elements, EventFrames, etc can all use their GetXXXQuery methods to do an advanced search using the AF SDK Query sytax. Our users still need to query PI Tags, and we would like a Web API query method that uses the PI Point query syntax...
Rory_EPE over 3 years ago in AVEVA™ PI System Access (PSA) / PI Web API 0 No status

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

Support response and additional handling of POST requests

Have the PI Connector for UFL running in REST Server mode respond to the first PUT/POST request with additional information, which then allows the RESTful endpoint to generate a second PUT/POST request with the data we want to parse and store in P...
Guest over 3 years ago in PI Connectors / PI Connector for UFL 0 No status

UFL connect, a way to feed the connector a varying URL ends and make the connector use the new URL each iteration.

No description provided
Guest over 3 years ago in PI Connectors / PI Connector for UFL 1 No status

Allow "capture values" for Event Frames created by PI UFL Connector

When values of an Event Frame are captured, AF itself stores their values. When values are not captured, AF stores the PI Point information and the client will need to connect to the PI Data Archive. By capturing values, we can improve manageabil...
Guest over 3 years ago in PI Connectors / PI Connector for UFL 0 No status

Align time series when requesting PlotValues with streamset

When requesting time series data for multiple attributes using a streamset request and the PlotValues endpoint, it would be helpful if the response had the timestamps all lined up. This makes it easier to render the data, particularly if the data ...
Guest over 3 years ago in AVEVA™ PI System Access (PSA) / PI Web API 0 Declined

Allow inputs to be defined for calls to stream values

The stream endpoints should allow passing input attributes/values if the attribute's Data Reference supports it (refer to the AFDataReference.GetValues method in the AF SDK). For example this could look something like: .../stream/{WebId}/recorde...
Guest over 3 years ago in AVEVA™ PI System Access (PSA) / PI Web API 0 Declined