PLC Programming Question & Answer

A PLC has been programming to control the starting and stopping of a three-phase electric motor.

Shown here are a partial wiring diagram and offline PLC program display for the system:

PLC Programming Question

PLC Programming Question & Answer

Identify the problem(s) in this PLC program, and modify it so that it will work as it should.

PLC Programming Answer

The OL_switch instruction in the PLC program needs to be changed to NO (Normally-Open).

Since the real-world OL switch contact is supposed to be in the closed state when everything is okay, and this means the third input channel should be energized when all is well, a NO contact instruction is required so that the “1” bit state will maintain that instruction in the “colored” state and permit the coil instruction to receive color (virtual power) to run the motor.

More PLC Questions :

PLC Programming Questions & Answers – 1
PLC Programming Questions & Answers – 2
PLC Programming Questions & Answers – 3
PLC Programming Questions & Answers – 4
PLC Programming Questions & Answers – 5
PLC Programming Questions & Answers – 6
PLC Programming Questions & Answers – 7

 

Don't Miss Our Updates
Be the first to get exclusive content straight to your email.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address

1 thought on “PLC Programming Question & Answer”

Leave a Comment