1

Possible Duplicate:
Pulse-powering heavy loads with a coin cell

I have to operate a latching relay at a nominal voltage of 12 V or 5 V. Right now, i have not chosen the relay so lets consider I have a relay to operate at 5V and the coil resistence is 24 Ohm. The hold current of the relay will be 200mA and we need to give a 5V pulse upto 50mSecs for the relay to latch properly. The problem is I have a limited supply of 20mA from my power source, so I need to employ a charge pump sort of thing which can store some energy and give it to relays when they operate. But is there any specific design which I can follow, and arrive at proper design.

Kewal
  • 11
  • 1

2 Answers2

3

I miss an important parameter: "must-activate voltage". This will (and must!) be less than the nominal 5 V, as it will determine how much the voltage may droop during the 50 ms to activate.

You won't need a charge pump; a large capacitor will probably do. If you switch on the relay the capacitor voltage will droop exponentially, and the must activate voltage will be reached later for larger capacitors.

Let's assume must-activate voltage is 4 V. Then

\$ 4 V = e^{\left(\dfrac{-t}{R C}\right)} \cdot 5 V \$

If \$t\$ = 50 mS, and \$R\$ = 24 Ω we find \$C\$ by rearranging the equation:

\$ C = \dfrac{- 50 ms}{24 \Omega \cdot ln\left(\dfrac{4 V}{5 V}\right)} = 10000 \mu F \$

stevenvh
  • 145,145
  • 21
  • 455
  • 667
1

You may be able to charge up a large capacitor from your limited current supply. It may be advisable to charge the capacitor through a small resistor in the case that the supply does not appreciate a short across its output leads. Then when the capacitor is fully charged you can quickly discharge the capacitor through the relay coil to energize the relay. The size of capacitor will need to be selected so that its charge being sent through the 24 ohm relay coil will take long enough that the effective voltage is high enough for the 50 msec operate pulse of the relay. The size of the selected capacitor will then also determine how long it takes the thing to recharge from the supply before the relay can be pulsed again.

Michael Karas
  • 56,889
  • 3
  • 70
  • 138