You are here: Core Reference > Coding > Logic > Logic Guide - Arithmetic (Built-in Functions, Function Blocks, and Conversions)

Arithmetic

The Arithmetic menu provides access to functions that perform an arithmetic calculation. They perform arithmetic on the inputs to determine the value of an output.

The following arithmetic options are available:

NOTE: When using arithmetic functions in ST Programs, you should use the available operators when performing a function on 2 values. For example, Output := Input 1 + Input 2 is more efficient than Output := Add (Input 1, Input 2). However, for functions that have multiple arguments, you should use the comma separated format, for example, Output := Add (Input 1, Input 2, Input 3, Input 4).


ClearSCADA 2015 R2