Conditions
 Static False
 Static False
 Static False
 Static FalsePermanently outputs a 0.
 Static True
 Static True
 Static True
 Static TruePermanently outputs a 1.
 If
 If
 If
 IfSets the output to high depending on the two input values and the logical operator. Logical Operators:
- Equals : A = B 
- Not Equals : A <> B 
- Higher : A > B 
- Lower : A < B 
 AND
 AND
 AND
 ANDLogical AND
X1
X2
Output
0
0
0
0
1
0
1
0
0
1
1
1
 Not
 Not
 Not
 NotLogical NOT
Input
Output
0
1
1
0
 OR
 OR
 OR
 ORLogical OR
X1
X2
Output
0
0
0
0
1
1
1
0
1
1
1
1
Last updated
