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
Created by Guest
Created on Aug 20, 2022

PI Manual Logger’s Conditional Manual Data Entry feature should allow conditions based on tags that are not part of the tour

Tags within the tour may require data entry based on the value of status tags for which data is never entered manually. Use Case: Say there is an asset called Pump1 that has many related tags (e.g. Pump1.FlowRate, Pump1.Pressue, Pump1.PowerConsumption, etc.) which are members of a tag group within a PIML tour. If the pump also has an associated digital tag called Pump1.Running that can be either TRUE or FALSE, it would only make sense to enter data for that tag group if the value of Pump1.Running is TRUE. Otherwise, the tag group should be skipped. In this case, you would never want to manually enter data for Pump1.Running (that should come from the instrument monitoring the pump), but you need to know its value during the tour. 
  • ADMIN RESPONSE
    Aug 20, 2022
    Thank you very much for sharing your feedback. After evaluating it further, we have decided to decline this item, due to other high priority engineering needs across the PI System. Thank you for your feedback, and know that we are listening and reviewing every item that gets submitted!
  • Attach files
  • Guest
    Reply
    |
    Aug 20, 2022
    Here is a configuration you can use to hide the conditional tag. In this case, it's BA:ACTIVE.1 The CMDE: if(LastArchiveValue("BA:ACTIVE.1")==DigCode("Inactive","BA:ACTIVE.1"),CollectNow(),Skip())   To hide BA:ACTIVE.1: if(IsUnknown(CurrentValue("BA:ACTIVE.1")),Skip(),Skip())