Float Switch (Level Switch)
A buoyancy-driven switch that opens or closes when liquid level rises to or falls from a set point.
01 / Recognize it
What this sensor looks like
Learn the housing, active face, mounting, and connector before you meet it on a machine.

Hardware recognition
Know what to look for
Use the silhouette, active face, and connection style to identify the device before checking its part number and datasheet.
- Body and mounting
- A buoyant float moves on a stem, hinge, or tether inside the vessel.
- Active face
- The float position—not an exposed electronic face—follows the liquid surface.
- Cable and terminals
- Two or three conductors leave through a sealed tank fitting.
02 / Understand the principle
Watch cause become a PLC signal
Follow the physical event through the sensing element and into the exact controller value.
Signal story / live loop
Float Switch (Level Switch): cause to controller
Now showingPhysical event
Liquid lifts the float → Reed contact changes → %I0.4 = 1
03 / Test and commission it
Commission it on the bench
Move the process, adjust the setpoint, invert the logic and inject faults. Watch the PLC value respond immediately.
Commissioning bench
Float Switch (Level Switch)
PLC channel
%I0.4
RAW 0
Engineering value
35 %
High level
Channel healthy
Signal is inside the expected operating range
Commissioning note: Verify the float cannot foul on the tank wall, pipework, or product buildup.
Field guide
A float switch is one of the simplest level-detection devices. A buoyant float attached to a lever arm (or a reed switch inside the float itself) rises and falls with the liquid surface. When the float reaches the trip point, it mechanically actuates a set of electrical contacts.
Side-mounted vertical float switches use a single float on a pivot. When the liquid rises above the set point, the float tips the lever and the contact state changes. Cable-style floats use a weight to set the switch point — as liquid rises, the float tilts to one side, closing or opening a mercury tilt switch or reed contact inside.
Most float switches are rated for general liquids. Caustic, viscous, or high-temperature fluids require special materials: polypropylene floats for acids, stainless steel for hot water or steam, PVDF for aggressive chemicals.
Wiring convention follows limit switch practice. NC wiring on a high-level float means the PLC sees a de-energised input as a fault (wire broken = alert), making it safer for critical overflow prevention. NO wiring is common for pump-start signals where the loss of signal simply stops the pump.
For continuous level measurement rather than point detection, a pressure transmitter or ultrasonic sensor is a better choice. Float switches excel at simple high/low setpoint logic where cost and simplicity matter more than precision.
Use this when…
- Stopping a fill pump when a tank reaches high level
- Starting a transfer pump when level drops to low
- Triggering an alarm when a sump overflows
Where you will see it
Wastewater lift station
Multiple float switches at different heights sequence two submersible pumps: lead pump on, lag pump on, high-level alarm.
Chemical mixing
Float switches on ingredient tanks trigger PLC batch sequences, ensuring ingredients are available before a mix cycle starts.
Next skill
Connect it to PLC logic
Unlock PLC integration challenges