Loren said:
I'm looking for something that will simply tell me if the fans are
turning. I'm not after a fancy controller, just a set of LEDs.
Basically everything I'm finding is focused on controlling the speed,
monitoring is at best a secondary thought.
Any suggestions?
If you cannot find a pre-built circuit, this is how you'd do it.
*******
If the fan has three wires (RPM output), look for simple circuits
with names such as "missing pulse detector" and using a 555 timer chip.
http://home.cogeco.ca/~rpaisley4/LM555MissingPulse1.GIF
Generally, you'd probably use two chips, one to do the basic missing
pulse or minimum frequency check, and a second chip to drive the LED.
Since the fan has to start, you also need a means to reset the circuit
for the first period of time (gate off the circuit while the fan
spins up, so the LED does not indicate falsely). An RC on a reset pin
somewhere can probably do that for you. I'd probably look for something
like a 4538 to work with (dual timer), as you can do RC tricks with them,
do AC coupling for the fan pulses, use a zener to clip off excursions
outside the logic range, and so on. The first timer does missing
pulse, and the second timer, you'd seek to catch a pulse from
the output of the first timer, and drive a LED at a constant level
with it.
http://www.jaycar.com.au/images_uploaded/CD4538BC.PDF
And this article claims to be able to do the job, using
nothing more than watching power consumption on a two wire fan.
http://www.micrel.com/_PDF/App-Notes/an-34.pdf
Another way to do it, would be with a frequency to voltage
converter. You could follow that with a simple thresholding
circuit, like an LM311 set to whatever level you want. The
LM311 comparator would drive the LED.
*******
Actually, the solution is simpler than that. You bought the
wrong kind of fan. There are fans available with "tachometer
output". Those are typical of computer usage, monitored by a
three pin fan header. But, if you buy a fan with a "locked rotor"
signal, that one doesn't pulse the third wire. It sends a
steady level on the third wire. One logic state for the
wire says "I'm spinning", while the other logic state says
"I'm not spinning". You can feed a locked rotor signal to
say, a transistor, and turn a LED on and off via "locked rotor".
The locked rotor signal may not be strong enough to drive
the LED directly, or if polarity inversion is needed, the
transistor can help with that.
A locked rotor output might be more typical of a fan within
an instrumentation device (expensive device with Panaflo
fans perhaps). So you have the possibility of building a
monitor, to look for missing pulses or minimum frequency,
or the nuisance of shopping for fans with optional "locked
rotor" output signal. A locked rotor fan still has three
wires, and the third wire has a steady logic level, rather
than pulsing twice per revolution.
http://www.coolerguys.com/lras.html
If you look at the locked rotor option here, they have
a sense of humor. A locked rotor fan may have
a true locked rotor signal, or, may have an output that
looks a lot like a tachometer output. I don't see the point
of the "case 2" output waveform. That isn't a locked rotor
indication. It's useless, unless followed by a
missing pulse circuit etc.
http://www.eminebea.com/content/html/en/engineering/fans/Sensor.shtml
Paul