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

PLC Program for Artificial Fishpond Water Level Monitoring System
Difference Between FC and FB in Tia Portal
FB Block in Siemens PLC Programming
What is a Line Choke or Reactor in a VFD?
How to use FIFO Block in TIA Portal? – Siemens PLC Programming
Difference Between SCADA and HMI
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

Machine Indicator Lights: PLC Programming Solution
Siemens TIA Portal Free Version Download
Real-Time Clock in Omron PLC? – CX Programmer
PLC Program for Water Level Control Logic
Studio 5000: Define Program or Operator Control in Functional Block Diagram
What is PID Controller?
How to Work with Delta PLC Simulator?
Programmable Logic Controller Questions and Answers

Keep Learning

Types of PLC Memory

Types of PLC Memory

Motion Detection based Street Light PLC Logic Solution

Motion Detection based Street Light: PLC Logic Solution

Types of Scan Time in a PLC

Programmable Logic Controller (PLC) Scan Time – Types, Theory

Firmware Version in Siemens PLC

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

How to Select a SCADA for New Project

How to Select a SCADA for New PLC Project?

PLC Question Bank

PLC Question Bank

PLC program for bread oven

Bread Oven Control in Auto and Manual Modes PLC Program

Function of Racks in PLC System

Function of Racks in PLC – Types of SIEMENS S7-400 PLC Racks

Learn More

Gas Turbine Generator Control System

Gas Turbine Control System

Count the Number of Cartons in a Storage Area PLC Logic

Count the Number of Cartons in a Storage Area PLC Logic

Organization block Siemens

Tia Portal – OB30 Cyclic Interrupt Organization Block

Difference Between LED and LDR

Difference Between LED and LDR

Vacuum Tubes Multiple Choice Questions and Answers

Vacuum Tubes Multiple Choice Questions and Answers

radar-level-sensor-

Non-Contacting Radar Level Transmitter Working Principle

Machine Tool and Coolant Control PLC Ladder Logic

Machine Tool and Coolant Control: PLC Ladder Logic Design

Instrument Control Package (ICP)

Package Control and Safety Systems Implementation Methods

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?