Arithmetic Groups
Overview
These blocks are used for Arithmetic operation of a given input.
Add
Sub
Multiply
Divide
Add
![]()
This block is used to sum of all the inputs and store result in the output.
Inputs and Outputs Name
Description
Supported data type
In – Input 1
Operand 1 to be added
In – Input 2
Operand 2 to be added
In – Input n
Operand n to be added
Out – Output
Added value of all input operands
Sub
![]()
This block is used to subtract input 2 from input 1 and store result in the output.
Inputs and Outputs Name
Description
Supported data type
In – Input 1
Minuend - Operand to be subtracted from
In – Input 2
Subtrahend - Operand to be subtracted
Out – Output
Subtracted value of two inputs operands
Multiply
![]()
This block is used to product all the inputs and store result in the output.
Properties Name
Description
Number of Inputs
Number of Inputs to be multiplied
Inputs and Outputs Name
Description
Supported data type
In – Input 1
Operand 1 to be multiplied
In – Input 2
Operand 2 to be multiplied
In – Input n
Operand n to be multiplied
Out – Output
Multiplied value of all input operands
Divide
![]()
This block is used to divide the two inputs and store result in the output.
Inputs and Outputs Name
Description
Supported data type
In - Input
Operand to be divided from
In - Input
Operand to be divided
Out – Output
Divided value of two input operands



