ABB i-bus
®
KNX
Parameters
68 2CDC509086D0201 | ABA/S 1.2.1
7.10.24 Division (DIV)
Description
Divides 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 Q Quotient Always
2 1 bit Ov Overflow Always Indicates an overflow
3 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.
An overflow will occur if the Division value is outside the DPT range:
• If the Division value is greater than the maximum DPT value:
o Q = 0
o Ov = 1 (true)
o E = 0 (false)
• If the Division value is less than the minimum DPT value:
o Q = 0
o Ov = 1 (true)
o E = 0 (false)
• If the Division value is within the valid range of the DPT:
o Q = Quotient of the two input values (Dividend : Divisor)
o Ov = 0 (false)
o E = 0 (false)
• Value of Divisor = 0:
o Q = 0
o Ov = 0 (false)
o E = 1 (true)
Other
Unlinked inputs are treated as if they did not exist.