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 !
What is a PLC Retrofitting Project? – Importance, Procedure
How to use FIFO Block in TIA Portal? – Siemens PLC Programming
Free Schneider PLC Training – Automation Course
Shift Bit Register in PLC
Repeat Until Statement in SCL Language
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 Temperature Control using Pulse Width Modulation

PLC Temperature Control using Pulse Width Modulation (PWM)

PLC Best Practices

#1 PLC Best Practices – Split PLC Code into Modules

PLC Valve Control Example

Create a Function (FC) for a Valve Logic in Siemens PLC

Siemens Industrial Laptop (Simatic Field PG)

Connect to the Siemens S7 PLC

Gas Turbine Temperature Control using Siemens Tia Portal

Gas Turbine Temperature Alarms using Siemens TIA Portal

Programming in Omron PLC

Automatic Vacuum Cleaner Programming in Omron PLC

Free Download PLC Simulator using Excel

PLC Simulator using Excel

How to Select the Right Encoder for Your Machine

How to Select the Right Encoder for Your Machine?

More Articles

Comparison Instructions in PLC Programming

Comparison Instructions in PLC Programming

Top 20 Service Business Opportunities in the Instrumentation Industry

Top 20 Instrumentation Service Business Opportunities in the Industry

Difference Between Single-stage and Multi-stage Compressor

Difference Between Single-stage and Multi-stage Compressor

Polyvinyl Alcohol in Oil Field

Polyvinyl Alcohol in Oil Field

Electrical Machines Questions and Answers

Synchronous Machines Excitation Quiz

Flapper nozzle system

Flapper Nozzle Questions

List of 100 Questions Related to Distributed Control Systems (DCS)

List of 100 Distributed Control Systems Questions (DCS)

Power Systems Questions & Answers

Power Systems MCQ Series 3

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?