I'm searching for solution on adjustable current limit for DC power suply(SMPS). Do you now for any good acurate solution for currents up to 5Amps and voltages to 50V?
Use a shunt, about 20mΩ. If you can, install it in the return path. An opam with an adjustable reference will take over the control loop when you hit current limit.
If you cannot put the shunt in the return path, you can use a differential amplifier, but the accuracy won't be as good.
If you can post part of your schematic, I can suggest something.
i'm using simple switcher LM2678 from National Semiconductor. Mayebe you can propose something to original schematic. I'd like to adjust current limit digitaly with uC.
The only type you can use in this application is the LM2678-ADJ.
If your microcontroller doesn't have DAC you can use digital resistors (for example fro Maxim-IC: **broken link removed** ).
You will need two opamps which outputs will be connected through diodes (OR function) to the ADJ input of the LM2678. One will control voltage, the other will look after current limit ..
Some time ago I did similar project using LM2576-ADJ .. it worked well (if it didn't I would have heard from the user by now) ..
May be that if U bring some schematic of your circuit, you will receive more useful help because there are lots of solutions and almost impossible to enumarate them
The only type you can use in this application is the LM2678-ADJ.
If your microcontroller doesn't have DAC you can use digital resistors (for example fro Maxim-IC: **broken link removed** ).
You will need two opamps which outputs will be connected through diodes (OR function) to the ADJ input of the LM2678. One will control voltage, the other will look after current limit ..
Some time ago I did similar project using LM2576-ADJ .. it worked well (if it didn't I would have heard from the user by now) ..
I know this thread is about 6 years old. I'm sorry to bring it back, but I plan on building a bench LM2576-adj, and I was curious about how to get adjustable current...Do you by chance have the schematic for the adjustable current section? Or does anyone else?