Function block library
7-43

SHB9300CRV EN 2.0
ARITPH mode LimitationArithmetic function
C1010=2 OUT = IN1 - IN2 2
30
-1
C1010=3 OUT = (IN1 * IN2) / 2
31
2
30
-1 (remainder not considered)
C1010=11 OUT = IN1 + IN2 without with overflow
C1010=12 OUT = IN1 - IN2 without with overflow
C1010=13 OUT = IN1 * IN2 2
31
C1010=14 OUT = IN1 / IN2 2
30
-1 (remainder not considered)
l
The calculation is performed cyclically in the control program.