PLC Tutorials

Concept of Latching in PLC

Explain the Concept of Latching in PLC using relevant example.  Draw a Ladder Logic to control a bulb using push buttons in PLC with latching.

  • I0.0 : START (ON) push button.
  • I0.1 :  STOP (OFF) push button.
  • Q0.0 : output energize coil.
  • Q0.0 (CONTACT) : latch of output coil Q0.0

Concept of Latching in PLC

As soon as start push button is pressed, the contact I0.0 (N-O) becomes N-C . As the N-O contact I0.1 is already becomes the N-C (because of the normally closed push button in physical connections), the rung goes true and the coil(bulb) Q0.0 becomes energized.

Now, if the start push button is released then also the bulb will remain ON (here comes the concept of latching).

As soon as the coil Q0.0 gets energized, the latched contact of this coil which is represented as Q0.0 (N-O) becomes  N-C  and the logic will pass through this rung and remains the bulb ON even if the start push button is released.

If we want to switch OFF the bulb ,we simply have to press the stop push button .Due to pressing of stop push button the contact I0.1 becomes N-O (normally open) and rung logic goes  false, which in turn de-energizes the coil Q0.0 and switches OFF the bulb.

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.

Light ON OFF Control using PLC

What is Motor Jogging ?

ON Delay Timer using PLC

PLC Motor Control Logic

Applications of SCADA

You've successfully subscribed !
Share

Recent Articles

  • PLC Tutorials

From Boolean Algebra to PLC Logic

In this article, a simple example will teach you the conversion from Boolean algebra to…

1 month ago
  • PLC Tutorials

PLC Cooking Timer Example for Kitchen Automation

In this article, you will learn the PLC cooking timer example for kitchen automation using…

3 weeks ago
  • PLC Tutorials

Example PLC Program to Control a Pump based on Level Sensors

Learn an example PLC program to control a pump based on level sensors using ladder…

3 weeks ago
  • PLC Tutorials

PLC Timer Application in Security Camera Recording

In the PLC timer application for security camera recording, when motion is detected then camera…

3 weeks ago
  • PLC Tutorials

Batch Mixing with PLC Ladder Logic Program

In this example, we will learn batch mixing with PLC ladder logic program using timer…

2 weeks ago
  • PLC Tutorials

PLC Example on Manufacturing Line Assembly

This PLC example on manufacturing line assembly is an intermediate-level PLC program prepared for the…

3 weeks ago