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
Product PI Interfaces
Created by Guest
Created on Aug 17, 2022

and operator

Add a function that can be used in the UFL Configuration File to perform bitwise operations. For example, a function similar to the AND operator in Performance Equations and Asset Analytics.
  • ADMIN RESPONSE
    Aug 17, 2022
    Thank you for your input. We are continuing to support PI Interface for UFL with stability and security releases. However, for feature enhancements, we are starting to develop PI Adapter for Structured Data Files and encourage you to go to the PI Adapters forum to share your use cases.
  • Attach files
  • Guest
    Reply
    |
    Aug 17, 2022
    This should apply to the OR operator as well. This would allow for bit parsing operations in situations where an integer is sent for statuses. As an example, 129 in binary would be 10000001, showing that alarms 8 and 1 in the block are active. In order to parse this out, formulas need to be applied for each position. Where VALUE=129 and x is the bit position, the formulas would take this form ABS(VALUE AND 2^(x-1))/2^(x-1) Position 1 would be ABS(129 AND 2^0)/2^0) = 1 Position 8 would be ABS(129 AND 2^7)/2^7) = 1 All other positions would be 0 By executing these formulas at the UFL level it prevents reliance upon Performance Equations (which are not installed by default in the data archive any longer) as well as the analysis service within AF.