Water tank level control system

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
TheRedDevil18
Messages
406
Reaction score
2
I have a project to build a water level control system. Basically I will have two sensor probes one connected near the bottom and the other near the top. When the water level goes below the bottom sensor it will trigger a pump to pump water back into the tank until it reaches the top sensor. That's the basic idea. I have looked at some schematics online and basically to design the trigger I could use:

1) Logic gate
2) 555 timer in bistable mode
3) Comparator with JK flip flop

What would be the best approach ?, like in terms of less power and components needed
 
Engineering news on Phys.org
anorlunda said:
Relays or limit switches are the traditional way to do that. You can handle a lot more power with a relay than with most logic gates.

Yes, I am going to use a relay to control the pump. The system that triggers the relay based on the water level is what I am trying to design
 
TheRedDevil18 said:
I have a project to build a water level control system. Basically I will have two sensor probes one connected near the bottom and the other near the top. When the water level goes below the bottom sensor it will trigger a pump to pump water back into the tank until it reaches the top sensor. That's the basic idea.
I created such a system many years ago (≈1978). It turned out that the hardest part was finding a reliable water level sensor. A magnetic sensor does not work and a capacitive sensor detected "water" as long as just one drop of water clung to the sensor. I ended up using a pressure transducer...
 
  • Like
Likes   Reactions: Jeff Rosenbury
You might think about how this problem has already been solved. The water in a toilet tank does the same thing. It's reliable, mass produced, and cheap. A standard well pump shares the same characteristics. It provides pressure to run the toilet valve.

If you need something bigger, I like Svein's pressure transducer. Electricity and water don't play well together.

Another option would be a sonar range detector (like used in robotics) mounted on the top of the tank facing down.

You might want a back up shut off system using a different technique. This could reduce the chance of accidental overflow.

You might also check with the materials and chemical engineering forum. Chemical Engineers use lots of tanks for reactions and stuff. They might know some tricks.