InteliLite Global Guide
549
Group: Basic Logical functions
PLC group Basic logical functions
Related FW 1.2.1
Related applications AMF, MRS
Comm object 1
Inputs
Input Type Negation Range Function
Input 1..8 Binary Yes 0/1 Inputs 1..8
Outputs
Output Type Negation Range Function
Output Binary Yes 0/1 Result of the logical operation
Description
The block performs logical operation OR / AND of 2 - 8 binary operands. The inputs as well as the output can be
inverted.
Input 1 Input 2 Output
0 0 0
0 1 1
1 0 1
1 1 1
Function OR
Input 1 Input 2 Output
0 0 0
0 1 0
1 0 0
1 1 1
Function AND
There have to be at least 2 inputs every time. There may be up to 8 inputs configured.
OR/AND