Inst ToolsInst ToolsInst Tools
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Search
  • Books
  • Software
  • Projects
  • Process
  • Tools
  • Basics
  • Formula
  • Power Plant
  • Root Cause Analysis
  • Electrical Basics
  • Animation
  • Standards
  • 4-20 mA Course
  • Siemens PLC Course
Reading: Run 4 Motors Sequentially from Same Push button PLC Program
Share
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • Design
  • PLC
  • Interview
  • Control System
Search
  • Courses
  • Automation
    • PLC
    • Control System
    • Safety System
    • Communication
    • Fire & Gas System
  • Instrumentation
    • Design
    • Pressure
    • Temperature
    • Flow
    • Level
    • Vibration
    • Analyzer
    • Control Valve
    • Switch
    • Calibration
    • Erection & Commissioning
  • Interview
    • Instrumentation
    • Electrical
    • Electronics
    • Practical
  • Q&A
    • Instrumentation
    • Control System
    • Electrical
    • Electronics
    • Analog Electronics
    • Digital Electronics
    • Power Electronics
    • Microprocessor
  • Request
Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Inst Tools > Blog > PLC Tutorials > Run 4 Motors Sequentially from Same Push button PLC Program

Run 4 Motors Sequentially from Same Push button PLC Program

Last updated: March 4, 2021 11:50 am
Editorial Staff
PLC Tutorials
No Comments
Share
3 Min Read
SHARE

In some industrial automation applications, you may need to operate more than one motor or pump in sequential order by the same digital input such as start push button.

Contents
Run 4 Motors Sequentially from Same Push buttonPLC Program

Write a PLC program to run 4 motors in a case that every time you press the same push button it runs one motor at a time and then press the stop pushbuttons all motors should be stopped.

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 (Normally open contact)
  • I0.1: Stop (Normally closed contact)
  • Q0.0: Motor_01
  • Q0.1: Motor_02
  • Q0.2: Motor_03
  • Q0.3: Motor_04
  • M0.0: marker for positive edge
  • M0.1: marker for positive edge
  • M0.2: marker for positive edge

Run 4 Motors Sequentially from Same Push button

Run 4 Motors Sequentially from Same Push button PLC Program

PLC Program

First network:

Motor # 04 will be on if the motor# 03 is on and a positive edge is detected from the Start Push Button. And will be off if the stop push button is pressed.

Second network:

Motor # 03 will be on if the motor# 02 is on and a positive edge is detected from the Start Push Button. And will be off if the stop push button is pressed.

Third network:

Motor # 02 will be on if the motor# 01 is on and a positive edge is detected from the Start Push Button. And will be off if the stop push button is pressed.

Fourth network:

Motor# 01 will be on if the start push button is pressed. And will be off if the stop push button is pressed.

Why we used positive edge detection? To avoid running all the motors in one time if the push button is pressed for the first time.

The order of all the networks is important. That’s why you can see the first network is dedicated to the 4th motor and so on, that’s because the fact that the PLC executes the program as the following it first reads all the inputs, then executes the program from the first network to the last network and then move the outputs values upon the program execution.

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.

Read Next:

  • FC Function in Siemens
  • Pulse Generation using PLC
  • Motor Control Circuit
  • Memory Structure of PLC
  • What is Motor Jogging?
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
You've successfully subscribed !

Continue Reading

How-to do Security of SCADA Systems?
PLC Functional Block Diagram for Logic Gates
Difference between Timer and Counter – PLC Basics
Mail Box Automation: Programming with Schneider PLC
Various Causes for PLC Going in Stop Mode
#3 PLC Best Practices – Leave Operational Logic in the PLC wherever feasible
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
Leave a Comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

What is Function Module in Siemens PLC?
Example of Flip-Flop PLC Program for Lamps Application
How to Check Address Overlapping in Tia Portal?
PLC Application for Stamping Operation – Example Programming
Types of Interrupt OB in Siemens Tia Portal
Use of Isolators and Barriers in Electrical Panel
Why Use Normally-Closed Contact for Stop Buttons?
Latching and Unlatching in PLC Programming Example

Keep Learning

Example Ladder Logic Diagram

What is Relay Logic ?

Siemens PLC Programming OBs in Siemens TIA Portal

FC Function in Siemens PLC

PLC Program for 2 Push buttons to Control 1 Output

PLC Program for 2 Push buttons to Control 1 Output

PLC program to control a water pump

PLC Program to Control a Water Pump

PLC program pushbutton switches

PLC Permissive for Motor Control

Siemens Process Mode

Test and Process Modes in Siemens PLC

Delta PLC Simulator

How to Work with Delta PLC Simulator?

T-Junction Traffic Control System

T-Junction Traffic Control System – PLC Programming

Learn More

Types of Inductors

What is an Inductor? – Types of Inductors

shunt-capacitor-advantages-in-power-system

Shunt Capacitor Advantages in Power System

Safety Integrity Level (SIL)

80+ PLC MCQ

80+ PLC MCQ Questions

Steam Eductor Question

A Series of False Pressure Alarms

Comparison of Half wave Rectifiers and Full wave Rectifiers

Comparison of Half wave Rectifiers and Full wave Rectifiers

Chromatograph Principle

Basics of Chromatograph Operation

Siemens PLC motor direction control example

Siemens TIA Portal: Motor Forward Reverse PLC Logic

Menu

  • About
  • Privacy Policy
  • Copyright

Quick Links

  • Learn PLC
  • Helping Hand
  • Part Time Job

YouTube Subscribe

Follow US
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?