By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
Inst ToolsInst ToolsInst Tools
  • Ask
  • Courses
  • Videos
  • Q & A
    • Interview
      • Instrumentation
      • Electronics
      • Electrical
      • Practical Questions
    • MCQ
      • Instrumentation MCQ
      • Electrical MCQ
      • Electronics MCQ
      • Control Systems MCQ
      • Analog Electronics MCQ
      • Digital Electronics MCQ
      • Power Electronics MCQ
      • Microprocessor MCQ
      • Multiple Choice Questions
  • EE
    • Electronics
      • Electronics Q & A
      • Electronic Basics
      • Electronic Devices & Circuits
      • Electronics Animation
      • Digital Electronics
    • Electrical
      • Electrical Basics
      • Electrical Q & A
      • Power Electronics
      • Electrical Machines
      • Electrical Animation
      • Power Systems
      • Switchgear & Protection
      • Transmission & Distribution
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
Search
All rights reserved. Reproduction in whole or in part without written permission is prohibited.
Reading: Run 4 Motors Sequentially from Same Push button PLC Program
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Ask
  • Courses
  • Videos
  • Q & A
  • EE
  • Measure
  • Control
  • More
Search
  • Ask
  • Courses
  • Videos
  • Q & A
    • Interview
    • MCQ
  • EE
    • Electronics
    • Electrical
  • Measure
    • Control Valves
    • Calibration
    • Temperature
    • Pressure
    • Flow
    • Level
    • Analyzers
    • Switches
    • Vibration
    • Solenoid Valve
  • Control
    • PLC Tutorials
    • Control Systems
    • Safety Instrumented System (SIS)
    • Communication
    • Fire & Gas System
  • More
    • Design
    • Tools
    • Animation
    • Basics
    • Formulas
    • Standards
    • TextBooks
    • Common
    • Software
    • Excel Tools
    • Erection & Commissioning
    • Process Fundamentals
    • Videos
    • Books
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
PLC Tutorials

Run 4 Motors Sequentially from Same Push button PLC Program

Last updated: March 4, 2021 11:50 am
Editorial Staff
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
Inputs & outputs:Run 4 Motors Sequentially from Same Push buttonPLC ProgramFirst network:Second network:Third network:Fourth network:

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 !
What is a GSD File and Why it is required?
PLC Program for Mixing Tank
#6 PLC Best Practices – Validate Timers and Counters
What is Siemens TDC? – Siemens Control System
PLC Pump Permissive Interlocks
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
208kSubscribersSubscribe
38kFollowersFollow

Recommended

Interview on Flow Measurement
Interview Questions on Flow Measurement
Flow Measurement Instrumentation Interview Questions
Nuclear Magnetic Resonance Spectrometer Questions and Answers
Fourier Transform NMR Spectroscopy Questions & Answers
Multiple Choice Questions
Electrical Machines Objective Questions
Electrical Machines Objective Questions
Electrical Machines Electrical Q & A
Infrared Flue Gas Analyser
What is Infrared Flue Gas Analyzer? – Working Principle
Analyzers

Related Articles

plc-analog-signals-wiring-techniques

PLC Analog Signals Wiring Techniques

PLC to Start or Stop 3 Machines using 1 Switch Program

PLC to Start or Stop 3 Machines using 1 Switch Program

PLC Programming Course Online Free

PLC Programming Course Online Free

PLC programming for clothes washing machine automation

LS Electric PLC Program Example: Clothes Washing System

PLC Program to Control Level of Series Tanks

Series Tanks Level Control using PLC Ladder Programming

Programmable Logic Controller Quiz

Programmable Logic Controller Quiz

What is the consumed tag in Studio 5000 software?

Produced Tags and Consumed Tags in Studio 5000

PLC based 4 Way Traffic Light Control System

PLC based 4 Way Traffic Light Control System

More Articles

PID with Practical Example

PID with Practical Example

Industrial Automation Projects

Evaluating Industrial Automation Projects Return on investment (ROI)

Frequency Response MCQ

Frequency Response MCQ

Difference Between Permittivity and Permeability

Difference Between Permittivity and Permeability

Moving Iron Vane Meter Movement

Moving Iron Vane Meter Movement

Temperature Transmitter with Thermocouple

Thermocouple Extension and Compensating Cables

Comparison of Proportional Integral Derivative Controllers (PID)

Comparison of Proportional Integral Derivative Controllers (PID)

Poorly Built Switchgears

Poorly Built Switchgears – Why Breaker Parts Tear apart or don’t work?

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?