PLC Latching vs Sealing Explained Simply

RealPars
RealParsApr 6, 2026

Why It Matters

Choosing seal‑in over latching for actuators eliminates dangerous unintended starts after power outages, directly impacting operational safety and downtime costs.

Key Takeaways

  • Seal‑in circuits keep outputs running after start button release.
  • Interlocks stop sealed outputs when stop button is pressed.
  • Latching uses OTL/OTU instructions and retains state through power loss.
  • Seal‑in is non‑retentive, preventing “ghost starts” after power cycles.
  • Use latching for data flags; sealing for motors and actuators.

Summary

The video walks through two fundamental PLC techniques—seal‑in (or sealing) and output latching—used to keep an output energized after its initiating condition disappears.

A seal‑in circuit combines a permissive (the start button) with an interlock (the stop button). When the start button is pressed, the motor output turns on; releasing the button leaves the output “sealed” by a branch that bypasses the permissive, while pressing stop unseals it. Latching, by contrast, employs the Output Latch (OTL) and Output Unlatch (OTU) instructions in Studio 5000; the latch sets the output true on start and remains true until an OTU instruction clears it.

The presenter highlights a safety nuance: latching is retentive, so the output survives a power cycle, potentially causing a “ghost start.” Seal‑in circuits are non‑retentive because the Examine On instruction forces a false pre‑scan, ensuring motors stop after power loss. The “golden rule” advised is to use seal‑in for any moving equipment and reserve latching for status flags or fault memory.

Understanding the distinction prevents hazardous unintended starts and guides engineers in selecting the appropriate method for control logic, ultimately improving plant safety and reliability while informing training needs.

Original Description

▶ Want to learn industrial automation? Go here: http://realpars.com
▶ Want to train your team in industrial automation? Go here: http://realpars.com/business
▶ You can read the full post here:
⌚Timestamps:
00:00 - Intro
00:45 - Seal-In Circuit
02:45 - Output Latching
03:52 - Behavior differences
05:13 - Wrap-Up
=============================
When you are programming a PLC, you will often need to keep an output on even when the condition to turn on the output is no longer available.
There are two techniques that can be used to maintain an output in your PLC programs, which are known as sealing and latching.
In this video, you will learn an overview of these two techniques and understand why you would use one technique over another.
=============================
Learn Logix 6: Working with Bit Instructions:
Request Custom Training
Online or on-site. Built around your company’s equipment, skill gaps, and project needs.
=============================
Did you miss out on the latest and greatest? Catch up now by watching our videos right here:
=============================
Follow us on Facebook 👉 https://www.facebook.com/therealpars
Follow us on Twitter 👉 https://twitter.com/realpars
Follow us on Instagram 👉 https://www.instagram.com/realparsdotcom
#RealPars #plclatching #plcprogramming #ladderlogic

Comments

Want to join the conversation?

Loading comments...