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.

Status Completed
Categories PI AF SDK
Created by John Messinger
Created on Aug 23, 2022

Implement a bulk write method for PIPointList

As an AF SDK developer, I would like to be able to write values in bulk to a list of PIPoints. Currently there is only PIPoint.UpdateValues() which allows multiple values for a single PIPoint object to be written in a single request. I would like to see a bulk write method against a PIPointList, similar to the bulk read methods available for that class. A key use case for this is writing data over low bandwidth and/or high latency connections.
  • ADMIN RESPONSE
    Aug 23, 2022
    The ability to write directly to multiple PI Points has been available since AF Client 2012 (2.5) through the method(s) PIServer.UpdateValues. See https://techsupport.osisoft.com/Documentation/PI-AF-SDK/html/Overload_OSIsoft_AF_PI_PIServer_UpdateValues.htm
  • Attach files
  • John Messinger
    Reply
    |
    Aug 23, 2022
    There you go. For some reason I never thought to look under the PIServer class methods for this.
  • Guest
    Reply
    |
    Aug 23, 2022
    We will add a link from PIPoint.UpdateValues documentation so it is more obvious in the future as the pattern is slightly different than other operations.