AutomationControlElectrical DesignElectrical WiringHow ToMotorsPLC

Sequential Motor Control Circuit Using LOGO! V8 PLC

How to Run Three Phase Motors in Sequence Using Siemens LOGO! V8 PLC?

LOGO! V8 is a programmable logic controller (PLC) manufactured by Siemens. It is widely used for automation and control applications in various industries. One common application is controlling and sequencing 3-phase motors. In this article, we will discuss the step-by-step process of running 3-phase motors in sequence using LOGO! V8 PLC.

Sequential Motor Control Circuit

A sequential motor control circuit is a circuit designed to control the operation of multiple motors in a specific sequence. It utilizes various control components such as relays, timers, and contactors to activate and deactivate the motors in a predetermined order.

The circuit ensures that the motors start and stop in a sequence, allowing for smooth operation and preventing overload or mechanical stress. Sequential motor control circuits find applications in various industrial processes, automation systems, and even in home appliances where synchronized motor operation is required.

The circuit design may vary depending on the specific requirements, but the basic principle remains the same: controlling the motors sequentially to achieve the desired operation.

Related Posts:

Hardware & Components Required

To implement the sequential motor control circuit using LOGO! 8 PLC, the following hardware components are required:

Circuit Diagrams

Wiring & Power Diagram

Click image to enlarge

Sequential Operation of 3-Φ Motors Using LOGO! V8 PLC

Control Diagram

Control Diagram of 3-Φ Motors Operation in Sequence

Ladder Logic Diagram

Auto Sequence Control of Motors Using Siemens LOGO! V8 PLC

Related Posts:

Programming the LOGO! 8 PLC for Sequential Operation

Before proceeding with the programming steps, ensure that you have the basic understanding of PLC programming concepts and LOGO! V8 software.

Step 1: Hardware Setup:

  1. Connect the LOGO! V8 PLC to the power supply and ensure that it is properly grounded.
  2. Connect the programming cable to the LOGO! V8 PLC and the other end to your computer or laptop.
  3. Connect the necessary input and output terminals of the PLC to the respective control components such as contactors and 3-phase motors (use I1, I2, I3 etc for input and Q1, Q2 Q3 for output) as shown in the power diagram.

Step 2: LOGO! Soft Comfort Software:

  1. Install the LOGO! Soft Comfort software (LOGO! 8.3) on your computer if you haven’t already. This software is used for programming the LOGO! V8 PLC.
  2. Launch the software and create a new project by selecting “New” from the “File” menu.
  3. Configure the PLC settings, such as the communication interface and address, by selecting “Device” from the menu and then “Device Configuration.”
  4. Define the inputs and outputs based on your hardware connections. For example, if you have push buttons as inputs and contactors as outputs, assign the appropriate addresses to them.

Step 3: Programming the Sequence:

  1. In the LOGO! Soft Comfort software, select “Program” from the menu and then “Function Block Editor.”
  2. Create a new function block diagram (FBD) by clicking on the respective icon.
  3. Add the necessary function blocks to the FBD editor. For running 3-phase motors in sequence, you will need timer function blocks, contactor coils, and branching blocks.
  4. Use a timer function block to set the time delay between the activation of each motor.
  5. Connect the input push buttons to the coil of the first contactor. Use a normally open (NO) contact from the first contactor to control the coil of the second contactor, and so on. This ensures that the motors are started in sequence.
  6. Use timers to introduce the desired delay between the activation of each contactor coil.
  7. Add branching blocks to create conditional statements. For example, if a stop button is pressed, the sequence should stop, and all contactor coils should be de-energized.

Note: As an example, you may design the program based on the given ladder diagram above.

Step 4: Download and Test the Program:

  1. Connect the LOGO! V8 PLC to your computer using the programming cable.
  2. Download the program to the PLC by selecting “Transfer” from the menu and then “Download.”
  3. Once the program is successfully downloaded, disconnect the programming cable from the PLC.
  4. Test the sequence by pressing the start button and observe the activation of the contactors in the desired sequence. Verify that the motors start one after another with the specified time delay.
  5. Test the stop functionality by pressing the stop button and ensuring that all motors stop running.

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 Motor Control & Power Diagrams:

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.

2 Comments

Leave a Reply

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

Back to top button