5.3.3.2 [337] Division by constant
Type Function
Type Function
I1 %
Input (numera-
tor)
O1 %
P1
I1
O1 =
I2 - -
O2 % inverted output = -1
I3 - -
P1 % Constant (denominator)
I4 b Master Reset
P2 % upper and lower limit
Description:
The input value at I1 is divided by the parameter value P1.
1P
1I
2 OO 1 =−=
The result of the division is limited to ±P2 (max. to ±327.67%).
As long as status TRUE is present at I4 (Master Reset), the output value O1 is 0.
Example:
I1=14000 (=140.00%) O1 = 140.00% / 40.00%
= (1.4000 / 0.4000)
= |350.00%| limit
= 327.67%
P1=4000 (=40.00%)
Note:
Percentages [%] have two decimals.
For example: Value 12345
IN
= 123.45% = 1.2345
If P1 is set to value 0, the output has the value 327.67%. The sign is applied from the input
value.
5.3.3.3 [338] Division P1 by I1, reciprocal
Type Function
Type Function
I1 %
Input (denomina-
tor)
O1 %
I1
P1
O1 =
I2 - -
O2 % inverted output = -1
I3 - -
P1 % Constant (numerator)
I4 b Master Reset
P2 % upper and lower limit
Description:
The parameter value P1 is divided by the input value at I1 (reciprocal).
1I
1P
2 OO 1 =−=
The result of the division is limited to ±P2 (max. to ±327.67%).
As long as status TRUE is present at I4 (Master Reset), the output value O1 is 0.
Example:
I1=14000 (=140.00%) O1 = 40.00% / 140.00%
= (0.4000 / 1.4000)
= 28.57%
P1=4000 (=40.00%)
Note:
Percentages [%] have two decimals.
For example: Value 12345
IN
= 123.45% = 1.2345
If I1 has value 0, output O1 has value 327.67% or the value of P2.