PLC Tutorials

Push button Motor PLC Logic

Write a PLC program that when a start push button (PB) is pressed the motor runs and when released the motor stopped. And if the PB is pressed for more than 3 seconds the motor runs in the latched mode until the stop PB is pressed.

Note the best practice to learn the PLC programming is to start writing the PLC program, take your time before you review the answer.

Inputs & outputs:

I0.0: Start Push Button (Normally open contact)

I0.2: Stop Push Button (Normally closed contact)

Q0.0: Motor

M0.0: marker 01

T1: timer 01

Push button Motor PLC Logic

PLC Program description

When the start PB is pressed for less than 3 seconds, the last branch in the network would energize the motor as long as the PB is pressed.

When the start PB is pressed for more than 3 seconds, the timer T1 would be energized and send a pulse signal to the SR flip flop which would energize the motor in a latched mode.

Whenever the stop PB is pressed, the motor would stop.

Author: Karim Ali Anwar

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.

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