PLC Tutorials

PLC Energize or De-energize the Outputs based on Events

Write the following PLC Program to Energize or De-energize the Outputs based on Events.

A certain switch (I:1/0) is to start a process.

The process is to run for 30 seconds, stop for 10 seconds and then repeat as long switch I:1/0 remains closed.

Opening I:1/0 at any time is to reset all timers and de-energize all outputs. Output O:2/0 is to be energized during the 30s run period and output O:2/1 is to be energized during the 10s stop period.

During the run period, a single output O:2/2 is controlled by input I:1/1. If I:1/1 is open (at the beginning of the run period) O:2/2 is to be off for the first 5 seconds then on for 10 seconds.

If I:1/1 is closed (at the beginning of the run period) O:2/2 is to be off for the first 10 seconds then on for 15 seconds.

Changing I:1/1 after the run period has begun should not change the above sequence. Output O:2/2 is always to be off during the stop period.

PLC Energize or De-energize Outputs

PLC Energize or De-energize Outputs

You can share the detailed explanation of above PLC ladder logic with comments section.

Author: Dr. D. J. Jackson

If you liked this article, then please subscribe to our YouTube Channel for PLC and SCADA video tutorials.

You can also follow us on Facebook and Twitter to receive daily updates.

Read Next:

You've successfully subscribed !

View Comments

  • Hi, exactly what I've been searching for - Thanks.
    Is it possible to write it in STL? I struggle a bit with Ladder.

    Many Thanks.
    Tsepo

  • Hi.my name Million Haile.can you show me ladder diagram for bar soap wrapping machine

Share

Recent Articles

  • PLC Tutorials

Door Lock with Delay PLC Exercise Problems

Design a control system for automatic door lock with delay using PLC programming and motion…

4 weeks ago
  • PLC Tutorials

PLC Emergency Stop Example Program

In the PLC emergency stop example program, when the emergency button is pressed, the elevator…

6 days ago
  • Common

Pneumatic Cylinder Movement Control with Timer Circuit

This article is about controlling the double-acting pneumatic cylinder movement control with a timer circuit.

2 weeks ago
  • Instrumentation Design

Instrumentation and Electrical Teams Interactions (Detail Design Engineering)

In this article, we will review the main responsibility scopes of the instrumentation and electrical…

4 days ago
  • PLC Tutorials

Daily Alarm PLC Program using Real-Time Clock

Learn the daily alarm PLC program using real-time clock instruction as per the required timings…

5 days ago
  • PLC Tutorials

Real-Time Clock in Omron PLC? – CX Programmer

A Real-Time Clock accurately tracks time from seconds to years and stores the data in…

2 weeks ago