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
Created by Kenneth Barber
Created on Aug 19, 2022

If an attribute template changes type from A to B and uses A's default value, then use B's default value

If an attribute template is of data type A and its default value is the default value of data type A, then if we change the attribute template's data type to B, then the attribute template's default value should become the default value of B. For example, if the last data type that I set on any attribute or attribute template is string, then if I add a new attribute template, it will already be of type string and will have a default value of empty string. This is great. However, if the last data type that I set on any attribute or attribute template is numeric, then if I add a new attribute template, it will have that numeric type by default and will have the 0 as its default value. Then I change its data type to string, but 0 still remains as the default value. It is very easy to forget to change the 0 to an empty string (usually we want the empty string, not 0, to be the default value of string attribute templates). However, if the numeric attribute template had a default value other than 0, then that default value should be preserved when the attribute template is converted to the string type, since non-zero values are not the default value of numeric data types.
  • Attach files
  • Kenneth Barber
    Reply
    |
    Aug 19, 2022
    This post might be a bit confusing to read. The default value of a data type is the initial value of a new attribute of that data type. It is 0 for numeric data types and the empty string for strings. The default value of an attribute template is the initial value of an attribute that is based on that attribute template. The default value of an attribute template is customizable.