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 Starter using Functional Block Diagram
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 Star Delta Starter using Functional Block Diagram

PLC Program for Star Delta Starter using Functional Block Diagram

Learn how to program a star delta starter in PLC and safely start and stop motors with control over the starting current.

Last updated: January 7, 2025 9:39 pm
Viral Nagda
PLC Tutorials
No Comments
Share
6 Min Read
SHARE

When working with electrical motors, starters are a very important term to understand and work on. Because no motor theory is complete without a starter. As the name implies, a starter is an electrical circuit that is responsible for starting and stopping the motor in various circumstances and conditions.

Contents
What is a motor starter?What is a star delta starter?PLC program for star delta starter

One of the most used and basic starters in electrical engineering is the star delta. PLC programs are also written by programmers to enable the motor to work in star delta conditions. In this post, we will see how to program a star delta starter in PLC using functional block diagram language.

What is a motor starter?

A motor starter is a circuit that safely starts and stops the motor keeping the starting current under control. If a starter is not present, and the motor is started, a very high current will be required to move the load by generating the required torque. This current is much higher than the full load current of the motor. Such high currents for a long time duration can damage the motor windings.

So, a motor starter will start the motor at a reduced voltage. Then, it will gradually start to increase the voltage, this gradually increasing speed. This will keep the torque under control and also keep the motor windings safe to operate. There are many types of motor starters like DOL, RDOL, star delta, soft starter, VFD, etc. Each of these work in different conditions and have their own set of advantages and disadvantages.

What is a star delta starter?

In a star delta starter, the motor is started in star connection for a certain time (mostly 5 seconds) and then runs with full load current in delta connection. In star connection, the motor takes only 1/3rd of the full load current. Due to this, the initial torque is low and the motor runs at a slow speed for 5 seconds.

After this time, the motor is switched to a delta connection, where the motor consumes full load current to attain the required torque and move the load. This gives very little electrical stress on the motor (as the winding is star-connected, the voltage across each phase is only 1/3rd of the total voltage). Refer to the article listed for more details.

PLC program for star delta starter

Let us understand the case first. A star delta starter has three electrical contactors – main, star, and delta. When the motor is started, the main contactor turns on and simultaneously, the star contactor turns on. Due to this, the motor is electrically connected to the star connection. The timer too starts when the star contactor turns on.

After 5 seconds, the delta contactor turns on and the star contactor turns off.  Due to this, the motor is electrically connected to the delta connection. The main contactor does not turn off; it turns off only when the motor is stopped. When the motor is stopped, all the three contactors remain off at the same time.

Now, we will write a PLC program for this. We will use Studio 5000 software and functional block diagram language. Following are the PLC inputs – start PB and stop PB. Following are the PLC outputs – main contactor, star contactor, and delta contactor. Refer to the below image for the logic written.

PLC Program for Star Delta Starter using Functional Block Diagram

Refer to the below image. We will first turn on the main contactor (shown in blue lines). We use the SETD block here. In this block, there are two inputs – set and reset. If the set bit is high, then the output is set. If the reset bit is high, then the output is reset, on the condition that the set input is not high.

It means set input is given priority over reset input. So, when the start button is pressed, the output turns on. When the stop button is pressed, the output turns off. All the outputs turn off as they all are linked with this single output.

SETD block

Once the main contactor is on, we turn the star contactor on (shown in blue lines). Refer to the below image. It turns on when the main contactor is on and the timer of 5 seconds has not elapsed. Once the timer elapses, the output will turn off.

star delta starter function block

Once the main contactor is on, we also turn the timer on for the delta contactor (shown in blue lines). Refer to the below image. It turns on when the main contactor is on and the timer of 5 seconds has elapsed. Once the timer elapses, the output will turn on.

Function Block of Star Delta

In this way, we saw how to write a PLC program for star delta starters using a functional block diagram.

Read Next:

  • Star Delta Starter Circuit, Advantages, Disadvantages
  • Delta HMI and VFD Control with Modbus
  • Difference between Soft Starter and VFD
  • How to Run Multiple Motors with a Single VFD?
  • VFD Engineer Roles – Installation and Commissioning

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

Types of Cables used in Industrial Automation
PID Simulator Download
Communication between Wincc and Tia Portal
Intrinsically Safe Barriers Questions and Answers
1 to 8 Demultiplexer PLC ladder diagram
Rules for Writing SCL Language in Tia Portal
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

Understanding Braking Theory in VFD
Working Principle of Single Phase Preventer Relay
Automatic Box Filling System using PLC Programming
#6 PLC Best Practices – Validate Timers and Counters
Emergency Stop Switch Spurious Trip
Distributed Control System Interview Questions
What are High-Speed Counters and Fast Counters in PLC?
PLC Logic GATE Program

Keep Learning

PLC Program using Bitwise Instructions

Allen Bradley Bitwise Logical Operations

Move function block

Move Instruction in Tia Portal

Automatic Coffee Machine

Automatic Coffee Vending Machine – PLC Logic Programming

PLC Conversion Program

How to use Converters in PLC

How Could FB and FC Make Me Professional PLC Programmer

How Could FB and FC Make Me Professional PLC Programmer?

PLC Programming Limit Switch

PLC Programming Example using Limit Switch

Add an alarm display to the graphics.

How to Configure an Alarm in InTouch SCADA?

Complementary Split Range Control

What is Complementary Split Range Control (CSRC)?

Learn More

Temperature and Humidity Objective Questions

Temperature and Humidity Objective Questions

Purpose of End of Line (EOL) Resistor in Fire & Gas System ?

Why we use End of Line (EOL) Resistor in Fire and Gas System ?

Electrical Machines Objective Questions

Electrical Machines MCQ Series 17

PLC Water Project

Smart Spray System using Wecon PLC

Closed tank DP Level Transmitter with wet leg elevation zero remote mount Calibration

Closed tank DP Level Transmitter with wet leg elevation zero remote mount Calibration

Difference Between Wifi and Industrial Wireless

Difference Between Wifi and Industrial Wireless

Process-Variable-to-Percentage-Conversion

Formula for Process Variable to Percentage Conversion

Zigzag Transformers Theory

Zigzag Transformers Theory

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?