Expressions > Syntax rules

Operands

An operand is the data or item in the expression that is operated on. All values are managed as floating point data. This includes parameters of function blocks that are floating point values.

The valid operands in an expression are:

Note

The expression evaluator is stack oriented and allows a maximum of 32 operands and operators. The use of parentheses to organize the expression minimizes the stack usage. The equations are evaluated using RPN (Reverse Polish Notation).