Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

Multiplication ( * ), Division ( / ), Addition ( + ),Subtraction ( - )

Multiplication ( * ), Division ( / ), Addition ( + ),Subtraction ( - )

  • Last UpdatedJul 13, 2023
  • 1 minute read

These binary operators perform basic mathematical operations. The plus (+) can also concatenate String datatypes.

For example, in the data change script below, each time the value of "Number" changes, "Setpoint" changes as well:

Number=1;

Setpoint.Name = "Setpoint" + Text(Number, "#" );

Where: The result is "Setpoint1."

QuickScript .NET Operators

TitleResults for “How to create a CRG?”Also Available in