You might want some sort of damping on the circuit. For example, must connect in the empty position for a few seconds before it is "Empty". You don't want some bouncing on a rough field to trigger the empty signal. If you are ok with no reset of the alarm, (or a simple toggle switch that you must REMEMBER to reset before you go out in the field, then the circuit becomes really easy. A Green LED to indicate FULL would help you remember to turn on the toggle switch each tank full.Yes - there is an angle of about 60 degrees where neither blue or brown are connected to black




I should have mentioned. The pump is a mechanical PTO pump driven from the tractor gearbox.
You might want some sort of damping on the circuit. For example, must connect in the empty position for a few seconds before it is "Empty". You don't want some bouncing on a rough field to trigger the empty signal. If you are ok with no reset of the alarm, (or a simple toggle switch that you must REMEMBER to reset before you go out in the field, then the circuit becomes really easy. A Green LED to indicate FULL would help you remember to turn on the toggle switch each tank full.
Triggered for low level fluid with alarm deactivatedView attachment 90206
Triggered for low fluid level - alarm active View attachment 90207
Full fluid level View attachment 90208
Fluid in dead zone (middle 60%) View attachment 90209
I want to avoid issues with electrolysis that would occur when using probes and DC. This is why I have decided to use a float arrangement.You might want some sort of damping on the circuit. For example, must connect in the empty position for a few seconds before it is "Empty". You don't want some bouncing on a rough field to trigger the empty signal. If you are ok with no reset of the alarm, (or a simple toggle switch that you must REMEMBER to reset before you go out in the field, then the circuit becomes really easy. A Green LED to indicate FULL would help you remember to turn on the toggle switch each tank full.
Triggered for low level fluid with alarm deactivatedView attachment 90206
Triggered for low fluid level - alarm active View attachment 90207
Full fluid level View attachment 90208
Fluid in dead zone (middle 60%) View attachment 90209


Sorry - I don't quite understand. What would this do for me ? The 'float switch changeovers' would be infrequent.Connect your pin 2 and 5 to the "common" of your float switch.
Connect 1 terminal of your float switch to + Vcc (thru a resistor of , say, 10K) and the other to Ground, again thru 10 K.
This will act as an Astable, the time period dependent on the Float Switch changeovers.
Sorry for the confusion, the switch highlighted in blue is your float switch. Everything else is simple LED and 12v source outside of your tank. Of the wires exiting your float switch, the black would be on bottom of the Highlighted block, brown wire would be top right and blue wire would be top left.I want to avoid issues with electrolysis that would occur when using probes and DC. This is why I have decided to use a float arrangement.
Ok, I will avoid using the term Astable.Sorry - I don't quite understand. What would this do for me ? The 'float switch changeovers' would be infrequent.

I like it !!Here is an implementation of the state transition diagram I showed in post #10, using only two 555s. If you used a Son-alert, you could eliminate the second 555.
View attachment 90221
For the simulation, I collapse the time scale so that things that would take minutes in real time take only 1400ms. The test sequence is as follows:
Ignition is turned on at 0.1s, off at 1s, back on at 1.1s. See V(sw12V).
Tank runs out of water at 0.6s; never refilled. See V(float).
Silence button is pushed for 20ms at 0.8s and 1.2s. See V(silence).
Note that the switches utilized in the simulation are closed whenever their control voltage is >0V. That is just how LTSpice models switches. Think of V(float) and V(silence) as external influences; they are not real signals in the circuit.
The first 555 is used as the Latch. It comes up triggered when power is first applied due to R1 C1. Closing S1 clears the Latch. See V(enable).
The second 555 is used only to make the tone. Note that it can oscillate only when V(enable) is high. See V(tone).
The test sequence shows the tank running dry, tone begins, operator silences it. Tractor is parked, and restarted without refilling the tank. Alarm sounds to alert the operator that he forgot to refill the tank. He silences it to drive over to the filling station...