![BES DKAC-I Programming Manual Download Page 15](http://html1.mh-extra.com/html/bes/dkac-i/dkac-i_programming-manual_2739446015.webp)
DKAC-I / MBAC-I
- Climate gateway
Programming manual
v1.0
www.besknx.com
15
Description Allows to enable or disable each arithmetic and logic block.
Name
Timer / counter block
Values
Enable / Disable
Description Allows to enable or disable the each timer / counter blocks.
3.5.1
Arithmetic and Logic block (ALU)
Name
Operation
Values
AND, NAND, OR, NOR, XOR, XNOR, NOT, BUFFER, == , != , <, > , <= , >= , + , - , *, / .
Description It allows to select the arithmetic or logic operation of the block:
Logic operations:
-
AND: Logic product
-
NAND: Negative logic product
-
OR: Logic addition
-
NOR: Negative logic addition
-
XOR: Exclusive logic addition
-
XNOR: Negative exclusive logic addition
-
NOT: Negation
-
BUFFER: Saves the input value in the output.
Comparison operation:
-
== : equality
-
!= : inequality
-
< : smaller than
-
> : greater than
-
<= : smaller or equal than
-
>= : greater or equal than
Arithmetic operations:
-
+ : addition
-
- : subtraction
-
* : multiplication
/ : division