I'm able to get the correct thresholds for the voltages in a meter style indicator using 3 comparators and a resistor network. However, like I said, I need to have only one LED on at time because that's how I have to design it. How can I block out the other voltages?
I thought about using logic, such as XOR gates to decide which one to turn on, but I can't find an XOR IC that's capable of high input voltages. When the LED is off the output of the comparator sees the battery voltage minus the LED voltage drop. Obviously, this can be maximum of about 15V.
Unfortunately the circuit is on my computer at work so I can't post it on here until tomorrow, but it doesn't really matter because they are all over the internet.
Example:
**broken link removed**
This one is actually a bit different from mine. I suppose I could change mine so that the LEDs aren't connected to Vbat, such as in the example. This may allow me to use XOR logic...
I realize that this could be super easy with a pic but I can't use a microcontroller/ microprocessor.
I thought maybe there could be some different configuration with op amps/ comparators that would allow me to do something with at least the two lower voltage ranges.
Any ideas will be greatly appreciated :-D