ABB i-bus
®
KNX
Parameters
ABA/S 1.2.1 | 2CDC509086D0201 69
7.10.25 Modulo (MOD)
Description
Calculates the remainder from dividing one input value (Dividend) by another (Divisor).
Inputs
No. DPT Abbr. Name Visible Description
1 8 bit or higher Dev
Dividend Always
2 Same as Input 1 Dor Divisor Always
Outputs
No. DPT Abbr. Name Visible Description
1 Same as Input 1 R Remainder Always Remainder of the division
2 1 bit E Error Always Indicates a division by 0
Parameters
None
Function
Whenever a telegram is received the output starts a recalculation independently if the value has changed.
Remainder and Error:
• Dividend divided by Divisor and calculated value is within the valid range of the DPT. Calculation of
remainder:
o R = value
o E = 0 (false)
• The input is not linked or the value of the Divisor = 0:
o R = 0
o E = 1 (true)
Other
Unlinked inputs are treated as if they did not exist.