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 No Status
Categories Data Archive
Created by Guest
Created on Aug 20, 2022

Add point Type INT64, UINT64, to PI Archive

Some interfaces such as PI Modbus allow the polling of a 64-bit signed integer value or a 64-bit unsigned integer value. Yet the database does not allow you to store these values in their native formats. You must store them as a 64-bit floating point but some precision is lost. Please add the ability to store these values in their native format.
  • Attach files
  • Guest
    Reply
    |
    Nov 17, 2023

    It's kind of incredible that AF claims points can be Int64, but when anything above an int32 is passed to the data archive, it cuts off after Int32.MaxValue.

    We're forced to either store this bitmask as a string, or split it into two Int32s.

  • Mario Amrhein
    Reply
    |
    Mar 29, 2023

    64bit values would be very helpful!

    In our current project Powermeters store their energy count as INT64 values and we think that the use of such devices will increase in future sustainability projects.

  • Kenneth Barber
    Reply
    |
    Aug 20, 2022
    These days, adding support for anything 64-bit is probably more important than keeping support for anything 32-bit.
  • Guest
    Reply
    |
    Aug 20, 2022
    This is so needed, so frustrating not having this type.