ABB i-bus
®
KNX
Parameters
ABA/S 1.2.1 | 2CDC509086D0201 65
7.10.21 Addition (ADD)
Description
Sums up to 16 input values.
Inputs
No. DPT Abbr. Name Visible Description
1 8 bit or higher Aug Augend Always
2 Same as Input 1 Ad
1
Addend Always
3 Same as Input 1 Ad
n
Addend Parametrizable n = 2...15
Outputs
No. DPT Abbr. Name Visible Description
1 Same as Input 1 S Sum Always
2 1 bit Ov Overflow Always Indicates an overflow
Parameters
Name Value Visible Description
Input Count 2…16 Always
Function
Whenever a telegram is received the output starts a recalculation independently if the value has changed.
An overflow will occur if the calculated value is outside the DPT range:
• If the calculated value is greater than the maximum DPT value:
o S = 0
o Ov = 1 (true)
• If the calculated value is less than the minimum DPT value:
o S = 0
o Ov = 1 (true)
• If the calculated value is within the valid range of the DPT:
o S = Sum of all linked output values
o Ov = 0 (false)
Other
Unlinked inputs are treated as if they did not exist.