PLC Tutorials

Identify the Problem in the PLC Program

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

The program is supposed to require that the operator press and hold the “Start” pushbutton for at least three seconds before the motor starts and runs.

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

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

Answer :

The way it’s programmed right now, the “Start” pushbutton does not need to be held for three seconds – just pressing it momentarily is enough to start the motor.

The motor, however, does delay for three seconds before starting.

In other words, there is a three-second time delay in effect, but it’s not requiring the “Start” switch be continuously pressed for that long.

All the time delay is doing is delaying the start-up of the motor after the “Start” switch has been momentarily pressed.

Here is a functional solution:

If you liked this article, then please subscribe to our YouTube Channel for PLC and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

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
You've successfully subscribed !

View Comments

Share

Recent Articles

  • PLC Tutorials

Example PLC Program to Control a Pump based on Level Sensors

Learn an example PLC program to control a pump based on level sensors using ladder…

2 weeks ago
  • PLC Tutorials

PLC Timer Application in Security Camera Recording

In the PLC timer application for security camera recording, when motion is detected then camera…

2 weeks ago
  • PLC Tutorials

Batch Mixing with PLC Ladder Logic Program

In this example, we will learn batch mixing with PLC ladder logic program using timer…

2 weeks ago
  • PLC Tutorials

PLC Example on Manufacturing Line Assembly

This PLC example on manufacturing line assembly is an intermediate-level PLC program prepared for the…

2 weeks ago
  • PLC Tutorials

PLC Programming Example with Pushbutton and Motor

In this article, you will learn the PLC programming example with pushbutton and motor control…

3 weeks ago
  • PLC Tutorials

Boolean Logic to PLC Programming

This article teaches how to convert Boolean logic to PLC programming ladder logic with the…

1 month ago