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

Multi-Motor Control with PLC: An Example of Switch-Based Logic Programming

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 !

Continue Reading

Complete PLC Project: Traffic Light Auto and Manual Automation
Feedback Monitoring in Safety PLC
Demo of a SCADA Software – Level Control System
PLC Memory Mapping and I/O addressing
Machine Indicator Lights: PLC Programming Solution
PLC Math instructions
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
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

PLC Hoist Crane Programming: Example using Schneider
How to Select a SCADA for New PLC Project?
How to Read an Electrical Wiring Diagram?
PLC Ladder Logic for Opposite Acting Control Valves Application
Create PLC Program based on Logic Circuit
What is Namur Digital Input Card?
#11 PLC Best Practices – Instrument for Plausibility Checks
PID in Siemens TIA Portal

Keep Learning

Difference Between Industrial Computer and Normal Computer

Difference Between Industrial Computer (IPC) and Normal Computer (PC)

Why Baud Rate is Important in Modbus Network

Why Baud Rate is Important in Modbus Network?

Safety PLC Programming steps

Safety Door Interlock PLC Program

Pneumatic valve operation in sequence mode

Sequential PLC Programming for the Pneumatic Valves

Reset Logic for pump Run Hours

PLC Program to Count Running Hours of any Equipment

Create Ladder Diagram from Boolean Logic

Create Ladder Diagram from Boolean Logic

Basics of Sinking and Sourcing

Basics of Sinking and Sourcing – Automation System MCQ

How to Filter Digital and Analog Inputs in a PLC

#7 PLC Best Practices – Validate and Alert for Paired Inputs/Outputs

Learn More

Valve Interlock

Valve Interlock

Analyzer chopper wheel

NDIR Analyzer Filter Cells

Relay Circuit for Hooter with Reset Button

Relay Latching Circuit using Push Button

EPC Questions and Answers

EPC Questions and Answers

How Twisted Wire Cables Eliminates Noise Voltage

Inductive Coupling Effects

Optical power loss testing

Fiber Optic Cable Testing

SCADA Features

Features of SCADA

300 Power Electronics Projects - Top Electrical Major Project Titles

300 Power Electronics Projects – Top Electrical Major Project Titles

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?