I'm kinda new to designing. I have a task at hand which I hope a kind soul is willing to guide me to right direction. I need to design a 2 output flyback converter. First Output would be (12V x 5A = 60 watts). 2nd Output would be (8V x 5A = 40 watts). Vin would be 230V AC, 50Hz. I have sourced through the web but there isnt much help in designing for beginners. Such as how do I calculate Cin, the Snubber, Cout and stuffs like that. I was planning to use the UC3844 as my Controller IC but the datasheet was too complex and only convered based on UC2845. Was planning to add a control feedback circuit from the output to the PWM IC. Thanks in advance.
-
1If you search for "TI webench", then go to the webench site and type in your requirements. You can get suggested, detailed part lists and schematics for the UC3844 and other power ICs that TI produces. If you start from 220VAC, you will be working with circuits that likely have voltages up to 400V and not power line isolated. – rioraxe Dec 01 '16 at 06:59
-
2Don't overlook the task of designing the magnetics. For an off-line switcher you'll probably want to meet applicable safety and EMC standards as well as have it function properly. – Spehro Pefhany Dec 01 '16 at 07:00
-
1What Spehro said, you design your flyback by designing the transformer and everything else follows. Also, 100 W total for a flyback is fully possible, but you are approaching what stops being resonable. For a fan cooled design with small requirements on efficiency. – winny Dec 01 '16 at 08:39
-
2As winny and spehro say, the transformer design is fundamental and is where you should start. Are you thinking of designing it or buying (as per the recommendation I gave on your previous question: http://electronics.stackexchange.com/questions/255608/dc-ac-inverter-principle-of-operation)? – Andy aka Dec 01 '16 at 08:41
-
@ Spehro - will take that into consideration. Thank you! – Iskandar Dec 01 '16 at 09:58
-
@ Winny - will take note on the transformer. Thank you! – Iskandar Dec 01 '16 at 09:59
-
@ Andy aka - As required by my professor, I have got to do it by scratch. Even though I was to use a current design, I need to justify each and individual component values through equations and theories. I have to start off simulating the circuit through PSIM and the PWM IC that is made available there was the UC38xx series. For the feedback system, there is the TL431 component. Once everything have stabilise, I would need to do a physical prototype and Im left with a year from now. – Iskandar Dec 01 '16 at 10:03
-
A year - that's plenty of time and kudos to you for trying to get to grips with it early. So, the trickiest part is the transformer. PWM frequency is chosen to avoid core saturation, snubber is designed to counter less than 100% winding coupling. Everything else is in the "10%" area so, spend 90% of the time you apply to this problem understanding how to design the flyback transformer. Take a look at this q&a for starters: http://electronics.stackexchange.com/questions/272287/flyback-transformer-core-heating-up/272354#272354 - what may perplex you is what you need to get to grips with. – Andy aka Dec 01 '16 at 10:17
-
@ Andy.aka, thanks for the heads up. I'll look into the transformer design and work slowly from there. Thanks once again. – Iskandar Dec 01 '16 at 11:07
2 Answers
I would like to warn you that full blown mains converter design, at any reasonable power level is not for beginners, far from it. The mains AC poses high risks during the design and debugging process and there are many practical pitfalls both in schematic design and in the layout of the design, such as parasitics.
But regarding the question the design resources are quite scattered. I do not ever remember running into a "A to Z" article for a multiple output mains converter with all the important aspects covered, but i can tell you that many datasheets and application notes from the various IC giants (Texas Instruments, Analog Devices, Onsemi, Maxim, etc, etc) contain various information in varying quantities. So unless you are willing to buy a good book on converter design (many available from amazon for example, i do not know the best one) you should look at as many PWM controllers datasheets as you can find, you might even run into a controller that makes your life as easy as possible.
You will run into another challenge when you look at the feedback loop design, especially if it requires manual compensation, but you will find some articles online on different compensation schemes and how to use a TL431 for example to create a feedback path through a optocoupler, but it is alot of guesswork and very difficult to verify without a network/spectrum analyzer.

- 381
- 2
- 11
-
Hi user70614, Im facing the pressure of handling various information from different sources. Trying to sieve out which ones are related to mine. Thanks for the advice. – Iskandar Dec 01 '16 at 09:58
Please mind that you're trying to design an offline SMPS which can turn into an oscillator if not designed carefully and properly.
I've designed a lot of flyback and forward converters but writing down all the steps including transformer design is quite time-consuming for me. Sorry for that. So, for now, the easiest way is providing already-existing materials.
First, please get at least one of the following:
Switching Power Supply Design by Abraham Pressman
Switchmode Power Supply Handbook by Keith Billings and Taylor Morey.
Second, googling "UC3843 appnote" and "Offline Flyback Design" can give a lot of design guides and appnotes:
http://www.ti.com/lit/an/slua143/slua143.pdf (Design Guide and Appnote with UC3843/3844/3845)
http://www.onsemi.com/pub_link/Collateral/AN1327-D.PDF (Design Appnote)
https://www.fairchildsemi.com/application-notes/AN/AN-4140.pdf (Transformer Design)
Flyback converter losses (My answer about flyback transformer design on another topic)
https://www.fairchildsemi.com/application-notes/AN/AN-4137.pdf (General Offline Flyback Design but not with UC3843)
http://www.planetanalog.com/author.asp?section_id=3265&doc_id=563351 (RCD Snubber Design)
PS: These materials provide all the necessary information. You cannot get the full background by only reading and calculating. You have to build, measure, see waveforms etc. But if you have questions about specific steps (e.g. air-gap calculation, winding, stabilization network etc.), don't hesitate to ask.

- 26,954
- 3
- 25
- 67
-
Hi Rohat, I've gotten the Switching Power Supply Design by Abraham Pressman. Its just digesting the complex information that appears to be a problem. I will look into the links that you have provided thank you. – Iskandar Dec 01 '16 at 09:56