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 No status
Product PI Interfaces
Created by Guest
Created on Dec 11, 2024

PI Interface for OPC DA bitmask plugin with float data type

PI Interface for OPC DA has a plugin called "Bitmask" to extract specific bits from regular OPC values that are of type Int (i.e VT_I2 / VT_I4 / VT_UI2) but other data types such as floats are not supported. It would be good to have Float data type supported for use in the case where the tag is defined as a float on the device/OPC server but the data is an integer

  • Attach files
  • hooper
    Reply
    |
    Dec 11, 2024

    Several major suppliers of natural gas correctors/flow computers return errors in a bit encoded floating point value type, but the value is always an integer. It's a shame we can't use this OPC plug-in. Doing this in an Analysis unnecessarily complicates things especially since the mask value changes based upon how the instrument is deployed. Structing the differences in the PI tag, for me, makes more sense.

    If the dll would simply attempt to cast the incoming value to an integer and fail only if the casting fails, it would be a big favor for us in the gas and oil arena and I bet others as well.