Logical AND operation.
| A | 0 | 0 | 1 | 1 |
| B | 0 | 1 | 0 | 1 |
| Out | 0 | 0 | 0 | 1 |
First entry value.
Second entry value.
Result.
Normally, a logical module, sends a 1 value when the condition is verified, and 0 otherwise. If the Block option is activated, the module result is 1 when the condition is verified, and a NULL flow otherwise.
NULL means, that nothing is sent to the output, like if the output wire was deleted.
version 6.0.241021
Edit All Pages