20 September, 2020

Exclusive-NOR Gate Logic in PLC

PLC EXCLUSIVE-NOR Gate 

  • We representing a Exclusive-NOR Logic Gate with two Inputs A and B.
    XNOR-GATE
    Exclusive-NOR Gate

Exclusive-NOR Gate Truth Table :

Inputs

Output

A

B

0

0

1

0

1

0

1

0

0

1

1

1


PLC Exclusive-NOR Logic :

  • When Input A and Input B both are on then upper branch provide result output 1.
  • When input A and Input B both are not activated then lower branch provide output 1.
  • When Input A activated then output 0.
  • When Input B activated then output 0.
PLC-XNORGATE
PLC Exclusive-NOR Gate Logic


No comments:

Post a Comment

Featured post

Up Counter Instruction In PLC