In modern industrial automation, star-delta control is one of the most essential motor starting methods. It reduces the inrush current during motor startup and protects the system from mechanical stress. Today, we’ll guide you through how to program the star-delta control of a PLC – step by step. Whether you’re using Siemens, Mitsubishi, Delta, Omron, or Allen-Bradley PLC software, this guide will help you build, simulate, and test your program efficiently.
The star-delta starter is used to start a three-phase induction motor smoothly by initially connecting the motor windings in a star configuration, then switching to a delta configuration after a preset time.
When implemented using a PLC (Programmable Logic Controller), the process becomes automated, flexible, and safer. The PLC handles all timing, switching, and interlocking logic, reducing the need for manual control or hardwiring.
With PLC-based control, you can:
At PLCUnlock.com, you can download unlocked PLC and HMI software from top brands like Siemens, Mitsubishi, Delta, Omron, and Allen-Bradley to practice or deploy real-world star-delta control projects.
Let’s break down the sequence of operations:
This is the standard sequence used in most industries – from automotive plants to textile mills – to control heavy motors efficiently.
Before programming, make sure you have the following hardware and software ready:
Depending on your PLC brand, download the suitable software from PLCUnlock.com:
All these programs are available in unlocked versions to make your automation journey seamless.
Let’s look at the programming logic step by step. We’ll describe it in a way that works for any brand of PLC software.
| Symbol | Description | Type |
| I0.0 | Start Push Button | Input |
| I0.1 | Stop Push Button | Input |
| Q0.0 | Main Contactor (KM1) | Output |
| Q0.1 | Star Contactor (KM2) | Output |
| Q0.2 | Delta Contactor (KM3) | Output |
| T1 | Timer (Star to Delta Delay) | Internal |
When you press Start (I0.0), it should latch the circuit so that the motor remains ON even after releasing the button.
You can do this by using a SET/RESET instruction or a self-holding contact depending on your PLC software.
After latching, the PLC energizes Q0.0 (Main) and Q0.1 (Star).
When Star contactor is ON, the Timer (T1) should also start counting.
The timer defines how long the motor should run in Star mode before switching to Delta.
For example, set T1 = 10 seconds.
In Siemens software (MicroWIN), you can use TON (On-delay Timer) for this.
After the timer completes, Star contactor (Q0.1) de-energizes and Delta contactor (Q0.2) energizes.
Make sure to include an interlocking condition so both star and delta contactors cannot turn ON at the same time – this protects your motor and PLC outputs.
When Stop (I0.1) is pressed, all outputs (Q0.0, Q0.1, Q0.2) must turn OFF immediately.
This ensures a safe and complete motor stop.
Before downloading to your PLC, simulate the logic using your PLC programming software:
Simulation allows you to troubleshoot your logic before connecting to real hardware.
You can enhance your system by connecting an HMI (Human Machine Interface). With HMI software like Pro-face GP-Pro EX or Weintek EasyBuilder Pro, you can display:
This makes your system more interactive and professional.
Download HMI software from:
If you want to practice PLC programming or create professional automation projects, you’ll need access to full-version software.
At PLCUnlock.com, we offer:
All versions are fully unlocked, easy to install, and ready for both learning and industrial use.
Programming a Star-Delta control using a PLC is one of the most important foundational exercises in industrial automation. It teaches you logic design, timer management, and safety interlocking – essential skills for any automation engineer.
By using brand-specific software such as Siemens, Mitsubishi, Delta, Omron, or Allen-Bradley, you can implement, test, and improve your control systems with confidence.
Visit PLCUnlock.com today to download any PLC or HMI software you need – all in one trusted platform. Whether you’re a student, technician, or automation professional, our tools and resources will help you unlock your potential in PLC programming.
Enhance your learning with these guides and tools available on our site: