Skip to Main Content
AVEVA Product Feedback


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.

  • Guest
    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.