Previous in Forum: DG Set Rental Service   Next in Forum: Power Measurement - Three Phase Circuit
Close
Close
Close
16 comments
Rate Comments: Nested
Member

Join Date: Jan 2011
Posts: 7

Current Limit Circuit

01/01/2011 2:30 PM

Hi all,

I am trying to design a current limit circuit for a battery charger.

So far I have tried

1. The most common - NPN pass transistor with sense resistor across the Base-Emitter of a second NPN. This works great, but I could no find a how to implement foldback.

http://images.elektroda.net/87_1293909810.jpg

2. PNP pass transistor with an opamp and another NPN to to sink the base current of the pass transistor. Works fine in simulator but when I breadboard it, the NPN transistor keeps breaking.

http://images.elektroda.net/90_1293909936.jpg (R1 is the load, R2 is the sense resistor)

3. NMOS Mosfet as the pass element. Again, works in sim but in real, the current slowly keeps increasing.

http://images.elektroda.net/27_1293909936.jpg (R3 is the load)

Current is limited to 1Amp by clamping the gate voltage to 3.9v using zener.

Register to Reply
Pathfinder Tags: current limit circuit
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.

"Almost" Good Answers:

Check out these comments that don't yet have enough votes to be "official" good answers and, if you agree with them, vote them!
Guru

Join Date: Dec 2010
Posts: 1686
Good Answers: 116
#1

Re: Current limit circuit

01/01/2011 4:37 PM

Ref. your item 2, there is no way a 2N2906 can supply 1 amp with 10 volt drop, which is 10 watts!! Look at its data sheet, it is a "small signal" transistor with a maximum dissipation of ~300 mW!! Circuit simulators do not always include overheat simulation. You need a transistor, say 3 amp and 30W rating, mounted on an adequate heatsink, in place of 2N2906 pass transistor. Most likely your other [item 1, 3] pass transistors are inadequate or overheating!!

Register to Reply
Member

Join Date: Jan 2011
Posts: 7
#2
In reply to #1

Re: Current limit circuit

01/01/2011 10:17 PM

With ref. to item 2 - The 2N3906 is only in sim. In real I used TIP42 for the pass transistor and TIP31 as the current sink.

Register to Reply
Anonymous Poster
#3

Re: Current Limit Circuit

01/01/2011 10:43 PM

http://cr4.globalspec.com/thread/61092#newcomments

Register to Reply
Member

Join Date: Jan 2011
Posts: 7
#4
In reply to #3

Re: Current Limit Circuit

01/01/2011 11:51 PM

I want a current limit circuit, not a charging circuit.

Register to Reply
Guru

Join Date: Dec 2010
Posts: 1686
Good Answers: 116
#5
In reply to #4

Re: Current Limit Circuit

01/02/2011 9:39 AM

Not fair!! Your question wrote "I am designing current limit circuit for a battery charger".

Register to Reply
Member

Join Date: Jan 2011
Posts: 7
#9
In reply to #5

Re: Current Limit Circuit

01/03/2011 2:42 PM

Sorry man, the title says Current limit circuit. If I just say I need a current limit circuit, then ppl as for what purpose. So I mentioned the application.

Register to Reply
Guru
Engineering Fields - Electrical Engineering - Analog and Digital Circuit Design Engineering Fields - Electromechanical Engineering - Transformers, Motors & Drives, EM Launchers Engineering Fields - Engineering Physics - Applied Electrical, Optical, and Mechanical

Join Date: Jan 2008
Location: NY
Posts: 1207
Good Answers: 119
#6

Re: Current Limit Circuit

01/02/2011 2:11 PM

This is a good example of trusting a SIM program without understanding the real-world aspects of practical circuit design. No current limiting frying some parts and power dissipation (heat) causing unpredictable circuit behavior. I don't normally like to do other's homework for them, but ...
Try setting up an experiment.
The red LED voltage and the emitter resistor for Q1 will determine the value of a (quasi) constant current source.
(Vled-Vbe)/(R2) = Iq1
(1.6V-0.7V)/(1ohm) ~ 0.9A
The rest of the circuit should form a "simplified" battery charger that provides constant current up to a peak threshold voltage, then turns off until the battery discharges to a lower voltage threshold. Set-points (hysteresis) will need to be adjusted for the particular supply voltage, op-amp or comparator used, and the battery type. Ideally one would also add some form of temperature compensation. Good luck.

Register to Reply
Member

Join Date: Jan 2011
Posts: 7
#10
In reply to #6

Re: Current Limit Circuit

01/03/2011 2:53 PM

I never said I trusted the sim. I don't and never will trust it 100%. Simulation is a good way to save time and see if an idea works. I just wanted to know why there were differences.

In the circuit you mentioned, can it be implemented without the LED. What exactly happens when the current reaches or crosses 0.9A (the set limit).

Register to Reply
Guru
Engineering Fields - Electrical Engineering - Analog and Digital Circuit Design Engineering Fields - Electromechanical Engineering - Transformers, Motors & Drives, EM Launchers Engineering Fields - Engineering Physics - Applied Electrical, Optical, and Mechanical

Join Date: Jan 2008
Location: NY
Posts: 1207
Good Answers: 119
#12
In reply to #10

Re: Current Limit Circuit

01/03/2011 3:38 PM

Circuit simulators can be very powerful design tools but it is good that you have some reservations. Trusting simulation results takes time and experience. Eventually you will learn what works well, what doesn't, and why.

The LED is used as a voltage source. It can be replaced by 2 or 3 rectifier diodes in series, a properly biased zener diode, or a voltage source model in most simulation programs. The voltage source + transistor + emitter resistor form a simple constant current source circuit and the example equation is good starting point for design. Instead of trying to further describe operation in text, I think you will gain a much better understanding of how the circuit works if you simulate it. This is one case where simulation can provide results that are very close to actual circuit performance. Good luck.

Register to Reply
Member

Join Date: Jan 2011
Posts: 7
#15
In reply to #6

Re: Current Limit Circuit

01/05/2011 12:12 PM

mjb, which schematic software did you use for the battery charger a1 circuit.

Register to Reply
Guru
Engineering Fields - Electrical Engineering - Analog and Digital Circuit Design Engineering Fields - Electromechanical Engineering - Transformers, Motors & Drives, EM Launchers Engineering Fields - Engineering Physics - Applied Electrical, Optical, and Mechanical

Join Date: Jan 2008
Location: NY
Posts: 1207
Good Answers: 119
#16
In reply to #15

Re: Current Limit Circuit

01/05/2011 12:41 PM

gEDA: GPL Electronic Design Automation

gschem version 1.6.1.20100214

I am using Ubuntu 10.04 (Lucid Lynx OS) and this is just one of several open source engineering design programs I am "test-driving". This is the first schematic I created with this specific software. While it was very easy(intuitive) for me to use, I don't have enough time invested yet to advise for or against this particular schematic editor.

Register to Reply
Guru

Join Date: Dec 2010
Posts: 1686
Good Answers: 116
#7

Re: Current Limit Circuit

01/02/2011 2:23 PM

1. About your item 2 real circuit. Have you checked it is not oscillating?? And did you consider the heat sinking, which I mentioned. Have you thought what the collector leakage current in Q2 will do??
2. Are you sure "foldback" is a good thing for a battery charger??
3. About your item 3 circuit. Have you looked at a Mosfet data sheet which shows how "gate threshold voltage" changes with device temperature?? And between one MOSFET specimen "out of the box" and the next??

Register to Reply
Member

Join Date: Jan 2011
Posts: 7
#11
In reply to #7

Re: Current Limit Circuit

01/03/2011 3:00 PM

[quote]1. About your item 2 real circuit. Have you checked it is not oscillating?? And did you consider the heat sinking, which I mentioned. Have you thought what the collector leakage current in Q2 will do?? [/quote]

No, yes and No. I did consider heat sinking. Instead I limited the current to 0.5Amps, which reduced the power dissipation across the transistor.

[quote]2. Are you sure "foldback" is a good thing for a battery charger??[/quote]

Good question. I don't think it is necessary. But i would like to find a good foldback design.

[quote]3. About your item 3 circuit. Have you looked at a Mosfet data sheet which shows how "gate threshold voltage" changes with device temperature?? And between one MOSFET specimen "out of the box" and the next??[/quote]

No, will check now.

Register to Reply
Guru

Join Date: Dec 2010
Posts: 1686
Good Answers: 116
#14
In reply to #11

Re: Current Limit Circuit

01/04/2011 5:42 PM

Ref 2. Foldback may be useful for a power supply to protect the series pass transistor from overheating. But it can lead to problems. Suppose the load behaves like a constant current ( some op-amps are close to that), or increases current with falling voltage (like a lot of switch-mode supplies, which hold their output at steady voltage and current despite falling primary supply voltage). The load line can cross the regulator output voltage versus current curve at two points. Below the lower crossing point, a combination of increasing load versus falling supply current causes a collapse to an equilibriuum point where the load current is falling with voltage faster than regulator current. Overheat protection circuits which respond only to overheating are best, since they will not act quickly. Battery chargers are designed to current limit at a little over rated current on short circuit, they have to be rugged - if they do not work, a whole unattended system could fail, instead of just automatically recovering after a power loss and battery discharge.

Register to Reply
Guru
United Kingdom - Member - Indeterminate Engineering Fields - Control Engineering - New Member

Join Date: Jan 2007
Location: In the bothy, 7 chains down the line from Dodman's Lane level crossing, in the nation formerly known as Great Britain. Kettle's on.
Posts: 32175
Good Answers: 839
#8

Re: Current Limit Circuit

01/03/2011 4:10 AM

Well, a series resistor doesn't need much designing.

__________________
"Did you get my e-mail?" - "The biggest problem in communication is the illusion that it has taken place" - George Bernard Shaw, 1856
Register to Reply Score 1 for Good Answer
Guru
Engineering Fields - Electrical Engineering - New Member United States - Member - New Member

Join Date: Apr 2007
Location: Wichita, Kansas USA
Posts: 653
Good Answers: 30
#13

Re: Current Limit Circuit

01/04/2011 9:05 AM

LM317 voltage regulators can be easily configured as a current source/limit. Google "LM317 current limit" and you will see a lot of examples.

Tom D.

Register to Reply
Register to Reply 16 comments

"Almost" Good Answers:

Check out these comments that don't yet have enough votes to be "official" good answers and, if you agree with them, vote them!
Copy to Clipboard

Users who posted comments:

67model (4); Anonymous Poster (1); hithesh123 (6); mjb1962853 (3); PWSlack (1); tdesmit (1)

Previous in Forum: DG Set Rental Service   Next in Forum: Power Measurement - Three Phase Circuit

Advertisement