Sonsivri
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
March 29, 2024, 09:34:14 09:34


Login with username, password and session length


Pages: [1] 2  All
Print
Author Topic: UC3843  (Read 5091 times)
0 Members and 1 Guest are viewing this topic.
metal
Global Moderator
Hero Member
*****
Offline Offline

Posts: 2420

Thank You
-Given: 862
-Receive: 678


Top Topic Starter


« on: October 02, 2020, 01:38:45 13:38 »

Hi,

I am trying to design a boost converter that outputs 270V from 12V using UC3843, the design is attached, but I am not sure if it 100% correct, feedback is appreciated. Also, what is the reverse voltage so I can decide on the  schottky diode to use for THT?
Logged
vern
V.I.P
Active Member
*****
Offline Offline

Posts: 144

Thank You
-Given: 7
-Receive: 41


« Reply #1 on: October 02, 2020, 03:44:38 15:44 »

reverse voltage would be 270V, a 300V schottky should be fine.
Logged
Checksum8
Active Member
***
Offline Offline

Posts: 126

Thank You
-Given: 123
-Receive: 100


« Reply #2 on: October 02, 2020, 09:34:13 21:34 »

These are two diodes I use a lot. Both are ultra fast. For surface mount ES1F (300v 1A) or ES1G (400v 1A). Through hole UF4004 (400V 1A).
Logged
optikon
Cracking Team
Hero Member
****
Offline Offline

Posts: 848

Thank You
-Given: 1092
-Receive: 1999


« Reply #3 on: October 02, 2020, 11:36:03 23:36 »

I put your circuit into Microcap for simulation.

The error amp is at 2.5V.

As such, I used your 170k as109k to achieve 275V output -- unloaded.

The simulation seems to work fine.

In my sim, I used output capacitor as only 5uF to speed up the simulation at no load.

Since you will be driving 25mA, you do need much more C and higher target voltage to get to 25mA @ 275V

« Last Edit: October 03, 2020, 12:41:41 00:41 by optikon » Logged

I can explain this to you. I can't comprehend it for you.
PM3295
Senior Member
****
Offline Offline

Posts: 278

Thank You
-Given: 337
-Receive: 131


« Reply #4 on: October 03, 2020, 12:12:47 00:12 »

The inductor value is a bit high.

This is what I calculated:

********** Input Data **************
Vout:= 270 V

Iout:= 25 mA

Eff:= 0.8

Vin_min:=11 (assume min 1 V drop over device)

UC3843_max_D:= 0.96
************************************

Max_Ton:= 1/103E3 * 0.96
Max_Ton =[9.3204 us]

Win := (Vout * Iout)/Eff
Win =[8.4375 W]

Iav:= Win/Vin_min
Iav =[767.0455mA]

Ipk:= 2 * Iav
Ipk =[1.5341 A]

L:= (Vin_min * Max_Ton)/Ipk
L =[66.8306 uH]

*********** Test case L = 100 uH *********
L:= 100E-6
di:= 1.5341
dt:= 10E-6 - 9.32E-6

Vout:= L * (di/dt)
Vout =[225.6029 V]--> Too low


Since the UC3843 is operating at > 50% D, slope compensation will be needed for stability.

Optional: Use smaller L value to keep D below 50%. Keep in mind peak currents will be higher.
« Last Edit: October 03, 2020, 03:22:35 15:22 by PM3295 » Logged
optikon
Cracking Team
Hero Member
****
Offline Offline

Posts: 848

Thank You
-Given: 1092
-Receive: 1999


« Reply #5 on: October 03, 2020, 12:24:24 00:24 »

The sim with L = 47uH and some realistic parasitics, still shows serious regulation problem at 25mA (@275V) load

EDIT: fixed typos..

Found in sim that L = 33uH, R divider = 104.7k with 1k with Cout = 150uF achieves 275V @ 25mA
Also had to use a lower RDS(on) MOSFet and  lower the Isense resistor.

Not sure if the model can be trusted but it sort of is making sense.


« Last Edit: October 03, 2020, 03:39:13 15:39 by optikon » Logged

I can explain this to you. I can't comprehend it for you.
PM3295
Senior Member
****
Offline Offline

Posts: 278

Thank You
-Given: 337
-Receive: 131


« Reply #6 on: October 03, 2020, 04:23:04 04:23 »

Here is the sim verification of my previous calculated values

Posted on: October 03, 2020, 03:54:58 03:54 - Automerged


Found in sim that L = 33uH, R divider = 104.7k with 1k with Cout = 150uF achieves 275V @ 25mA
Also had to use a lower RDS(on) MOSFet and raise lower the Isense resistor.

Not sure if the model can be trusted but it sort of is making sense.


If your duty cycle is near 50 % or more, you risk having instability (sub harmonic oscillations). So check the gate pulse shape to make sure
there are no bursts of wide pulses, indicating stability issues.
 
Logged
PM3295
Senior Member
****
Offline Offline

Posts: 278

Thank You
-Given: 337
-Receive: 131


« Reply #7 on: October 03, 2020, 06:55:39 06:55 »

 {**** Case for max duty cycle without slope comp*** }
Vout:= 270
Iout:= 25E-3
Eff:= 0.8
Vin_min:=10.5 { 1 V drop over (I)Rsense and 0.5 V over MOSFET }
max_D:= 0.49 { 49% - Many designers try and stay away a bit further for safety ~ 45% }

{*** Needs slope comp for D >= 50 % ***}

Max_Ton:= 1/103E3 * max_D
Toff:= 1/103E3*(1-max_D)
Toff =[4.9515u]
 
Max_Ton =[4.7573u]

W_needed:= (Vout * Iout)/Eff
W_needed =[8.4375] {Watt}

Iav:= (Watts_needed/Vin_min)/max_D
Iav =[1.6399]

Ipk:= 2 * Iav
Ipk =[3.2799]

L:= (Vin_min * Max_Ton)/Ipk
L =[15.2296u] { Max value of L without slope comp }

di:= Ipk
dt:= Toff - Max_Ton

Vout:= L * (di/dt)
Vout =[270.2624] {Volts}


Sub-harmonic oscillation will be clearly visible in a bode plot of the transfer function of this converter (62 % duty-cycle) as shown below.

« Last Edit: October 03, 2020, 03:39:14 15:39 by PM3295 » Logged
optikon
Cracking Team
Hero Member
****
Offline Offline

Posts: 848

Thank You
-Given: 1092
-Receive: 1999


« Reply #8 on: October 03, 2020, 01:06:04 13:06 »

PM3295 simulation is much more meaningful than the one I put together, I didnt put much thought into the design itself just that it could run in Microcap.

Its nice to see Simetrix can run it too.

PM3295, where did you get that design procedure you have worked through?

From the datasheet or a Book ref?

Thanks
Logged

I can explain this to you. I can't comprehend it for you.
PM3295
Senior Member
****
Offline Offline

Posts: 278

Thank You
-Given: 337
-Receive: 131


« Reply #9 on: October 03, 2020, 04:19:07 16:19 »


PM3295, where did you get that design procedure you have worked through?

From the datasheet or a Book ref?

Thanks


The calculations are based on standard transfer function equations, that you can find in almost any power electronics text book. You can also derive them from first principles, if you know the basic energy storage equation of an inductor (LI^2/2).
 

Posted on: October 03, 2020, 03:34:35 15:34 - Automerged

I put your circuit into Microcap for simulation.

The error amp is at 2.5V.

As such, I used your 170k as109k to achieve 275V output -- unloaded.

The simulation seems to work fine.

In my sim, I used output capacitor as only 5uF to speed up the simulation at no load.

Since you will be driving 25mA, you do need much more C and higher target voltage to get to 25mA @ 275V


There is no need for a large cap in this case. It pushes the control bandwidth very low and make stability control more of an issue.

Below is the ripple with only a 10 uF cap. I don't think 27 mVpp is any problem.
 
Logged
metal
Global Moderator
Hero Member
*****
Offline Offline

Posts: 2420

Thank You
-Given: 862
-Receive: 678


Top Topic Starter


« Reply #10 on: October 03, 2020, 05:01:38 17:01 »

Thank you!

can you please upload sim files, thanks a lot indeed, I never expected to see this discussion!
How did you get US3843 into the simulation Microcap? I am not very familiar with Microcap, barely watched a video yesterday to see how to it can be used. Can I see these results in Microcap as well?

Also, how can I measure delta IL, ripple, etc I am willing to achieve 1mV ripple if possible.
Thank you!
« Last Edit: October 03, 2020, 05:03:46 17:03 by metal » Logged
PM3295
Senior Member
****
Offline Offline

Posts: 278

Thank You
-Given: 337
-Receive: 131


« Reply #11 on: October 03, 2020, 06:02:58 18:02 »

Will your load current be constant, or vary? If not constant, what will be the variation?
Logged
optikon
Cracking Team
Hero Member
****
Offline Offline

Posts: 848

Thank You
-Given: 1092
-Receive: 1999


« Reply #12 on: October 03, 2020, 06:13:28 18:13 »

Thank you!

can you please upload sim files, thanks a lot indeed, I never expected to see this discussion!
How did you get US3843 into the simulation Microcap? I am not very familiar with Microcap, barely watched a video yesterday to see how to it can be used. Can I see these results in Microcap as well?

Also, how can I measure delta IL, ripple, etc I am willing to achieve 1mV ripple if possible.
Thank you!

PM3295 is using Simetrix, not Microcap. but he is looking deeper into the design performance and stability.

I  put a working sim together in Microcap, with no effort on the design. The output cap in the microcap sim has an IC condition on it to settle near final value quickly.. you can remove that if you want to see the whole startup.

Also, I agree with using the smaller output cap based on the ripple you can tolerate.

Maybe PM3295 can upload his Simetrix project also to play with.

EDIT: Microcap 12 project attached - its a working sim, but your design needs some work/adjustments per PM3295 findings..
« Last Edit: October 03, 2020, 06:20:28 18:20 by optikon » Logged

I can explain this to you. I can't comprehend it for you.
PM3295
Senior Member
****
Offline Offline

Posts: 278

Thank You
-Given: 337
-Receive: 131


« Reply #13 on: October 03, 2020, 06:25:52 18:25 »


Maybe PM3295 can upload his Simetrix project also to play with.


I can upload the design file once we know all the design requirements (ripple, load current variation.. etc.)

Here is a Proteus file, (which metal likes) to play with in the mean time.
« Last Edit: October 03, 2020, 07:38:14 19:38 by PM3295 » Logged
PM3295
Senior Member
****
Offline Offline

Posts: 278

Thank You
-Given: 337
-Receive: 131


« Reply #14 on: October 03, 2020, 08:16:23 20:16 »

With a two-stage  output filter, you can achieve very low output ripple.

I initially made R2 smaller at 100m ohm to start up faster in the sim. In practice, R2 should be around the 220m to 270m range.
« Last Edit: October 03, 2020, 09:04:31 21:04 by PM3295 » Logged
metal
Global Moderator
Hero Member
*****
Offline Offline

Posts: 2420

Thank You
-Given: 862
-Receive: 678


Top Topic Starter


« Reply #15 on: October 03, 2020, 10:14:47 22:14 »

Requirements:
Vout = 270V
Iout = 25mA
Ripple = 1mV

I am unable to get this simulation to run correctly in microcap, what am I doing wrong?
« Last Edit: October 03, 2020, 10:17:58 22:17 by metal » Logged
PM3295
Senior Member
****
Offline Offline

Posts: 278

Thank You
-Given: 337
-Receive: 131


« Reply #16 on: October 03, 2020, 10:31:46 22:31 »

Will Iout be constant at 25 mA? What type of load is this?
Logged
metal
Global Moderator
Hero Member
*****
Offline Offline

Posts: 2420

Thank You
-Given: 862
-Receive: 678


Top Topic Starter


« Reply #17 on: October 03, 2020, 10:49:10 22:49 »

tube

If simulation takes a long time in microcap, how can I make things faster? is it possible to start simulation after 1 second so things are stable?
« Last Edit: October 03, 2020, 10:56:17 22:56 by metal » Logged
optikon
Cracking Team
Hero Member
****
Offline Offline

Posts: 848

Thank You
-Given: 1092
-Receive: 1999


« Reply #18 on: October 03, 2020, 11:49:16 23:49 »

Requirements:
Vout = 270V
Iout = 25mA
Ripple = 1mV

I am unable to get this simulation to run correctly in microcap, what am I doing wrong?

I uploaded a working microcap project. did you try it?


Posted on: October 03, 2020, 11:43:35 23:43 - Automerged

tube

If simulation takes a long time in microcap, how can I make things faster? is it possible to start simulation after 1 second so things are stable?

Sometimes the periodic operating point option can speed things up. But the controller model has elements inside of it that are incompatible. so your only option is to put an initial condition on your output cap so that most of its charging to steady state is already complete. this requires you predict it and iterate.

Another approach is to just let the cap be much smaller and dont worry about the ripple you will see as long as the DC is correct. when everything is tuned right and stable, you can then work on the ripple.. or just wait for your breadboard.
Logged

I can explain this to you. I can't comprehend it for you.
PM3295
Senior Member
****
Offline Offline

Posts: 278

Thank You
-Given: 337
-Receive: 131


« Reply #19 on: October 04, 2020, 02:06:46 02:06 »

I have not used MC in the last five or more years. This is not a good tool for SMPS analysis with a switching model. What a frustrating experience. It kept crashing on my PC! Every time I placed a new component it went into some auto sim mode?? Unfortunately if you want good results, the time step can't be more than about 10 ns, making it VERY slow. The best you can do is to play with IC on the caps and get the initial start-up transient as smooth as possible.

I attached my setup that I optimized as best I could.

Be patient, it only starts plotting data after the 5 ms mark.
« Last Edit: October 04, 2020, 02:14:06 02:14 by PM3295 » Logged
bobcat1
Senior Member
****
Offline Offline

Posts: 295

Thank You
-Given: 4135
-Receive: 89


« Reply #20 on: October 04, 2020, 08:41:19 08:41 »

Hi
There is a new PSPICE version done specially for TI with free download this software include original simulation modules for all TI chips ,you can use it for accurate simulation
https://www.ti.com/tool/PSPICE-FOR-TI

All the best

Bobi

 
Logged
metal
Global Moderator
Hero Member
*****
Offline Offline

Posts: 2420

Thank You
-Given: 862
-Receive: 678


Top Topic Starter


« Reply #21 on: October 04, 2020, 11:56:50 11:56 »

there is no UC3843
Logged
optikon
Cracking Team
Hero Member
****
Offline Offline

Posts: 848

Thank You
-Given: 1092
-Receive: 1999


« Reply #22 on: October 04, 2020, 01:06:38 13:06 »

I have not used MC in the last five or more years. This is not a good tool for SMPS analysis with a switching model. What a frustrating experience. It kept crashing on my PC! Every time I placed a new component it went into some auto sim mode?? Unfortunately if you want good results, the time step can't be more than about 10 ns, making it VERY slow. The best you can do is to play with IC on the caps and get the initial start-up transient as smooth as possible.

I attached my setup that I optimized as best I could.

Be patient, it only starts plotting data after the 5 ms mark.

Yes very true..

Fundamentally, Simetrix and Microcap work the same way for solving transient time steps so I am not sure why you have had a worse experience. Auto sim mode? seems strange.. maybe you should try a recent version?

Techniques like POP should be used when possible.

Its quite common for these spice simulators to reduce the time step to the point of almost an unusable sim time. Has Simetrix been any better for this? I have been thinking about learning it.

« Last Edit: October 04, 2020, 01:53:51 13:53 by optikon » Logged

I can explain this to you. I can't comprehend it for you.
PM3295
Senior Member
****
Offline Offline

Posts: 278

Thank You
-Given: 337
-Receive: 131


« Reply #23 on: October 04, 2020, 04:16:11 16:16 »

I have downloaded the latest MC. What happens is, when I place or edit a part, it appears to start some sort of massive CPU action. I get the turning circle and CPU use goes max. I have to hit escape and click "exit analysis" every time. It appears it tries to run a new analysis every time I change a value or add a part. Weird.

Simulators running spice models are slow. Simulators running PWL (PSIM is another one) models are super quick, but the models will be very simplistic, so it is a balance. Spice model will not run on a PWL based sim without extracting it from spice. Any complex model extraction like the UC3843 cannot  be done in the UI, so you have to rely on the vendor.
  

Posted on: October 04, 2020, 04:13:09 16:13 - Automerged

there is no UC3843

https://www.ti.com/product/UC3843 spice model can be installed on TINA-TI
Logged
metal
Global Moderator
Hero Member
*****
Offline Offline

Posts: 2420

Thank You
-Given: 862
-Receive: 678


Top Topic Starter


« Reply #24 on: October 04, 2020, 04:36:33 16:36 »

I see, if you are still in analysis, it will do that, each time you change a component value, you need to make sure you have existed analysis mode. BTW, closing the analysis window where you see graphs is sufficiant to exit analysis mode.

Anyway, I am running the simulation smoothly on Microcap. I need to know if the current thru the inductor is OK this way way or not, see the attachment please.
« Last Edit: October 04, 2020, 04:43:54 16:43 by metal » Logged
Pages: [1] 2  All
Print
Jump to:  


DISCLAIMER
WE DONT HOST ANY ILLEGAL FILES ON THE SERVER
USE CONTACT US TO REPORT ILLEGAL FILES
ADMINISTRATORS CANNOT BE HELD RESPONSIBLE FOR USERS POSTS AND LINKS

... Copyright © 2003-2999 Sonsivri.to ...
Powered by SMF 1.1.18 | SMF © 2006-2009, Simple Machines LLC | HarzeM Dilber MC