AND

This function block creates a logic AND operation. The Output will be active when all connected Inputs are active.
Multiple signals connected to the same input will also be AND-linked.

I1I2
00
01
10
11
Q
0
0
0
1

Table of Contents


Inputs

Abbreviation Summary Value Range
I1 Input 1 0/1
I2 Input 2 0/1




Outputs

Abbreviation Summary Value Range
O Output 0/1




Timing Diagram

Logic AND operation based on truth table.


Functionality

Both examples will result in the same output.

Even with a negation, the upper circuit works the same as the lower one (Attention: the negation has to be done a the right AND function block)