Skip to Main Content
AVEVA™ PI System™ Feedback Portal

Welcome to our new 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 Declined
Categories PI AF SDK
Created by Guest
Created on Aug 23, 2022

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 include all possible AF Value Types.
  • ADMIN RESPONSE
    Aug 23, 2022
    Thank you for your feedback. Unfortunately, this feature is not a priority at time, so I am setting the status to declined.
  • Attach files
  • Guest
    Reply
    |
    Aug 23, 2022
    By "all possible" types, would that be the "Basic Types" specified in PI System Explorer: Boolean, Byte, DateTime, Guid, Int16, Int64, String?
  • Guest
    Reply
    |
    Aug 23, 2022
    In response to David Moler, "By "all possible" types, would that be t..." Yep - All of the things listed under "Basic Types" - I should have been more specific. This is because the AFSDK already supports some of them and the inconsistency in not supporting the other Basic Types can be frustrating for users of the AFSDK. If, at some point in the future, the AFSDK includes similar support for Array Types, I believe that, if possible, it should support all the Array Types as well.