Lesson#7 Simple DOL Direct Online Starter Logic to Control Motor

Overview

๐Ÿ’ป Ladder Logic Programming

Inputs and Outputs

  • Inputs:

    • I0.0: Start Button

    • I0.1: Stop Button

    • I0.2: Overload Relay (OLR)

  • Outputs:

    • Q0.0: Contactor Coil (Motor)

Ladder Diagram

  1. Rung 1: Start/Stop Logic

    • Series connection of I0.0 (Start), I0.1 (Stop), and I0.2 (OLR) contacts.

    • Output coil Q0.0 energizes the contactor.

  2. Rung 2: Holding Circuit

    • Parallel connection of Q0.0 contact with I0.0 (Start) to maintain contactor coil energization after the start button is released.

For a visual representation and simulation, you can refer to the following resource:


๐Ÿงช Testing and Simulation

Before deploying the program to the physical PLC, it's advisable to test the logic using a simulator:

  • PLCSIM: Siemens' PLCSIM allows you to simulate the PLC program without hardware.

  • SELPRO: A third-party simulator compatible with Siemens PLCs.

These tools help in verifying the logic and troubleshooting any issues.


๐Ÿ“š Additional Resources

For a comprehensive understanding and advanced topics like Star-Delta starters, consider the following course:

  • Star-Delta Starter PLC Programming: Basics to Advanced by PLC Programming Tutorials Tips and Tricks

This course covers:

  • Star-Delta starter fundamentals and wiring techniques.

  • Configuring PLC hardware using SIMATIC Manager.

  • Programming and troubleshooting Star-Delta starters in SIMATIC Manager.


If you need further assistance with specific aspects like HMI integration, SCADA communication, or advanced motor control techniques, feel free to ask!