Logical operators
In the integrated development environment CannyLab the following logical operations are implemented:
| Symbol | Function block name |
|---|---|
![]() |
Negation: Logical inversion: sets Result = 0 if Value> 0 and Result = 1 if Value = 0 |
![]() |
Logical AND: Logical multiplication: |
![]() |
Logical OR: Logical addition: |
![]() |
Exclusive OR: Exclusive OR: sets the output to 0 if X = 0 and Y = 0, or X> 0 and Y> 0 |




