Electrical – How to place “Power On” indicator lights

batteriesindicatorled

I'm working on a replacement board for an old system. I have two terminal blocks.

  • Terminal Block 1 (left) is the input from the power supply to the board. This is the primary power supply to the board and rest of the circuit. Pin1 = +, Pin2= -, Pin3 = -.

  • Terminal Block 2 (right) is the input from the battery and charger. Battery
    Charger datasheet
    The battery system is to come into use if the power from the factory was to go out. Pin1 = +, Pin2= -, Pin3 = -.

Here's my schematic I'm working on at the moment. Close up

Is this the correct way to add indicator lights to the inputs? I want to be able to tell when the board is receiving power (INPUT) from the power supply and when the Battery is in use. I'm pretty sure that the Battery LED (BATT) is going to be on all the time since it's being powered from the input. Is there a way to single this out?

I was going to initially put the resistor and LED in line with the "+" trace on both circuits, but I don't know if that's would effect the charging circuit on Terminal 2.

D1 is to protect against backwards connection to the power supply. Can I place one at the same location for the battery supply? Will this effect the recharging ability?

Edit: "Truth Table"

  • INPUT LED – On when Terminal 1 is supplying power (IE outside system, such as a factory main line, is able to provide power). Off when outside system is loses power.

  • BATT LED – On when the battery is used to power the system (IE power from Terminal 1 is no longer being supplied and the system needs to run off a battery). Preferably off when Terminal 1 is in use.

Edit 2 – Full Circuit Full Circuit

Best Answer

Your post is a little garbled and a block diagram of your setup (use the built-in schematic editor) would be a big help. I don't think your wiring scheme is correct.

Altech UPS

Figure 1. UPS block diagram from AltechCorp.com.

  • The UPS + and - terminals are both 24 V DC input (while mains power is on) and output when mains power has failed.
  • The power supply shown in Figure 1 should be 24 V DC nominal.

Indicator lamps can be wired from the 'DC OK', 'BAT FAIL' AND 'BAT DISCHARGE' relay contacts.


schematic

simulate this circuit – Schematic created using CircuitLab

Figure 2. LED indicator schematic.

How it works

Let's assume that the mains power supply is giving out 24 V.

  • D1 provides a 0.5 V drop. (See BAS70 datasheet page 7).
  • When mains is on D2 lights with 24 V on the anode and about 24 - 0.7 (D4) - 2 (D2) = 21.3 V on the cathode. Because of the three two diodes in its circuit D3's anode voltage will be lower than D2's and will glow dimly if at all.
  • When mains fails D2 turns off and D3 will now light.
  • D4 is required to protect D2 from high-voltage reverse bias.
  • D5 is required to give the same voltage drop as D4.
  • D6 ensures that the voltage difference between the two LEDs is high enough to work as intended.

I haven't tested this.

Related Topic