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 Program for Motor Starter
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 Program for Motor Starter

PLC Program for Motor Starter

Last updated: March 4, 2021 4:36 pm
Editorial Staff
PLC Tutorials
Share
5 Min Read
SHARE

PLC tutorial explaining step by step procedure to program PLC for motor starter.

Contents
Motor Electrical Schematic :Ladder diagram for Motor starter :

Motor starters are of many types however the scope of this PLC tutorial is confined to simple motor starter.

It should have the following provisions.

  • Push button to start the motor : The motor should continue to rotate even when the push button is released.
  • Stop Push button to halt the motor after it started.
  • Over current protection : In case of over load, the motor should stop automatically by the signal coming from contactors of overload relay.
  • Limit switch : It should prevent the motor from starting and can also stop the running motor.
  • The motor starter should also have indicator (Lights) to show ON or OFF status of motor.

Motor Electrical Schematic :

PLC Ladder Logic for Motor Control

The above figure shows the physical layout of motor starter however this would be designed through ladder logic in this PLC tutorial.

Above figure does not show limit switch because it depends on external interlock like say level switch, flow switch, pressure switch etc… depending on application. if interlock not required then simply remove the symbol from the diagram and connect with simple wire.

Ladder diagram for Motor starter :

Following figure shows the ladder diagram for motor starter.

PLC Program for Motor Starter

Start Button I1 :

Normally open contact (Make contact) is used because the motor should only start when the button is pressed.

Stop Button I2 :

Normally close (break contact) contact is used because the button should normally be closed or high so that the motor keeps on running. It should open when the button is pressed. It is opposite to start push button.

Overload relay I3 :

In normal condition, this relay should allow the motor to rotate so normally close contact is selected for it. In case of overload it will stop the motor by opening its contact.

Limit switch I4 :

The motor should only rotate when the limit switch is closed therefore normally open contact is used.

Output Q1, Q2, Q3 :

Relay coil Q1, Q2 and Q3 represent motor output, motor indication ON and indication OFF respectively.

ON indicator gets input from normally open input which depends upon output Q1. OFF indicator is fed by normally close input which depends upon output Q2.

Input Q1 ( for continuous rotation):

Since it is required that once push button is pressed, motor should run continuously even if the push button is released.

To achieve this part, an input Q1 (normally open) is used and connected in parallel with I1. This input depends upon output Q1.

When output is high, input Q1 is also high. Since input Q1 provides parallel path with I1, so if any of them is to be high, motor will run (if other conditions are also satisfied).

Start button (Normally open), stop button (Normally close), overload relay (Normally close) and limit switch (Normally open) are connected in series. So motor will run if start button is pushed, stop button is not pressed, overload relay is not picked and limit switch is closed.

Note : This post for educational or reference purpose only. For a live  circuit, there will be some additions to the above circuit like safety related, as per application, some interlocks etc.

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

Compare DCS, PLC, and RTU

PLC Analog I/O Problems

PLC Problems Troubleshooting

Sinking and Sourcing Explanation

PLC Program Backup procedure

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

What are Analog Inputs? – Analog Signals Processing in PLC
Timers in Codesys – Timer ON, Timer OFF, Pulse Timer
Cybersecurity in PLC
Data Handling Instructions in PLC Programming
PLC Pump Permissive Interlocks
How to Check Address Overlapping in Tia Portal?
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

Contactor – Basics, Wiring, Connection with PLC
Modbus Communication between Delta PLC with VFD
Programmable Logic Controller Quiz
PLC Analog I/O Potential Problems – Troubleshooting & Issues
Programming and Tuning PID Controller in PLC – Siemens TIA Portal
PLC Based Industrial Conveyor Ladder Logic
PLC Mixing Logic in Liquids on EcoStruxure Machine Expert-Basic
Automatic Bottle Filling System using PLC

Keep Learning

Electrical Circuit Breaker Quiz

100 Electrical Circuit Breaker Quiz

PLC XOR LOGIC with Ladder Diagram

PLC Logic Functions

Sharing data between two PLC systems

Distributed IO Sharing Between PLC Systems – Technical Insights

PLC Fault Diagnosis - PLC Training Documents

PLC Fault Diagnosis – PLC Training Documents

Multiple Pumps Control using PLC

Multiple Pumps Control using PLC

PLC Example on Manufacturing Line Assembly

PLC Example on Manufacturing Line Assembly

Speed Control of Pneumatic Cylinder (Explanation with PLC)

Speed Control of Pneumatic Cylinder (Explanation with PLC)

Allen Bradley PLC ControlLogix Hardware

Allen Bradley PLC ControlLogix Hardware

Learn More

Power Electronics Objective Questions

Single Phase VSI Objective Questions

calibrating low-pressure instrument

Simulate Different Values for Pressure Instrument Under Test

Bottle’s Capping with Rotating Mechanism

PLC FBD Program for Bottle’s Capping with Rotating Mechanism

Direct Acting Actuators

Effect of Differential Pressure on Control Valve Lift

Lime Slaker

Advancements in Lime Slaking Technology: What’s New And What’s Next

Advances in Control System

Neural Networks

Scaling Sensor Output to Engineering Units

Scaling Sensor Output to Engineering Units

Automobile Engineering Projects

220+ Automobile Engineering Projects

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?