Circuit Basics

Upper and Lower Limit Circuit Basics: Stop Overtravel with Limit Switches

Upper and lower limit circuits stop a moving mechanism before it goes too far. This guide explains the basic role of limit switches, movement direction, ladder logic, and field checks.

  • Understand how upper and lower limit switches stop overtravel.
  • Connect limit switches with up/down or forward/reverse movement.
  • Check sensors, wiring, PLC inputs, and output conditions calmly.

Good for

  • Beginners learning how limit switches are used in motion circuits.
  • People who want to understand upper and lower stop conditions.
  • Field workers checking LS input, movement direction, and overtravel prevention.

Not the first topic if

  • You have not learned basic input and output circuits yet.
  • The equipment uses safety-rated limit switches or safety controllers.
  • You need manufacturer-specific servo, inverter, or motion control details.

Main conclusion

  • The upper limit stops further upward or forward movement.
  • The lower limit stops further downward or reverse movement.
  • Limit input, direction command, and interlock logic must be checked together.

Quick navigation

What is an upper and lower limit circuit?

It is a basic protection circuit that prevents a moving part from going beyond its allowed range.

An upper and lower limit circuit uses limit switches to stop movement at the end positions. In vertical movement, the upper limit stops upward movement and the lower limit stops downward movement.

The same idea is also used for forward and reverse movement. One limit switch blocks further movement in one direction, while allowing movement back in the opposite direction.

Overview of upper and lower limit switches stopping overtravel
Limit switches define the allowed travel range and stop the mechanism before it goes too far.
Senior technician character
Senior

Think of the upper and lower limits as the end points of safe travel. They do not just detect position; they are also used to prevent movement in the wrong direction.

Junior technician character
Junior

So if the upper limit is already ON, I should not allow the machine to move farther upward, but moving downward may still be allowed.

Limit switches are not always safety devices

Some limit switches are used for normal control, while safety-related stopping may require safety-rated devices and circuits. Always follow the actual machine documentation and site rules.

Limit switch flow

Each limit switch usually blocks movement farther into that limit, while allowing movement away from it.

When the moving part reaches the upper limit, the upper direction should stop. The reverse direction may still be allowed so the mechanism can move away from the limit.

Limit switch flow showing upper limit blocks upward movement and lower limit blocks downward movement
The important point is direction. A limit usually blocks movement farther into the end position, not every movement.
Position condition Movement to stop Movement often allowed Field image
Upper limit reached Upward or forward movement Downward or reverse movement Move away from the upper end position.
Lower limit reached Downward or reverse movement Upward or forward movement Move away from the lower end position.

Beginner takeaway

Do not read a limit switch as simply “stop everything.” Read it together with the direction command.

Basic ladder logic idea

A limit switch is often placed as a condition that prevents output in one movement direction.

In ladder logic, an upper limit condition may be inserted into the rung for the upward output. If the upper limit is active, the upward output is blocked.

The lower limit condition is used in the opposite direction. If the lower limit is active, the downward output is blocked.

Basic ladder logic idea for upper and lower limit circuits
The direction command, limit switch input, and output coil are read together in the ladder.

Contact type depends on the design

Some circuits use normally closed limit switch contacts for fail-safe behavior, while others use PLC input logic and internal conditions. Do not assume the contact type only from the name. Check the drawing and PLC monitor.

Relationship with interlocks

Upper and lower limits are often part of the interlock conditions for movement outputs.

An interlock prevents an unsafe or conflicting operation. In a movement circuit, the limit switch can be one of the conditions that prevents a direction output.

For example, an upward command may require “not at upper limit” and “no stop condition” before the output turns ON.

Item Basic role How to read it
Direction command Requests upward, downward, forward, or reverse movement. Check whether the operator, PLC step, or auto sequence is requesting movement.
Limit switch Detects that an end position has been reached. Check whether that end position should block the requested direction.
Interlock Combines permission and stop conditions. Check all blocking conditions, not only the limit switch.

Read from the output backward

When an output does not turn ON, trace backward from the output coil and check which condition is blocking it.

Field checks when the machine does not move

Check the command, limit switch input, interlock conditions, output, wiring, and device side in order.

Field checks for upper and lower limit circuits including command limit switch input output and device side
A limit circuit problem may be caused by the actual end position, a stuck switch, wiring, input logic, or another interlock.

1. Movement command

Confirm whether the PLC or operator is actually requesting upward, downward, forward, or reverse movement.

2. Limit switch input

Check the PLC input monitor for the upper and lower limit switches.

3. Physical switch state

Check whether the switch is actually pressed, stuck, misaligned, or damaged.

4. Interlock logic

Check other stop, alarm, mode, permission, and safety-related conditions.

5. Output and wiring

Confirm the output coil, output terminal, relay, valve, motor starter, and common wiring.

6. Mechanical side

Check whether the mechanism is jammed, overloaded, or already at the end of travel.

Do not bypass a limit switch casually

A limit switch may be preventing overtravel or damage. Bypassing it without understanding the machine condition can cause collision, equipment damage, or a hazardous situation.

Summary

An upper and lower limit circuit prevents a moving part from going beyond its allowed range. The upper limit blocks movement farther upward or forward, and the lower limit blocks movement farther downward or reverse.

In the field, read the limit switch together with the movement direction. The same limit input may block one direction while allowing the opposite direction so the machine can move away from the limit.

Final takeaway

Limit circuits are not just input checks. They are direction-based stop conditions. Always read command, limit input, interlock, output, and mechanical position as one set.

Read these next to connect limit circuits with basic ladder logic and movement control.