AutomationControlElectrical DesignElectrical WiringHow ToMotorsPLCProtection

Star – Delta Motor Control Circuit Using Omron PLC ZEN Programming Relay

How to Wire Automatic Star – Delta Control Circuit For Motors Using Omron ZEN Programming Relay?

Star Delta Control is a widely used technique for reducing the starting current of a three-phase induction motor. This technique involves connecting the motor in a star connection during the starting process and then switching to a delta connection once the motor has reached full speed. In this article, we will discuss how to implement a Star Delta Control using Omron PLC ZEN Programming Relay.

In the following post, we will show how to run and control a three phase induction motor using star delta starter using the ZEN programmable Relay. (We have used 10C1AR-A-V2 (100-230V AC) relay in this tutorial).

Related Posts:

Hardware & Components Required

The following hardware components are required to implement the automatic star-delta starter:

Power, Wiring & Ladder Control Diagrams

Wiring Diagram

Click image to enlarge

Star Delta Motor Control Circuit using Omron PLC ZEN Programming Relay

In the above wiring diagram,

  • Contactor KM1 is used as main contactor to switch from star in the initial stage to the delta for safe operation.
  • Contactor KM2 is used to run the motor in delta configuration
  • Contactor KM1 is used to run the motor in star configuration.

Power Diagram

Power Circuit Diagram of Automatic Star - Delta Starter for Three Phase Motor

Ladder Control Diagram

Ladder Diagram of Star Delta Starter using PLC

Related Posts:

Programming Steps

To create a Star Delta Motor Control Circuit using Omron PLC Zen Programming Relay, you can follow these steps:

Step 1: Create a New Project

Create a new project in Omron’s CX-Programmer software (or (ZEN-SOFT01-V4) and select the appropriate PLC model. Once the project is created, create a new ladder diagram program.

Step 2: Create the Control Section

The control section is responsible for controlling the switching between the star and delta configurations. In this section, a timer (based on PLC) is used to delay the switching from the star to the delta configuration. This delay allows the motor to reach full speed before the circuit switches to the delta configuration. To create the control section, follow these steps:

  • Create a timer function block.
  • Set the timer value to the required delay time.
  • Connect the output of the timer to a contactor & relay function block.
  • Set the relay function block to activate the delta contactor.

Step 3: Create the Star Section

The star section (magnetic contactor KM3) is responsible for connecting the motor in a star configuration. In this section, three contactors and relays function blocks are used to connect the motor to the power supply. Each relay function block is responsible for connecting one phase of the motor to the supply. A fourth relay function block is used to connect the neutral wire to the supply. To create the star section, follow these steps:

  • Create three relay function blocks.
  • Connect the outputs of the relay function blocks to the contactors.
  • Set the relay function blocks to activate the contactors.
  • Create a fourth relay function block.
  • Connect the output of the fourth relay function block to the neutral contactor.
  • Set the fourth relay function block to activate the neutral contactor.

Step 4: Create the Delta Section

The delta section is responsible for connecting the motor in a delta configuration. In this section, three relay function blocks are used to connect the motor to the power supply. Each relay function block is responsible for connecting two phases of the motor to the supply. To create the delta section, follow these steps:

  • Create three relay function blocks.
  • Connect the outputs of the relay function blocks to the contactors.
  • Set the relay function blocks to activate the contactors.

Step 5: Create the Main Program

The main program is responsible for calling the control section, the star section, and the delta section. It also sets the initial state of the relays to ensure that the motor starts in the star configuration. To create the main program, follow these steps:

  • Create a main program.
  • Call the control section.
  • Call the star section.
  • Set the initial state of the star relays to activate.
  • Call the delta section.
  • Set the initial state of the delta relays to deactivate.

Once you have completed the programming, you can download the program to the Omron PLC Zen Programming Relay and connect it to your motor to control its operation. It is important to ensure that all wiring and connections are correct and properly insulated to prevent accidents or damage to the motor or PLC.

Disclaimer: The typical circuit diagram and control program logic shown above are provided for illustration, reference, and educational purposes only. The live circuit may be expanded with additional modifications, such as interlocks, safety devices, or other applications, as per the circuit’s requirements.

Related Power & Control Wiring Diagrams for Motors

Electrical Technology

All about Electrical and Electronic Engineering & Technology. Join us on WhatsApp at Electrical Technology Official Channel, to receive the latest content, articles, and updates. You can also like and follow our social media networks below, or subscribe with your email to receive premium engineering articles in your mailbox.

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button