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 Programming Example on Multi-Motor Control for Beginners
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 Programming Example on Multi-Motor Control for Beginners

PLC Programming Example on Multi-Motor Control for Beginners

PLC Programming Example on multi-motor control for beginners using Schneider Electric EcoStruxure Machine Expert Basic PLC software.

Last updated: December 15, 2023 6:39 pm
Editorial Staff
PLC Tutorials
No Comments
Share
5 Min Read
SHARE

PLC Programming Example on multi-motor control for beginners using Schneider Electric EcoStruxure Machine Expert Basic PLC software.

Contents
PLC Programming Example on Multi-MotorDigital InputsDigital OutputsLadder Diagram for Multi-Motor ControlProgram DescriptionWhen Switch 1 is ONWhen Switch 2 is ONWhen Switch 3 is ONPLC Programming Video

Please note, that this PLC example is for engineering students who are interested in learning and practicing the PLC exercises. The real-time industrial PLC programs will be designed with more safety and protection features.

PLC Programming Example on Multi-Motor

Design a PLC ladder logic for the following application.

We are using three toggle switches to control three motors.

  • If Switch 1 is ON, then Motor I, Motor II, and Motor III will be ON.
  • If Switch 2 is ON, then Motor I and Motor II will be ON.
  • If Switch 3 is ON, then Motor I, Motor II, and Motor III will be Off.

Digital Inputs

The following digital inputs (DI) are required in this example program. The assigned PLC DI addresses are also mentioned.

Switch 1: I0.0

Switch 2: I0.1

Switch 3: I0.2

Digital Outputs

The following digital outputs (DO) are required in this example program. The assigned PLC DO addresses are also mentioned.

Motor 1: Q0.0

Motor 2: Q0.1

Motor 3: Q0.2

Ladder Diagram for Multi-Motor Control

PLC Programming Example on Multi-Motor Control for Beginners

Program Description

  • For this application, we used Ecostruxure Machine Expert Basic v1.2 software for programming.
  • In the above program, we have used Normally Open Contact for Switch 1 (I0.0), Normally Closed Contacts for Switch 2 (I0.1) and Switch 3 (I0.2)
  • Switch 1 and switch 3 are connected in series for Motor 1 and Motor 2, thus implementing AND logic gate.
  • For Motor 3, switch 1, switch 2 and switch 3 are connected in series, thus implementing AND logic gate.
  • For Motor 1 and Motor 2 to be ON, switch 1 should be ON and switch 3 should be OFF.
  • When switch 1 is ON, switch 2 and switch 3 are OFF, Motor 3 will be ON.
  • Turning ON Switch 3 will turn OFF all the Motors i.e., Motor 1, Motor 2 and Motor 3 will be OFF.
  • Motor 3 will turn OFF, when Switch 2 is turned ON.
  • When switch 1 is turned ON, all the motors will turn ON because the current will also pass through switch 2 and switch 3 as these are Normally Closed Contacts.
  • Without turning OFF switch 1, motor 1 and motor 2 will still remain ON but motor 3 will turn OFF, when switch 2 is turned ON. On turning Switch 2 ON, it will not pass current to motor 3.
  • All the motors will turn OFF when switch 3 is turned ON, even if other switches are ON.

When Switch 1 is ON

The current flows through switch 1 as it is in true state. In false state, switch 3 and switch 4 also pass current to the outputs.

Ladder Logic Example of Multi-Motor Control

When Switch 2 is ON

The current does not flow through switch 2 when it is turned ON. In true state Normally Closed contact breaks the circuit.

PLC Program Example of Multiple Motors

When Switch 3 is ON

Switch 3 is a Normally closed contact. When turned On, it will not allow current to pass through it. As a result, none of the output will be ON.

3 Motors Control using PLC

PLC Programming Video

You can watch the below PLC programming video to understand this example program. You can follow the steps from scratch and learn the program.

If you liked this article, then please subscribe to our YouTube Channel for Electrical, Electronics, Instrumentation, PLC, and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

Read Next:

  • Most Asked Questions on SCADA
  • Instruction List in PLC Programming
  • Top Best Practices of PLC Wiring
  • Site Commissioning Steps for PLC
  • Top 100 PLC Projects for Students
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 !
Introduction to SCADA
Control Two Motors in Sequence after Time Delay – Circuit, Operation
PLC Program for Mailbox with Letter Counting & Light Indicators
Problem on PLC, HMI, VFD, and Motor Circuit
Software Redundancy in Siemens PLC – Hardware versus Software
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

  • Kamli on Top Free PLC Software
  • 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

Related Articles

Industrial Gas Detection Systems

PLC based Gas Detection System using Ladder Logic Project

PLC Control Panel

Inside the PLC Control Panel: How Much Do You Know?

PLC Programmer Tools

Tools Required for PLC Programmer to Carry at Site

PLC Example to Control LEDs Via Switches

PLC Example to Control LEDs Via Switches

ControlLogix

Difference Between CompactLogix and ControlLogix

Simulator in S7-1200 and S7-1500 PLC

How to Work With Simulator in S7-1200 and S7-1500 PLC?

Sorting Defective Parts PLC Logic

Advanced PLC Programming for Defective Parts Sorting

DeMorgan's Theorems

DeMorgan’s Theorems using Ladder Diagram

More Articles

DCS Vs PLC

Difference between DCS & PLC Systems

Modern Instrumentation and Control Systems

Migrate From Obsolete to Modern Instrumentation and Control Systems

Electrical Machines Questions and Answers

Induction Machines Circle Diagrams

Permit to Work System Online Test

Permit to Work System Online Test

Current Transformer Operation

Current Transformer Selection, Operation & Maintenance

Control Systems Stability and Algebraic Criteria

Necessary Conditions for Stability & Non-Linear Systems

Lights with Adjustable Timers PLC Programming

Flip-Flop PLC Programming: Lights with Adjustable Timers

Rotary Drier Shell to Split Gear drive

Rotary Drier Shell to Split Gear drive eliminates too frequent drive failures

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?