Control Basics

Float Switch Basics: Detecting Liquid Level for Pump Control

A float switch detects liquid level by moving with the liquid surface. In control systems, it is often used as a simple ON/OFF signal for upper level, lower level, pump start, pump stop, or alarm conditions.

  • Understand how liquid level becomes an electrical contact signal.
  • Learn upper-level and lower-level detection for pump control.
  • Check wiring, mounting, float movement, and PLC input status calmly.

Good for

  • Beginners who see float switches in tanks, sumps, or pump panels.
  • People learning how level detection becomes a PLC input.
  • Anyone who wants a practical way to check pump control problems.

Not the main focus

  • Detailed liquid level transmitter calculation.
  • Manufacturer-specific float switch wiring manuals.
  • Advanced pump control with analog level sensors.

Quick conclusion

  • A float switch is basically a level-operated ON/OFF device.
  • The key is whether the float can move freely at the target level.
  • For PLC checks, separate liquid level, contact output, wiring, and input monitor.

What you will learn

1. Basic idea: a float switch detects liquid level

Think of a float switch as a level-operated contact. When the liquid level moves, the float moves, and the output state changes.

A float switch is installed in or near a tank to detect liquid level. As the liquid rises or falls, the float moves with the surface. That movement changes an internal contact or output signal.

In many control panels, the PLC does not directly measure the liquid height. It receives a simple ON/OFF signal from the float switch and uses that signal for pump operation, alarm logic, or sequence conditions.

Simple image: Liquid level moves β†’ float moves β†’ contact changes β†’ PLC input changes.
Overview of a float switch detecting liquid level and sending an electrical signal
A float switch converts liquid level movement into an electrical signal for control circuits.
Senior character
Senior

The important point is not just β€œthere is a float.” The control system is looking for whether the contact or input changes at the expected level.

Junior character
Junior

So I should check both the real liquid level and the electrical signal, not only one side.

2. How a float switch works

The float moves with the liquid surface. That movement operates a contact or output circuit.

The exact internal structure depends on the model. Some float switches use a mechanical contact. Others use a magnetic reed switch or electronic output. The field-friendly way to understand them is the same: level movement changes the output state.

Depending on the wiring and contact type, the signal may turn ON when the float rises, or it may turn OFF when the float rises. Always confirm the contact action from the actual device marking, wiring diagram, or manual.

1. Level rises or falls

The liquid surface moves inside the tank.

2. Float moves

The float follows the liquid level and changes position.

3. Output changes

The contact or transistor output changes state.

Float switch moving with liquid level and changing output state
The float position changes according to the liquid level, and the output signal changes when the switch condition is met.

3. Upper-level and lower-level detection

Float switches are often used to detect a high level, a low level, or both.

An upper-level float switch may be used to stop filling, stop a pump, or trigger a high-level alarm. A lower-level float switch may be used to protect a pump from running dry or to start filling when the liquid level becomes low.

Detection pointCommon purposePractical check
Upper levelHigh-level alarm, fill stop, overflow prevention.Check whether the float changes state at the high level.
Lower levelLow-level alarm, pump protection, refill start.Check whether the float returns correctly when the level falls.
Two-level controlStart and stop control using high and low level points.Check both switch actions and the PLC logic together.

Field note

A float switch may be installed for alarm only, or it may be part of automatic pump control. Before troubleshooting, confirm what the switch is supposed to do in that machine.

4. Pump control example

Float switches are often used in simple pump start/stop or empty/full detection circuits.

In a common tank control example, the pump may start when the liquid level becomes high and stop when the level becomes low. In another case, the pump may stop when the tank is full. The exact logic depends on the equipment purpose.

For troubleshooting, it is useful to follow the signal path: float movement, switch contact, wiring, PLC input, then program condition.

Float switch pump control example with upper and lower level signals
A pump control circuit may use level signals to start, stop, or alarm depending on the liquid level.

Do not change pump logic casually

Float switch logic may protect pumps, tanks, products, or operators. Confirm the machine drawing and the required operation before changing wiring or PLC conditions.

5. Contact output and PLC input

For the PLC, the float switch is usually just one input signal.

The float switch may have a contact output similar to a limit switch or relay contact. In that case, the PLC input only sees ON or OFF. The real liquid level is converted into a contact state before the PLC program uses it.

The same float movement can produce different PLC input behavior depending on contact type, wiring, and program logic. This is why checking NO/NC action and input monitor status is important.

Float switch contact output connected to PLC input
The float switch output becomes an electrical input. The PLC program then uses that input as a condition.

NO or NC action

Confirm whether the contact closes or opens at the detected level.

Input monitor

Check the PLC input LED or monitor screen while moving the float safely.

Common wiring

Check the common line, input terminal, connector, and cable continuity.

Program condition

The input may be inverted or combined with other interlocks in the PLC logic.

6. Field check points

Float switch problems can come from liquid condition, mechanical movement, wiring, or PLC logic.

Before replacing the float switch, check whether the float can move freely. It may be stuck by dirt, scale, foreign material, cable routing, tank wall contact, or incorrect installation angle.

Then check the electrical side. If the switch output changes but the PLC input does not, the cause may be wiring, common, connector, input unit, or program monitoring point.

Float switch troubleshooting check flow from liquid level to PLC input
Check from the field condition to the electrical signal path: liquid level, float movement, output, wiring, and PLC input.

Safety note

Do not put your hand into tanks or loosen wiring without following site safety rules. Liquid, chemicals, moving equipment, and energized circuits can be dangerous.

7. Common troubleshooting patterns

Most float switch issues become easier when you separate the mechanical side and electrical side.

SymptomPossible causeFirst check
Input does not turn ONFloat is not moving, liquid level has not reached the switch, wiring is open, or contact type is misunderstood.Check actual liquid level, float movement, output state, and PLC monitor.
Input stays ONFloat is stuck, liquid remains at detected level, wiring is shorted, or contact is stuck.Move the float safely and see whether the output changes.
Pump does not start or stopLevel signal is missing, program condition is not satisfied, or another interlock is active.Check the float input and related permissive conditions in order.
Alarm appears even though level seems normalFloat position and visible level may not match, or the signal may not reach the PLC.Compare the actual float position, wiring, input LED, and PLC monitor.

8. Summary

A float switch is a simple device, but it is often important for pump control and level alarms.

A float switch detects liquid level by moving with the liquid surface and changing an output state. In a control system, that output is used as an input signal for pump start, pump stop, high-level alarm, low-level alarm, or sequence control.

The most important beginner point is to check both sides separately: the physical level and float movement on one side, and the electrical signal and PLC input on the other side.

Remember this

Float switch troubleshooting is not only β€œreplace the switch.” First follow the path: liquid level β†’ float movement β†’ contact output β†’ wiring β†’ PLC input β†’ program condition.

Related articles

These English articles are useful next steps after learning float switches.