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 Star Delta Motor Starter
Share
Notification Show More
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 Star Delta Motor Starter

PLC Program for Star Delta Motor Starter

Motor contactors are controlled by using PLC. The following section of PLC tutorial will explain the ladder programming for star delta motor starter.

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

When electric motor is started, it draws a high current typical 5-6 times greater than normal current.

Contents
Star Delta Motor StarterPLC program for star delta motor starter :PLC Ladder LogicRung 1 Main contactor :Rung 2 Star contactor:Rung 3 Delta contactor:

In DC motors there is no back emf at starting therefore initial current is very high as compared to the normal current.

To protect the motor from these high starting currents we use a star and delta starter.

Simply in Star connection, supply voltage to motor will be less. so we use star connection during starting of the motor, after motor running we will change the connection form star to delta to gain full speed of the motor.

Read Full Article : How Star – Delta Starter Works ?

Star Delta Motor Starter

The following figure shows the winding connections in star and delta configuration one by one.

Motor Winding Star and Delta Connections

It can be seen that in star connection, one end of all three windings are shorted to make star point while other end of each winding is connected to power supply.

In delta configuration, the windings are connected such that to make a close loop.

The connection of each winding is shown in above figure. In actual motor the three phase connections are provided in the following order as shown

Motor Winding Star and Delta Wiring

So in order to make winding connection in star and delta style in practical motor, the connection is shown above.

Three Phase Motor Star Delta Principle

Main contractor is used to supply power to the windings. It must be turned on all the time. Initially the star contactor is closed while delta contactor is open It makes the motor windings in star configuration.

When the motor gains speed, the star contactor is opened while delta contactor is closed turning the motor windings into delta configuration.

The contactors are controlled by using PLC. The following section of PLC tutorial will explain the ladder programming for star delta motor starter.

PLC program for star delta motor starter :

PLC program for star delta motor starter

PLC Ladder Logic

Star Delta Motor PLC Ladder Logic

Rung 1 Main contactor :

The main contactor depends upon the normally open input start push button (I1), normally closed stop button (I2) and normally closed overload relay.

It means that Main contactor will only be energized if start button is pressed, while stop is not pressed and overload relay is not activated.  A normally open input named (Q1) is added in parallel to the start button I1.

By doing so, a push button is created which means that once motor is started, it will be kept started even if start button is released

Rung 2 Star contactor:

Star contactor depends upon main contactor, normally close contacts of timer (T1), and normally close contacts of output delta contactor (Q3).

So star contactor will only be energized if main contactor is ON, time output is not activated and delta contactor is not energized.

Timer T1:

Timer T1 measures the time after which the winding connection of star delta starter is to be changed. It will start counting time after main contactor is energized.

Rung 3 Delta contactor:

Delta contactor will be energized when main contactor (Q1) is energized, timer T1 is activated and star contactor (Q3) is de-energized.

Also see Programing of push button and other requirements for simple motor starter is explained in PLC Tutorial: Motor starter

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:

PLC Sensor Scaling

Relay Noise in PLC Systems

PLC Interview Questions

Troubleshoot a PLC System

PLC Analog Wiring Techniques

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 Two Way Switch Logic
Difference between PLC and Computers
Connecting Faceplate to PLC Project – HMI Tutorial
How to Select a SCADA for New PLC Project?
DCS
How to Prevent Ground Loops in Analog Circuits?
Share This Article
Facebook Whatsapp Whatsapp LinkedIn Copy Link
Share
12 Comments
  • sunil says:
    July 12, 2017 at 12:37 pm

    useful for academic & industries for beginners.Drawings & note points understandable.

    Reply
  • shedrack mutuku says:
    July 15, 2017 at 10:49 am

    thanks for sharing.Would like to do more with you

    Reply
  • Jaleèl says:
    November 10, 2018 at 5:18 pm

    Good explanation with fig.. Thanks
    …

    Reply
    • Jerome ayadi says:
      March 14, 2021 at 10:45 pm

      Very interesting ,,,, specially like me first timer about PLC

      Reply
  • Salim says:
    February 21, 2019 at 8:18 pm

    If we use NC switch in panel for stop .we have to use no contact in ladder logic for stop. Correct me if I am wrong.

    Reply
    • Ramzi says:
      October 2, 2021 at 5:49 pm

      Yes you are right , it is all about wiring of the stop button to plc

      Reply
  • Chaiwat Tongchoi says:
    June 2, 2019 at 12:33 am

    I found somthing wrong in the article at least 2 points. One is located at the line number 4 and the figure in between paragraph 9 and 10 for the other. If thing I have found is absolutely correct, please forgive me for this.
    Regards,
    Chaiwat Tongchoi

    Reply
  • Nagnath Nawale says:
    June 25, 2019 at 2:00 pm

    excellent explanation Thanks
    …

    Reply
    • Kiki says:
      April 23, 2020 at 7:47 pm

      Hello, do you use a time on delay? If yes, a NC or NO? Thanks

      Reply
  • Jitendra marko says:
    January 16, 2020 at 9:38 pm

    VfD control wiring connection this is my help

    Reply
  • Innocent NSIZE says:
    September 8, 2020 at 8:19 pm

    thanks a lot for improving our knowledge through your website

    Reply
  • Alan Ross says:
    October 9, 2023 at 4:23 pm

    Good guidance, but for good engineering practice, the Star Contactor should be closed first, before the Main Contactor so that the Star Contactor is not making onto a live circuit.

    Reply

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

Top 100 PLC Projects List
How to Install GSD File in Step 7 PLC using Simatic Manager?
Finding the Best PLC for Your Project – Tips and Tricks
Design a PLC program for Operational Sequence of Packaging Process
Programmable Logic Controller Questions and Answers
Will PLCs become obsolete?
Problem on PLC, HMI, VFD, and Motor Circuit
System Cabinet Health Checks – PLC and DCS Industrial Automation

Keep Learning

Peripheral Inputs and Outputs in Siemens PLC

Peripheral Inputs and Outputs in Siemens PLC

Basics of PID Controllers

PID Controllers in Closed Loop Control Systems – PLC Basics

Pre-Engineering Design Documents

Industrial Automation Pre-Engineering Design Documents – Project & Process

Allen Bradley PLC Example with Sub routines

How to use Sub Routines with Allen Bradley PLC

PLC Program Example on Multiple LEDs using Set Coil

PLC Program Example on Multiple LEDs using Set Coil

PLC Program for Positive edge pulse output for one scan cycle

PLC Program for Positive Edge Pulse Output for One Scan Cycle

sinking-and-sourcing-digital-output-modules

PLC Digital Signals Wiring Techniques

Basic PLC Alarm Programming Example

Basic PLC Alarm Programming Example

Learn More

Common Cause Failure in Safety Instrumented System

Common Cause Failure – Safety Instrumented System

Overview of Resistor

The Information About Resistor Color Code You Should Know

How a Diode Works Animation

How a Gate Works ?

PLC NOR Logic

Logic Gates in PLC Ladder Logic

HVAC Refrigeration Cycle

HVAC Refrigeration Cycle

diode-clamper-circuit

Full Wave Voltage Doubler using Diodes

Example Program Logic in Allen Bradley PLC

PLC Programming Examples on Industrial Automation

Difference Between Squirrel Cage and Slip Ring Motors

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?