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 224 of 5192

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

Add documentation for remote connection on Azure

In the README there is no documentation about the configuration to allow connection to the RDS from your own network. Add a section about this configuration so this is done before you start the deployment on Azure
Guest over 3 years ago in Developer Resources / PI System Deployment Samples 1 No status

Use filename from download

In the scripts the file used for the installation of PI Server contains spaces. Why not using the original name we have from the download-site?
Guest over 3 years ago in Developer Resources / PI System Deployment Samples 1 No status

Create Deployment Samples for Azure Cloud Platform Using Azure PowerShell Runbooks and Process Automation

As a new OSIsoft customer utilizing Azure, it would be extremely helpful to have a deployment sample created specifically for Azure Process Automation and PowerShell Runbooks.
Guest over 3 years ago in Developer Resources / PI System Deployment Samples 0 No status

Display Plotlines in PIVision chart

Publish sample of how to extend the PIVision charting component with plotline functionality. Vertical plotlines are ideal for highlighting/displaying time-of-interest during a period with value displayed as a label next to the vertical plotline
Guest over 3 years ago in Developer Resources / Sample Requests 0 No status

PI Vision custom symbol: A sample code to get ideas on adding context switching for the custom symbol.

A sample code to get ideas on adding context switching for the custom symbol. Our specific need: we want to update the custom data entry symbol (original was modified from github - sym-sendvalue). We wish to apply AF context switch in PI Vision. ...
ivan.mudron over 3 years ago in Developer Resources / Sample Requests 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

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