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

PI UFL: Support String Interpolation for Print() Function

Allow Print() function to evaluate runtime variables before outputting text to the log. For example: I have created a Counter variable that increments for each event that is successfully sent to PI. I would like to output the final tally to the logs but printing the raw number [Print(Counter)] is not valuable without context. Instead, I would like to combine literal string text with the dynamic value of this Counter variable: Print("Events sent to PI: {Counter}")
  • Attach files
  • Kenneth Barber
    Reply
    |
    Aug 17, 2022
    As a workaround, couldn't you create a string variable that evaluates "Events sent to PI: {Counter}" and then send that variable to Print()?