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: PLC Program for Sequential Motor Control
Share
Notification Show More
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 > Guest Articles > PLC Program for Sequential Motor Control

PLC Program for Sequential Motor Control

PLC Ladder Logic for Sequential Motor Control. Study about PLC Motor Programming tutorials and implement PLC Ladder Logic for the Motor application.

Last updated: November 3, 2023 10:37 am
Editorial Staff
Guest Articles PLC Tutorials
1 Comment
Share
4 Min Read
SHARE

This is the PLC Program for Sequential Motor Operating System.

Contents
Sequential Motor ControlProblem DiagramProblem SolutionList of Inputs & OutputPLC Ladder Diagram for Sequential Motor ControlLadder Logic ExplainedRuntime Test Cases

Sequential Motor Control

Problem Description

In many industries, there are lots of motors are used. Sometimes we need to start more than one motor in an application.

When we have a low incoming power supply rating, then there is a chance the incoming MCB will trip when one or more motors will START in parallel because they will consume more power.

Here we will consider one similar example where we START each motor one by one.

Problem Diagram

PLC Program for Sequential Motor Control

Problem Solution

The problem can be solved by using PLC programming or relay logic.

In this case, we have to operate motors sequentially. There are total 3 motors to be controlled in a sequence. so that each motor will start sequentially, say Motor 1 will START then after some delay then motor 2 will start and after some delay motor 3 will start.

So that whole operation will take 10 seconds to start all motors in a sequence. By providing this delay we can avoid the problem of taking large
current by motors during initial stat up.

All motors will be operate in the sequence and 5 seconds time delay is to be provided between operations of each motor.

Here will write logic for sequential operation for motors using PLC.

List of Inputs & Output

Inputs List

  • Start PB : I0.0
  • Stop PB: I0.1

Outputs List

  • Cycle on : Q0.0
  • Motor 1: Q0.1
  • Motor 2 : Q0.2
  • Motor 3 : Q0.3

PLC Ladder Diagram for Sequential Motor Control

PLC Sequential Motor Control

Ladder Logic Explained

In this application, we used Siemens S7-1200 PLC and TIA Portal Software for programming. We can also design this logic with relay circuit.

Network 1:

In Network 1, we wrote logic for cycle ON condition. Here cycle ON (Q0.0) lamp will indicate cycle status. Cycle can be started by pressing START PB (I0.0) push button and can be Stopped by pressing STOP PB (I0.1) push button.

When cycle will be ON, at same time Motor 1(Q0.1) will be Started. And at the same time, timer instruction will be executed.

Network 2:

In Network 2, the NO contact of Motor 1  starts Timer T1  and when Timer for Motor 2 (Q0.1) will reach the set value 5 seconds. Then NO contact of the T1 will START the Motor 2 (Q0.1).

Network 3:

In Network 3. we have taken logic for motor 3. Here we have given NO contact of motor 2 for starting the timer of motor 3. When T2 will reach the set value 5s , the NO contact of the T2 will START the Motor 3(Q0.0).

When STOP PB (I0.1) will be pressed then NC contact will be activated which makes Cycle (Q0.0) OFF. And also motor 2 and 3 will stop working.

Runtime Test Cases

PLC Motor Programming

Note: The above PLC Logic provided for basic idea about application of PLC in Sequential Motor Control. The Logic is limited and not complete application.

Author: Bhavesh

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:

  • PLC Controls a Valve
  • Scaling for PLC Input
  • PLC Quesstions
  • DCS versus PLC
  • PLC Paint Spraying
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 does SMPS Works? – Switched Mode Power Supply
What is a Control Panel and its types?
What is a Floating License? – Automation Software Systems
Tia Portal – Different Instances of Calling a Function Block
What is SCADA ? How does SCADA Works ?
Difference between Compact PLC and Modular PLC
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
1 Comment
  • mouyed alassadi says:
    March 25, 2019 at 12:49 am

    thank for INST TOOL program

    Reply

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

How-to do Security of SCADA Systems?
PLC Configuration of Profinet I/O System
PLC Sequence Programming Ladder Logic
How to Troubleshoot a PLC System?
Difference Between NO and NC Contacts
How to Train Your Maintenance Team for Industrial Automation Systems?
PLC Program for Motor Starter
T Flip Flop PLC Ladder Diagram

Keep Learning

Types of Industrial Relays

What is a Relay? Types of Industrial Relays

Function Block Diagram - Studio 5000 Logix Designer

Define the Order of Execution in Functional Block Diagram of Studio 5000

Edge Detection in PLC

Edge Detection in PLC Programming

PLC Programming Sequence Logic

PLC Programming to Control Lights in a Sequence

Field Instruments Questions and Answers

Control Room and Field Instruments Questions and Answers

What is PID Controller

What is PID Controller?

Omron PLC for Product Painting with Integrated Weighing System

Omron PLC for Product Painting with Integrated Weighing System

What is NEST loading=

What is Nest Loading? – DCS and PLC Control Systems

Learn More

Pulse Timer Instruction in PLC Programming

Pulse Timer Instruction in PLC Programming

Difference between Permanent Magnet BLDC and DC Motor

Client - server network system

Network Operating System

Importance of Unit Measurement

Importance of Unit Measurement

Y Body Globe Valve

Globe Valve Body Design

PLC Program Paint Spraying

PLC Program for Paint Spraying

Direct Lift Diaphragm Normally Open Solenoid Valve

Types of Pilot Operated Diaphragm Solenoid Valve Principle

PLC Logic for Water Pumping and Chemical Addition

Developing PLC Logic for Water Pumping and Chemical Addition

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?