InteliLite Global Guide
551
PLC group Basic logical functions
Related FW 1.2.1
Related applications AMF, MRS
Comm object 2
Inputs
Input Type Negation Range Function
Input 1..2 Binary Yes 0/1 Inputs 1..2
Outputs
Output Type Negation Range Function
Output Binary Yes 0/1 Result of the logical operation
Description
The block provides logical function of two values - XOR or RS flip-flop. Both inputs and output can be
inverted.
Input 1 Input 2 Output
0 0 0
0 1 1
1 0 1
1 1 0
Function XOR
R S Q
n+1
0 0 Q
n
0 1 1
1 0 0
1 1 0
Function RS
Image 9.2 Configuration of XOR/RS block
XOR/RS
6 back to List of PLC blocks