Skip to Main Content
AVEVA™ Products 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, select the product of your interest in the left column. Then 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 will first be moderated before they are made visible to other users of this portal.

This page is for feedback for specific AVEVA solutions, excluding PI Systems and Data Hub. For links to these other feedback portals, please see the tab RESOURCES below.

Portfolio area Plant SCADA
Products Other
Created by Guest
Created on Nov 3, 2021

Ternary Operators

It would be wonderful if Cicode introduced ternary operators.

In addition, it would be wonderful if Cicode didn't have to evaluate every single condition in a conditional statement if the condition was / wasn't met.

In the example below, sillyArgument is still called. Why?

INT

FUNCTION

DOStuff()

IF (1=1 OR sillyArgument(10) = 1) THEN

TraceMsg("True");

END

RETURN 1;

END

INT

FUNCTION

sillyArgument(INT sillyArgument)

TraceMsg("sillyArgument is called -- why?");

RETURN sillyArgument;

END



Idea business value

The value is in bringing Cicode into the 20th century. Ternary operators are used everywhere except Cicode.

Idea priority 3 – Some use to my company
  • Attach files
  • +1