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

How to Delay a Sensor Signal in PLC?
PLC FBD Program for Bottle’s Capping with Rotating Mechanism
PLC Analog Input Sampling Ladder Logic
Types of Noise in Electronics
FIFO Instruction in Allen Bradley PLC Programming
How to Insert Block Calls in SCL Language?
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share

Stay Connected

128.3kFollowersLike
69.1kFollowersFollow
210kSubscribersSubscribe
38kFollowersFollow

Categories

Explore More

How to Convert Current to Voltage using Resistor ?
Tia Portal – Optimized and Standard Data Block Access
Glass Cutting and Polishing Machine: PLC Automation Solution
Functional Block Diagram in PLC for Oil and Water Process
Tanks Draining Control in PLC using Functional Block Diagram
Free Download Programmable Logic Controller (PLC) Book
Difference Between PLC and RTU?
Software Redundancy in Siemens PLC – Hardware versus Software

Keep Learning

Mitsubishi PLC Counter Tutorial Using GX-Works2

Mitsubishi PLC Counter Tutorial Using GX-Works2

Surface Grinding Process using PLC Program

Surface Grinding Process using PLC Program

OPC Server

What is the OPC Server?

Types of PLC

Types of PLC

Learn PLC in Hindi

Learn PLC in Hindi

Upgrading and Migration of PLC Systems

Upgrading and Migration of PLC Systems

Free Omron PLC Programming Course in HINDI

Free Omron PLC Programming Course in HINDI

running two single-phase induction motors sequentially

Control Two Motors in Sequence after Time Delay – Circuit, Operation

Learn More

Digital Electronics Objective Questions

Digital Electronics Objective Questions – Set 1

Flapper nozzle system

Flapper Nozzle Questions

Electrical Machines Questions and Answers

Autotransformers

HART Multidrop Network

HART Communication Tutorial Part 2

Characteristics of Level Measurement Technologies

Identify Characteristics of Level Measurement Technologies

Python in Industrial Automation

Python in Industrial Automation and Control Systems

Advantages and Disadvantages of Pneumatic Instruments

Advantages and Disadvantages of Pneumatic Instruments

Power Electronics Objective Questions

Dual Converters Quiz

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?