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: PLC Ladder Logic Design: Control 3 Motors with Toggle Switch
Share
Notification Show More
Font ResizerAa
Inst ToolsInst Tools
Font ResizerAa
  • Courses
  • PLC Tutorials
  • Control Systems
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 > PLC Ladder Logic Design: Control 3 Motors with Toggle Switch

PLC Ladder Logic Design: Control 3 Motors with Toggle Switch

PLC ladder logic design to control 3 motors with toggle switch and explain the program using the video & article.

Last updated: April 17, 2024 5:12 am
Editorial Staff
PLC Tutorials
No Comments
Share
5 Min Read
SHARE

PLC ladder logic design to control 3 motors with toggle switch and explain the program using the video & article.

Contents
Control 3 Motors with Toggle SwitchPLC Basics for BeginnersInputs and OutputsPLC Ladder Logic DesignProgram DescriptionSimulated Logic

Note: This example ladder logic is for education purposes and for practicing PLC programming.

Control 3 Motors with Toggle Switch

Problem Statement:

Design a PLC ladder logic for the following application.

We are using one toggle switch to control 3 Motors.

When the Start Button is ON,

The First Stage Motor runs for 10 seconds, then stops.

After a 5-second delay, the Second Stage Motor runs for 20 seconds and then the Third Stage Motor will run for 15 seconds.

PLC Basics for Beginners

You can learn the PLC basics easily from our programming examples for beginners.

This video explains the given PLC problem statement with a detailed solution.

Inputs and Outputs

Digital Inputs:

Start Button: I0.0

Digital Outputs:

Motor 1: Q0.0

Motor 2: Q0.1

Motor 3: Q0.2

PLC Ladder Logic Design

Control 3 Motors with Toggle Switch

Program Description

We have used Normally Open Contact for the Start Button(I0.0).

In Rung 0:

  1. Normally Open Contact is used for the Start Button (I0.0) to Turn ON the output  Motor 1 (Q0.0).
  2. TP timer is used to Turn ON the output Motor 1 (Q0.0) for a limited time.

In Rung 1:

  1. Normally Open Contact is used for the Start Button (I0.0) to Turn ON the output Motor 2 (Q0.1).
  2. TON timer is used to delay the turning ON time of the output Motor 2 (Q0.1) for some time.
  3. TP timer is used to Turn ON the output Motor 2(Q0.1) for a limited time.

In Rung 2:

  1. Normally Open Contact is used for the Start Button (I0.0) to Turn ON the output Motor 3 (Q0.2).
  2. TON timer is used to delay the turning ON time of the output Motor 3 (Q0.2) for some time.
  3. TP timer is used to Turn ON the output Motor 3 (Q0.2) for a limited time.

Simulated Logic

Now we will simulate our program and see the test cases.

Rung 0:

When the Start Button (I0.0) is turned ON, the signal will flow through the Start Button as Normally Open Contact is used for the Start Button (I0.0).

PLC Examples on Motors for Beginners

The output Motor 1 (Q0.0) turns ON for 10 seconds because Timer Function Block type TP is used to turn ON the output Motor 1 (Q0.0) for a limited time and the time is set to 10 seconds. After 10 seconds, the output Motor 1 (Q0.0) will turn OFF.

Rung 1:

When the Start Button is turned ON, Motor2 (Q0.1) will turn ON after 15 seconds ( i.e after 5 seconds when Motor 1 gets turned OFF) because Timer Function Block type TON is used to delay the turning ON time of the output Motor 2 (Q0.1) and the time is set to 15 seconds.

Example on Ladder Motor

The output Motor 2 (Q0.1) will remain ON only for 20 seconds as we have used Timer Function Block type TP to turn ON the output Motor 2 (Q0.1) only for a limited time and the time is set to 20 seconds. So after 20 seconds, the output Motor 2 (Q0.1) will turn OFF.

Rung 2:

When the Start Button is turned ON, Motor 3 (Q0.2) will turn ON after 35 seconds ( i.e immediately when Motor 2 gets turned OFF) because Timer Function Block type TON is used to delay the turning ON time of the output Motor 3 (Q0.2) and the time is set to 35 seconds.

Motor Control With Basic PLC

The output Motor 3 (Q0.2) will remain ON only for 15 seconds as we have used Timer Function Block type TP to turn ON the output Motor 3 (Q0.2) only for a limited time and the time is set to 15 seconds. So after 15 seconds, the output Motor 3 (Q0.2) will turn OFF.

If you liked this article, 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:

  • Example of PLC Timer Programming
  • PLC Programming for Elevator Stop Logic
  • PLC Programming on Bottle Line Control
  • Conveyor and Puncher PLC Programming
  • Batch Mixing PLC Ladder Logic Program
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 !
Two Hand Control Logic using PLC
Single-acting Cylinder OR Logic Operation (PLC and Sensors)
What is Contextual HMI? – HMI Screens on a Mobile or Tablet
Use of Isolators and Barriers in Electrical Panel
SFC Language in PLC Programming
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

Categories

Recent Comments

  • Guifty Shimica on Top Non-PLC Certification Courses for Automation Professionals
  • Guifty Shimica on Top Non-PLC Certification Courses for Automation Professionals
  • MIHARITSOA Aina Sitraka on Top Non-PLC Certification Courses for Automation Professionals
  • Vaishnavi on Free Instrumentation Course for Trainee Engineers

Related Articles

PLC Timer Application in Security Camera Recording

PLC Timer Application in Security Camera Recording

Difference Between Wifi and Industrial Wireless

Difference Between Wifi and Industrial Wireless

Firmware Version in Siemens PLC

What is the Firmware Version of a PLC? – Siemens PLC Hardware

PLC Program for Filling Operation

PLC Program for Continuous Filling Operation

PLC Programming in Bottle Filling Process

Applications of PLC Programming in Bottle Filling Process

PLC Program

Example PLC Program

GSD File installation in Simatic Manager

How to Install GSD File in Step 7 PLC using Simatic Manager?

Draw a ladder logic to switch ON-OFF a bulb using a toggle switch

Draw a Ladder Logic to switch ON-OFF a Bulb using a Toggle Switch ?

More Articles

PLC Program to Count and Pack Parts from conveyor

Count and Pack Objects from Conveyor using PLC Ladder Logic

DCS Alarm Summary Dashboard using Microsoft Power BI

DCS Alarm Summary Dashboard using Microsoft Power BI

Electrical Switch Questions and Answers

Top 50 Electrical Switch Questions and Answers

MOSFET VI Characteristics

Power MOSFET

Pressure Relief Valve Terminology

Pressure Relief Valve Terminology

Determine the Pressure at Each Port of DP Transmitter

Determine the Pressure at Each Port of DP Transmitter

Burnout Function in Temperature Transmitter

Burnout Function in Temperature Transmitter

General Specification of Thermowell

General Specification of Thermowell

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?