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 215 of 5194

Improve error logging when PI Web API fails to load attributes that are not marked as configuration items

As a PI Web API administrator, I would like to see errors logged when PI Web API fails to load any attributes because they are not marked as configuration items. This will decrease required troubleshooting for these issues.
Guest over 3 years ago in AVEVA™ PI System Access (PSA) / PI Web API 0 No status

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

New start-up parameter /SYNC_TIME defining a floating-window during which the interface will keep a RDB table in sync with PI data archive

The new RDBMSPI param:  /SYNC_TIME=rel_start_time,rel_end_time   for instance /SYNC_TIME=*-6h,*+1h When set, the interface: - after each execution of a query, which shall have the same "floating" window in its WHERE clause; for insta...
Guest over 3 years ago in PI Interfaces / PI Interface for RDBMS 1 No status

Accept the dd-mmm-yyyy format in the absolute time syntax for history recovery start and end times

The PI Interface for RDBMS currently accepts the format dd-mmm-yy but not the format dd-mmm-yyyy for history recovery start and end times. The former format lacks the century, so the year is ambiguous. The latter format solves this problem and so...
Kenneth Barber over 3 years ago in PI Interfaces / PI Interface for RDBMS 0 No status

History recovery from multiple tags with one output tag

I have a scan-based output point writing multiple PI values to the relational database as described here: https://livelibrary.osisoft.com/LiveLibrary/content/en/int-rdbms-v4/GUID-1A194D2B-388B-4FD7-8B82-D85EDDBBC572 I would like to perform histo...
Guest over 3 years ago in PI Interfaces / PI Interface for RDBMS 0 No status

Improved handling of PIBUFSS initialization

We have encountered a situation where we were unable to write out-of-order data to PI through the buffer subsystem from an interface, apparently because the buffer subsystem was not yet fully initialized when the interface connected to it. Please ...
Guest over 3 years ago in PI Interfaces / PI Interface for RDBMS 0 No status

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