Author Topic: Problems using MC34063 as a tracking-preregulator  (Read 5940 times)

0 Members and 1 Guest are viewing this topic.

Offline bsunisolTopic starter

  • Contributor
  • Posts: 27
  • Country: de
Problems using MC34063 as a tracking-preregulator
« on: July 27, 2016, 03:19:14 pm »
Hello from Germany,
I want to use the MC34063 as a tracking-preregulator for the LT3080. I simulate it with LTSpice. It's working, but not as supposed to.
Firstly the voltage starts to adapt slowly and secondly the output of the MC34063 starts to oscillate at about 0.3sec.
And last but not least, 2V is to much offset. How can I generate an offset somewhere between 0.5V-1V?

Thanks in advance.
Robert.
 

Offline Seekonk

  • Super Contributor
  • ***
  • Posts: 1938
  • Country: us
Re: Problems using MC34063 as a tracking-preregulator
« Reply #1 on: July 27, 2016, 08:17:27 pm »
Isn't power connected to the wrong pin?  Haven't looked at one of these in a long time.
 

Offline 2N3055

  • Super Contributor
  • ***
  • Posts: 6631
  • Country: hr
Re: Problems using MC34063 as a tracking-preregulator
« Reply #2 on: July 27, 2016, 08:45:54 pm »
Isn't power connected to the wrong pin?  Haven't looked at one of these in a long time.

Yep wrong pin ...  :-BROKE

 

Offline bsunisolTopic starter

  • Contributor
  • Posts: 27
  • Country: de
Re: Problems using MC34063 as a tracking-preregulator
« Reply #3 on: July 27, 2016, 10:32:32 pm »
Isn't power connected to the wrong pin?  Haven't looked at one of these in a long time.

Yep wrong pin ...  :-BROKE

Thanks, fixed it. The ripples are much smaller now, but it's ramping up to 33V at the beginning.  :wtf: :--

I searched for the feedback loop in the datasheet. (https://www.sparkfun.com/datasheets/IC/MC34063A.pdf)
On Page 7 they discribe the step-down configuration and on page 10 the formulas like Vout=1.25*(1+R2/1).

How do I get this Vout 0.5V above the LT3080's Vout?
 

Offline dannyf

  • Super Contributor
  • ***
  • Posts: 8221
  • Country: 00
Re: Problems using MC34063 as a tracking-preregulator
« Reply #4 on: July 27, 2016, 11:01:43 pm »
Cannot help you with the overshot or simulation but would suggest that

1 you use a buck converter module as the tracking regulator.
2. Use a LED (across the linear regulator) plus a photo resistor (on the tracking regulator feedback divider) as a tracking mechanism.

I have had great success with that.
================================
https://dannyelectronics.wordpress.com/
 

Offline 2N3055

  • Super Contributor
  • ***
  • Posts: 6631
  • Country: hr
Re: Problems using MC34063 as a tracking-preregulator
« Reply #5 on: July 28, 2016, 06:55:10 am »
Find AN32 from Linear technology.. there is a optocoupler based feedback scheme that can be adapted to MC34063... Or any regulator  ...
 

Offline bsunisolTopic starter

  • Contributor
  • Posts: 27
  • Country: de
Re: Problems using MC34063 as a tracking-preregulator
« Reply #6 on: July 28, 2016, 09:11:04 am »
Find AN32 from Linear technology.. there is a optocoupler based feedback scheme that can be adapted to MC34063... Or any regulator  ...

OK got it. You mean the schematic from the attachment, right?
I don't get the difference? The two diods just create a fixed voltage drop of "X times the Forward voltage", right?
But I don't need to use the output of the LT3080, the set pin has the same voltage and is controlled by a µC. I just need to use a voltage divider with a 1:3 ratio, right?

How is it possible get an overshoot with a buck converter?

thanks and regards.
 

Offline prasimix

  • Supporter
  • ****
  • Posts: 2023
  • Country: hr
    • EEZ
Re: Problems using MC34063 as a tracking-preregulator
« Reply #7 on: July 28, 2016, 09:46:29 am »
Take note that dannyf suggest LDR instead of phototransistor (as part of the optocoupler) and with good reason: that is the real equivalent for ordinary voltage divider in the feedback loop. In reality (not simulation) having active part as transistor without negative feedback could generate huge instability. 470pf or more is required between base and collector. This circuit is shown in Dave's EEVblog #329 (starting from 1:20). If you want to go with dannyf's suggestion it's not a big trouble to make such optocoupler by pairing cheap LDR and LED (fix them using black heatshrink tube) or you can use e.g. NSL-32SR3.

Offline 2N3055

  • Super Contributor
  • ***
  • Posts: 6631
  • Country: hr
Re: Problems using MC34063 as a tracking-preregulator
« Reply #8 on: July 28, 2016, 11:08:10 am »
You are right but only partially...

In theory you could have two regulators in series programmed from same source with first one having offset of few volts more to define dropout on second regulator..
That is actually good thing because that way you  can have good dynamic tracking..

But when you have a short on an output what then.. If you set voltage to 24V preregulator is at say 26V..
Make a short at output, and out goes to ground, LM3080 limits the current to say 1A.. that is 26W over it...  Too much.. It will survive, because it is modern fully protected IC..
But wont like it.

If you make preregulator manage voltage drop OVER linear regulator, you limit worst case scenario say 2-3 W.. Not that's better.

Of course, you could also program both regulators  with uC and put additional circuit to limit voltage over linear regulator only in overload...
Engineering decisions... lots of fun...

 
« Last Edit: July 28, 2016, 11:09:59 am by 2N3055 »
 

Offline bsunisolTopic starter

  • Contributor
  • Posts: 27
  • Country: de
Re: Problems using MC34063 as a tracking-preregulator
« Reply #9 on: July 28, 2016, 11:20:15 am »
You are right but only partially...

In theory you could have two regulators in series programmed from same source with first one having offset of few volts more to define dropout on second regulator..
That is actually good thing because that way you  can have good dynamic tracking..

But when you have a short on an output what then.. If you set voltage to 24V preregulator is at say 26V..
Make a short at output, and out goes to ground, LM3080 limits the current to say 1A.. that is 26W over it...  Too much.. It will survive, because it is modern fully protected IC..
But wont like it.

If you make preregulator manage voltage drop OVER linear regulator, you limit worst case scenario say 2-3 W.. Not that's better.

Of course, you could also program both regulators  with uC and put additional circuit to limit voltage over linear regulator only in overload...
Engineering decisions... lots of fun...

You're right. I'm trying to build my own PSU based on Dave's µPSU.
It has a current limiting. The same as Dave made. A short on the outputs should be handled by the current limiting curcuit.

Sorry, analog circuits are not my best.....
Ok doing it like in #329 it works, though I don't get why the transistor creates a constant current source.

I found the reason for the overshooting. The initial current through the coil causes the voltage to raise that high. How do I avoid this? With a standalone MC34063 there's no overshoot.

thanks and greetings.

 

Offline Kalvin

  • Super Contributor
  • ***
  • Posts: 2145
  • Country: fi
  • Embedded SW/HW.
Re: Problems using MC34063 as a tracking-preregulator
« Reply #10 on: July 28, 2016, 11:21:02 am »
Have you tried changing the BSS84 P-MOSFET to a BJT PNP like 2N3906 in order to reduce the voltage overhead?
 

Offline bsunisolTopic starter

  • Contributor
  • Posts: 27
  • Country: de
Re: Problems using MC34063 as a tracking-preregulator
« Reply #11 on: July 29, 2016, 08:23:29 am »
Have you tried changing the BSS84 P-MOSFET to a BJT PNP like 2N3906 in order to reduce the voltage overhead?

I read http://cds.linear.com/docs/en/article/LT3080PR_Article.pdf and http://cds.linear.com/docs/en/application-note/an32f.pdf.
Yes, I tried it like Dave in #329, with a diode and a BJT, two diodes with a BJT, a MOSFET and a fixed 1.25V voltage at the FB pin. In any case the voltage across R1 jumps up to 32V...

What is wrong with this circuit/simulation?
 

Offline prasimix

  • Supporter
  • ****
  • Posts: 2023
  • Country: hr
    • EEZ
Re: Problems using MC34063 as a tracking-preregulator
« Reply #12 on: July 29, 2016, 08:32:13 am »
You can use this simulation as basis for further investigation. It started from 2ms but freely modify it to start from 0s. Add new plot plane and check R3 voltage. You can then replace LTC3864 (that works like charm) with MC34063.

Offline free_electron

  • Super Contributor
  • ***
  • Posts: 8517
  • Country: us
    • SiliconValleyGarage
Re: Problems using MC34063 as a tracking-preregulator
« Reply #13 on: July 29, 2016, 02:49:16 pm »
a MC34063  ? seriously ?

The only good application of a MC34063 is to pound it with a large hammer into dust , douse the dust in gasoline , set it on fire , collect what remains , embed in one cubic metre of concrete, bury that 5 meters down and then put a sign on top of the land saying : the remains of a MC34063 is buried here, enter at own risk.  After about 10.000 years you could grow potatoes on it.

Professional Electron Wrangler.
Any comments, or points of view expressed, are my own and not endorsed , induced or compensated by my employer(s).
 

Offline ZeTeX

  • Frequent Contributor
  • **
  • !
  • Posts: 610
  • Country: il
  • When in doubt, add more flux.
Re: Problems using MC34063 as a tracking-preregulator
« Reply #14 on: July 29, 2016, 04:42:15 pm »
a MC34063  ? seriously ?

The only good application of a MC34063 is to pound it with a large hammer into dust , douse the dust in gasoline , set it on fire , collect what remains , embed in one cubic metre of concrete, bury that 5 meters down and then put a sign on top of the land saying : the remains of a MC34063 is buried here, enter at own risk.  After about 10.000 years you could grow potatoes on it.
 

Offline bsunisolTopic starter

  • Contributor
  • Posts: 27
  • Country: de
Re: Problems using MC34063 as a tracking-preregulator
« Reply #15 on: July 29, 2016, 09:17:02 pm »
You can use this simulation as basis for further investigation. It started from 2ms but freely modify it to start from 0s. Add new plot plane and check R3 voltage. You can then replace LTC3864 (that works like charm) with MC34063.

I did and the same result.

BUT, when I simulated the sample file for the MC34063 I noticed a checked box in the settings. See below.
When I activate it, it works. The question now, is this an issue in the simulation/LTSpice or will it happen in real circuit too?
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf