Sine wave power inverter


Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 40 of 245

Hybrid View

  1. #1
    Join Date
    Jun 2005
    Location
    Mumbai,India
    Posts
    43


    Did you find this post helpful? Yes | No

    Default Is this thread dead?

    Hello everybody (Saugata,Mel xxxx)
    I wonder why there is no activity here since last month!
    I have just now made a inverter of Delhi type with sinewave output.
    The transformer for 500VA output is whopping 10kg in weight.
    You all may be discussing sine wave with PIC but practically
    there is no use if such big transformers have to be used and adding
    to cost about 60% of the project.
    I have hit an idea to circumvate this and will discuss if anybody
    is interested.
    HAPPY DIWALI!!
    dayama

  2. #2
    Join Date
    Feb 2005
    Location
    Kolkata-India
    Posts
    563


    Did you find this post helpful? Yes | No

    Smile Well go on please

    Hi Dayama,

    I actually wrote the code for a customer's specific requirement and know any further development is entirely personal and my current schedule does not permit actually working on it. Currently I have a running code with fair sinewave output. However THD measurements and transient response characteristics were not done. Also to use it like a UPS I need to design a fast transfer circuit. The sugar cube relays are fast enough but fails with increasing and mixed type load. I have incorporated an interrupt based AC Fail detection circuit that checks the following:

    1. Improper Line Frequency
    2. Unhealthy AC-Line Voltage
    3. Sudden brown/black out

    When I compl



    As far as the transformer issue goes I beleive it will take much time and effort which is beyond my scope right now. Also in Kolkata it is very difficult to source good quality ferrite cores.

    As I told you previously we need to have a high frequency carrier and modulate it with a 50Hz sine table. (Which I am doing anyway). Use of the high frequency should theoritically be used to drive a ferrite cored transformer (read low cost light weight) so a low pass filter in the secondary should reconstruct the modulating 50Hz.

    BTW I am attending the Microchip Masters Seminar at Lonavala on 29th nov. are you?

    Thanks for keeping this thread alive and giving me a kick to ponder further.

    Regards

    Sougata

  3. #3
    Join Date
    Jun 2005
    Location
    Mumbai,India
    Posts
    43


    Did you find this post helpful? Yes | No

    Default Thanks

    Hi Saugata,
    Its OK to be late than never. I think U should stop the work on high frequency
    as there are more complcations. Instead I suggest that whats Ur code for
    current work is alright.
    I am planning to make inverter with Half Bridge
    output which is direct to Load and not thru transformer. Problem is everybody is inverting at low frequency of 50Hz from battery. And use same
    transformer for charging battery when on mains.
    If we make high frequency >40 Khz inverter with
    square wave and output is rectified and made high voltage DC then with dual supplies (+/-) we can use IGBT/MOSFET half bridge to drive sinwave output
    directly without transformer. This will save the output transformer cost and ferrite transformer would cost hardly 100/-. Also for charging battery same type SMPS circuit can be used and its wattage can be max 120W which would cost hardly 200/-.(Old PC SMPS 250W are available for 150/- in market)
    I am still designing the circuit. I will post the block diagram here as soon as
    it is ready.
    When you are working with this type circuit U can have slightly expensive
    circuit which doesn't require a relay -sugar cube or any type as U are just switching DC sources with help of diodes and they are very fast!
    Basic plan is
    MAINS POWER---|----->SMPS WITH CHARGE CONTROL--> BATTERY->-|
    |_____>RECTIFIER --->|<RECTIFIER--<SQR.INVERTOR<|
    |
    50HZ PWM INVERTOR WITH HALF BRIDGE OUTPUT
    |
    LOAD WITH SMALL FILTER

    This ckt will work like true online UPS still expensive just as much as ordinary
    invertors.But U can have Ur DSP alright and also PICs other a/d lines can be used for battery charge management as well!
    For cheaper type the Mains rectifier for dual supply can be ommited and
    instead sugar cube relay used for switching outputs. Half wave +/- rectifier
    requires costly HV elcos.
    For good ferrites ask for dealer of Cosmo Ferrites. U check their list on web page. There is another manufacture Hinodaya.
    I won't be attending M'Chip Masters course as I am just beginer in this field but not to programming. May be I will attend next time when I hope to get some nuances and I am working on Transformer Ratio test set(comparator
    type) and want to use PIC for advanced features.So I think that I will also be
    familiar with PICBASIC then.
    Wish all the best for conference.My place is abt 2hrs from Lonavala
    regards,
    psdayama

  4. #4
    Join Date
    Feb 2005
    Location
    Kolkata-India
    Posts
    563


    Did you find this post helpful? Yes | No

    Default What you are proposing is a dual conversion design!

    Hi Dayama,

    What you are proposing is a dual conversion design. When you have a battery bank of greater voltage it makes sense other wise for a 12/24 volt system consider this.

    1. The Primary current will in the order of 50 AMPs so it is necessary to use copper bands for the primary windings.

    2. Frequency has to be kept high (ferrites) consider the switching losses of the primary MOSFETs

    3. You have two different switching stage so a single PIC may complicate your programming issues.Of course you can use a ready made SMPS controller like the SG3525 but then this forum may not be the right place to discuss.

    4. Microchip has a very good appnote on such type of design.

    If you are using PBP then this forum will help you out in solving problems.

    One of my laboratory power supplies runs on a PIC for a Buck regulator.

    We get only a limited supply (not all models) of cosmo ferrites so it is beyond my scope of experiment. However I would definately like to meet you while I am in Mumbai.Send me a private email if you are interested.

    Regards

    Sougata

  5. #5
    Join Date
    Jun 2005
    Location
    Mumbai,India
    Posts
    43


    Did you find this post helpful? Yes | No

    Default Dual conversion

    Dear Saugata,
    please read my comments pointwise:


    Quote Originally Posted by sougata
    Hi Dayama,

    What you are proposing is a dual conversion design. When you have a battery bank of greater voltage it makes sense other wise for a 12/24 volt system consider this.
    1. The Primary current will in the order of 50 AMPs so it is necessary to use copper bands for the primary windings.
    When one is making Inverter/UPS then the transformer and MOSFETS
    have to handle this currents and I have seen atleast 3in parallel to do this.
    I think It is OK for 500VA and for 1KVA one has to use 24V battery for same
    purpose. Higher rated systems are using batteries 48V or even 110V!!!

    2. Frequency has to be kept high (ferrites) consider the switching losses of the primary MOSFETs.
    Frequency has been optimised to 40-60KHz for considering this aspect.
    I would like to use more than 100Khz if possible but then MOSFETs would be
    beyond reach.

    3. You have two different switching stage so a single PIC may complicate your programming issues.Of course you can use a ready made SMPS controller like the SG3525 but then this forum may not be the right place to discuss.
    My design has 3 switching stages. a)First for conversion to 12V from 230V(SMPS), second a simple Inverter to convert 12Vdc to 300V dc dual supply and lastly the Sinewave converter with half bridge for direct output.
    SMPS is based on SG3525 and dc to dc also same but they can have analog
    control inputs with additional PWM from Microchip instead of DAC.The last converter is entirely based on Microchip and same chip can used for other indication or control functions. One has to consider the entire system development and how to make optimum use of available resources. It is just
    not possible to use one PIC for all functions reqd.

    4. Microchip has a very good appnote on such type of design.
    Please do send link for that design.

    5.If you are using PBP then this forum will help you out in solving problems.
    Im not aware of PBP. I am doing programming in Assembly and use a
    program to convert it in code.

    6.One of my laboratory power supplies runs on a PIC for a Buck regulator.
    Im very interested know about it.

    7.We get only a limited supply (not all models) of cosmo ferrites so it is beyond my scope of experiment. However I would definately like to meet you while I am in Mumbai.Send me a private email if you are interested.

    Regards

    Sougata
    Please visit cosmo ferrite website. They have dealers all over India and
    Kolkata must be having some. If U want some hard to get size then I can
    help. But for regular supplies the company will gleadly contact U.
    I think I have missed Ur reply due to incorrect setting of intimation. Im
    sending U private email for details.
    Thanks,
    psdayama

  6. #6
    dknagare's Avatar
    dknagare Guest


    Did you find this post helpful? Yes | No

    Thumbs up High Freq. Sinewave Inverter

    Quote Originally Posted by psdayama
    Dear Saugata,
    please read my comments pointwise:




    When one is making Inverter/UPS then the transformer and MOSFETS
    have to handle this currents and I have seen atleast 3in parallel to do this.
    I think It is OK for 500VA and for 1KVA one has to use 24V battery for same
    purpose. Higher rated systems are using batteries 48V or even 110V!!!


    Frequency has been optimised to 40-60KHz for considering this aspect.
    I would like to use more than 100Khz if possible but then MOSFETs would be
    beyond reach.


    My design has 3 switching stages. a)First for conversion to 12V from 230V(SMPS), second a simple Inverter to convert 12Vdc to 300V dc dual supply and lastly the Sinewave converter with half bridge for direct output.
    SMPS is based on SG3525 and dc to dc also same but they can have analog
    control inputs with additional PWM from Microchip instead of DAC.The last converter is entirely based on Microchip and same chip can used for other indication or control functions. One has to consider the entire system development and how to make optimum use of available resources. It is just
    not possible to use one PIC for all functions reqd.



    Please do send link for that design.



    Im not aware of PBP. I am doing programming in Assembly and use a
    program to convert it in code.


    Im very interested know about it.


    Please visit cosmo ferrite website. They have dealers all over India and
    Kolkata must be having some. If U want some hard to get size then I can
    help. But for regular supplies the company will gleadly contact U.
    I think I have missed Ur reply due to incorrect setting of intimation. Im
    sending U private email for details.
    Thanks,
    psdayama
    I have tried 3 to 4 designs of this type of technology. About 5 years ago i used SG3525 @ 50KHz for battery boost 12VDC to 320VDC and then chopped with squarewave 50 Hz using again SG3525. I have used full bridge for DC to AC conversion. The result is very satisfactorily over 5 Years of cont. use now I am trying to make it sinewave within a month or so it will be ready.

  7. #7
    Join Date
    Feb 2005
    Location
    Kolkata-India
    Posts
    563


    Did you find this post helpful? Yes | No

    Default Thanks for making this thread alive again

    Hi,

    I originally posted this thread and I would like to know the details what you are actually trying to do.
    Regards

    Sougata

  8. #8


    Did you find this post helpful? Yes | No

    Default Sine wave inverter

    Hi Everyone,

    I have just started work on sinewave inverter using Metal transformer, using PIC microcontroller.
    Can anyone provide me some tips.

  9. #9
    Join Date
    Jan 2006
    Location
    Istanbul
    Posts
    1,185


    Did you find this post helpful? Yes | No

    Default

    Navneet,

    That is something that a lot of people are asking for.

    If you find code examples pls remember to come back here and post.

    --------------------------------
    "If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte

  10. #10
    Join Date
    Oct 2003
    Location
    holland
    Posts
    251


    Did you find this post helpful? Yes | No

    Default

    I made for an old friend a chip where he could select one of 16 sinewave frequencies to open a relay in a repeater (for transmitting)
    Here is a part of the programm only one frequency (50Hz) is there now.
    the rest is not important.
    It gives the 50 Hz in 200 parts of pwm.
    When putting a lowpass filter after the output. The sinewave is back.
    Regards,
    Mat
    Attached Files Attached Files

  11. #11
    Join Date
    Jun 2005
    Location
    Mumbai,India
    Posts
    43


    Did you find this post helpful? Yes | No

    Question Going backwards?

    Quote Originally Posted by Navneet Vinaik
    Hi Everyone,

    I have just started work on sinewave inverter using Metal transformer, using PIC microcontroller.
    Can anyone provide me some tips.
    Hi Navneet,
    it seems that U are trying to reinvent wheel!
    Please go thru the whole thread. In last post I mentioned one article
    which is evaluation of PWM sinewave inverter. Also there has been discussion
    on disadvantages of metal txr. If U can design proper program for sinewave
    PWM then U can utilise ferrite txrs with switching frequency 25KHz and above.
    The cost & weight of metal txr is major problem.
    Rest wish U best of luck!

  12. #12


    Did you find this post helpful? Yes | No

    Default Thanks for yr replys.

    Thanks Psdayama, Mat and Sayzer.

    I have downloaded the code and paper.
    Can anyone guide me hw to calculate the pulse width's effectively?

  13. #13


    Did you find this post helpful? Yes | No

    Default pic 16f72 based inverter source code

    HI sougata

    can you please send me the sourcecode for pic 16f72 based inverter. please find the attachment for 16f72 based inverter circuit.
    i'm waiting for your valuable reply.

    Thanks and regards,
    Karthick
    [email protected]

  14. #14


    Did you find this post helpful? Yes | No

    Default 16f72 based inverter

    HI sougata

    can you please send me the sourcecode for pic 16f72 based inverter. please find the attachment for 16f72 based inverter circuit.
    i'm waiting for your valuable reply.

    Thanks and regards,
    Karthick
    [email protected]
    Attached Images Attached Images   

  15. #15
    Join Date
    Sep 2012
    Posts
    2


    Did you find this post helpful? Yes | No

    Default Re: 16f72 based inverter

    Source code is property of jetmark technology,delhi, of above schematic available on commercial terms.
    Best regards
    pksinha

  16. #16


    Did you find this post helpful? Yes | No

    Default Re: 16f72 based inverter

    Regarding sine wave generation and sinusoidal pulse width modulation, I have written quite a few articles and have posted them on my blog. You can find them here:


    Generation and Implementation of Sine Wave Table
    http://tahmidmc.blogspot.com/2011/01...n-of-sine.html

    Smart Sine - Software to generate sine table
    http://tahmidmc.blogspot.com/2012/10...rate-sine.html

    Generation of sine wave using SPWM in PIC16F684
    http://tahmidmc.blogspot.com/2012/10...pwm-in_10.html

    600W 50Hz sine wave inverter test circuit
    http://tahmidmc.blogspot.com/2012/10...rter-test.html

    Feedback in sine wave inverter (PIC16F series based)
    http://tahmidmc.blogspot.com/2012/11...er-pic16f.html

    Demystifying The Use of Table Pointer in SPWM - Application in Sine Wave Inverter
    http://tahmidmc.blogspot.com/2013/02...ointer-in.html

    Sine Wave Generation without ECCP - Using single CCP Module of PIC16F877A
    http://tahmidmc.blogspot.com/2013/02...t-eccp_16.html

    Sine Wave Generation with "Fast PWM Mode" of AVR - using ATmega16
    http://tahmidmc.blogspot.com/2013/02...mode_2525.html

    I hope everyone finds these articles/tutorials helpful.

    Regards,
    Tahmid.

  17. #17
    Join Date
    Feb 2013
    Posts
    4


    Did you find this post helpful? Yes | No

    Default Re: pic 16f72 based inverter source code

    I have built this inverter but am having some issues with the charging, when I put on the mains my FETs get burnt especially the 2 Low side.
    Can some one give me solution to this problem

  18. #18
    Join Date
    Mar 2008
    Posts
    25


    Did you find this post helpful? Yes | No

    Default Re: pic 16f72 based inverter source code

    can you post the aspect of your code that deal with the charging?. here you are talking about syncronouse boost charging when you are using the 2 lower fet to efect the charging. in this case the 6v at the secondary of the same power tansformer is boosted to about 14v to cgarge the battery.note however that at this time of cgarging the upper 2 fets must be switched off then pass you PWModulated signal of a particular duty cycle to drive the lower mosfet. remember equally you are using the leakage inductance of the power transformer for the inductor part of a typical boost converter.
    i hope this help,
    regards,
    babalola.

  19. #19
    barkerben's Avatar
    barkerben Guest


    Did you find this post helpful? Yes | No

    Default

    I made a 24v, 250W Quasi sine wave inverter using a basic PIC (can't remember the exact details) a couple of years back.

    It used quasi sine rather than full sine - in other words, a square wave with dead time. Having said that, regulation was less than 10% at full load, and efficiency was over 95%. Quite good fun really...

  20. #20
    Join Date
    Jun 2005
    Location
    Mumbai,India
    Posts
    43


    Did you find this post helpful? Yes | No

    Default Quasi SineWave inverter

    Quote Originally Posted by barkerben
    I made a 24v, 250W Quasi sine wave inverter using a basic PIC (can't remember the exact details) a couple of years back.

    It used quasi sine rather than full sine - in other words, a square wave with dead time. Having said that, regulation was less than 10% at full load, and efficiency was over 95%. Quite good fun really...
    Quasi SineWave shouldn't require PIC !
    Also regulation seems to poor as even 1% easily achievable. May be U have
    some special functions so U are welcome to elaborate.
    psdayama

  21. #21
    barkerben's Avatar
    barkerben Guest


    Did you find this post helpful? Yes | No

    Default

    I think we used a PIC for two rasons. Firstly, we wanted the option of going to full sine wave. Secondly, we could eliminate regulation by dynamically changing the deadtime in the quasis sine wave. The 10% (I think it was 10% - lng time ago now) was without any feedback, when running at full load (250W). The PIC was also useful at startup.

    Ben

  22. #22
    Join Date
    Jun 2005
    Location
    Mumbai,India
    Posts
    43


    Did you find this post helpful? Yes | No

    Default PIC for quasi sine wave UPS

    Hi barkerben !
    thanks. It was just curiosity as just few months ago Electronics For You (EFY)
    India magazine has published simple inverter with just few ICs and Mosfets.
    Of course there are some commercially available inverter cards (Digital Inverter)
    with PICs costing no more than Rs.500/- with Quasi sinewave output and frills
    of DSP. These are good for PCs and lighting but give lots of problem with fans & motors. They also give regulation of better than 1% in inverter mode and +/-10% in mains mode.
    psdayama

  23. #23
    robinjacob's Avatar
    robinjacob Guest


    Did you find this post helpful? Yes | No

    Default Sine wave Inverter

    Hi Sougata,
    Have you finally designed the sine wave inverter? I am really interested to see the design. If you can please send me a schematic.

    Thanks and Regards
    Robin Jacob.

  24. #24
    Join Date
    Jun 2005
    Location
    Mumbai,India
    Posts
    43


    Did you find this post helpful? Yes | No

    Default Sine wave Inverter

    Hello!
    just scroll down and U will find the schematic in jpg format.
    I don't know if Saugata will give the code.
    Some part he has already explained.

  25. #25
    Join Date
    Feb 2005
    Location
    Kolkata-India
    Posts
    563


    Did you find this post helpful? Yes | No

    Default Yeah! But improvements due

    Hi there,

    I did finish the project and managed low harmonic content and descent crest factor but need to improve on the distortion issues on mixed inductive loads.Please note that it is a commercial project and I just cannot share it on this forum. However I would certainly like to answer specific queries.

    Off the track I would like to express my gratitude to PSDayama whome I met personally on my trip for the Microchip Master's Conference. A warm welcome and great hospitality moved me. I thank this forum too.

    Regards

    Sougata

  26. #26
    Join Date
    Jun 2005
    Location
    Mumbai,India
    Posts
    43


    Did you find this post helpful? Yes | No

    Thumbs up Thanks to Forum

    Hi Everybody,
    I met this nice chap SAUGATA thru this forum and very happy to
    interact on subject which Im trying to learn from scratch.Of course
    I am little old (>55years) but one is student all his life!
    I want to thank the forum for getting to know many young people
    and their expertise and exploits ;-)
    Lets hope everybody gets on ahead with the subject matter.
    Regards,
    psdayama
    Last edited by psdayama; - 7th December 2005 at 04:21.

  27. #27
    Join Date
    May 2007
    Location
    Hyderabad,India
    Posts
    29


    Did you find this post helpful? Yes | No

    Default Where is the Schematic in JPG?

    Hi I browsed through the forum.
    Which JPG were you talking about!


    Quote Originally Posted by psdayama View Post
    Hello!
    just scroll down and U will find the schematic in jpg format.
    I don't know if Saugata will give the code.
    Some part he has already explained.

  28. #28
    Join Date
    Feb 2005
    Location
    Kolkata-India
    Posts
    563


    Did you find this post helpful? Yes | No

    Default Could you post a schematic or block diagram

    Hi Mincing,

    I would like to know which Avago(Agillent ?? ) drivers you are using and which MOSFETs. What is the intended configuration and if it is being directly connected to load or by a transformer.

    Please give the required spec of your design in details.
    Regards

    Sougata

  29. #29
    Join Date
    Sep 2008
    Posts
    3


    Did you find this post helpful? Yes | No

    Default Sinewave inveter

    Quote Originally Posted by psdayama View Post
    Hello!
    just scroll down and U will find the schematic in jpg format.
    I don't know if Saugata will give the code.
    Some part he has already explained.
    Hi All,

    Colud you please suggest me about Sinewave Inverter schematic.

  30. #30
    Join Date
    Sep 2008
    Posts
    3


    Did you find this post helpful? Yes | No

    Default Sinewave inveter

    Quote Originally Posted by psdayama View Post
    Hello!
    just scroll down and U will find the schematic in jpg format.
    I don't know if Saugata will give the code.
    Some part he has already explained.
    Hi All,

    I am going to desgin a 400VA-600VA Invertor using PIC16F676 microcontroller & IRF317, Colud you please suggest me your comments over it.



    Thanks
    Bhatu Shinde

  31. #31
    Join Date
    Sep 2008
    Posts
    3


    Did you find this post helpful? Yes | No

    Smile Sinewave inveter

    Quote Originally Posted by psdayama View Post
    Hello!
    just scroll down and U will find the schematic in jpg format.
    I don't know if Saugata will give the code.
    Some part he has already explained.
    Hi All,

    I am going to desgin a 400VA-600VA Invertor using PIC16F676 microcontroller & IRF317, Colud you please help me.


    Thanks
    Bhatu Shinde

  32. #32
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default

    Other than the sheer joy of being able to say" I did it", Why?
    see link below:
    http://www.harborfreight.com/cpi/cta...emnumber=92708
    money wise you will be upside down to roll your own.
    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

  33. #33
    Join Date
    May 2007
    Location
    Hyderabad,India
    Posts
    29


    Did you find this post helpful? Yes | No

    Smile transformer design

    Dear Souhgata,

    Thank you for giving so much of info.What was the ratings of UPS you have made.and what were the efficiencies.
    Could you please help with Transforner design information.

    Also I have seen a round core trnsformer some ............

    also if you are using full bridge topology how do you drive the bridge..........

    If you could help with LLC filter inductor design and transformer ,that would be really great.

    Thanks in advance

  34. #34
    Join Date
    Feb 2005
    Location
    Kolkata-India
    Posts
    563


    Did you find this post helpful? Yes | No

    Default Sorry for being late in reply

    Hi Mincing,

    I was too busy in a project and really coudn't get the time to reply to the thread.

    1. For the driver part I use TLP250 from Toshiba. Get the datasheet and everything should be easy.

    2. For the bridge you would be using all N-Channel Mosfet perhaps cause they are readily available and have much lower Rds On compared to P-Channel. However switching the high side MOSFETs are a little tricky. You need to have a charge-pump circuit to switch them on. Try the IR2101 it makes your design much easy.

    3. To maintain low distortion in the output use a flux reset method when changing cycle. You do this by turning of the high-side mosfet, then turning on the other low side mosfet (both low side mosfets on) and then turning off the one which is not required for the current cycle and finally starting the high side driver of the corresponding cycle.

    4. Please note that keep your high-side MOSFETs turned on during the entire cycle and apply PWM to the low side MOSFET. Initially I tried steering the PWMs to all of the four MOSFETs to make up for the conduction switching loss. But it did not produce satisfactory results.

    5. Now for the transformer design. Say you are operating on a 12 volts battery. Now when the battery is full charged it is upto 13.8 volts nominal and before the deep-discharge of at around 10.8 volts. You can reduce the voltage with PWM but cannot increase it with the current scheme (boosting can be done, theoritically using a boost PFC like technique but I failed to do so). So keep your transformer primary at around 7.5 to 8 volts. This accomodates conduction loss, battery low, and so on.

    6. Now the problem is that the same transformer is being used for charging and you need to boost the voltage during charging. Well a PFC boost method can be applied. See the attached PDF. Note the high side rectifiers are your high side mosfet's body diode.

    I am attaching a few more documents links which can be handy during the design process. Sorry for Rapidshare. The documents are more than the allowed 200kb and a multipart zip/rar would have been around 10 parts.

    Here are the document links:

    http://rapidshare.com/files/34936881...r_with_PFC.pdf

    http://rapidshare.com/files/34936883...ter_Design.pdf

    http://rapidshare.com/files/34936882...c-inverter.pdf



    I am sorry I may not be able to provide active support on this thread due to time limitation but will always try too within my knowledge and scope. (I am a completely self-taught with little or no academic background, So I might not be accurate all the times and ready to learn from others.)

    I may start up a project on high frequency double-conversion sine wave inverter that utilizes Ferrite Core Transformers as PsDayama suggested. However it would be based on the dsPIC 30F2020. I still don't know whether I would be able to take up that project. Cause I have very little time left for myself catering to clients.

    Anyways its good to see that the thread is alive again and would refresh my knowledge base.
    Regards

    Sougata

  35. #35
    Join Date
    May 2007
    Location
    Hyderabad,India
    Posts
    29


    Did you find this post helpful? Yes | No

    Default Thanks Sougatha!

    Thanks Sougatha!

    However I am building SI with Full bridge and isolation transformer.

    My Dc input to bridge is 48V DC.

    I am using optically isolated gate drivers.I need a 4 output power supply with isolation.

    I am looking for suggestions.

  36. #36
    Join Date
    Feb 2005
    Location
    Kolkata-India
    Posts
    563


    Did you find this post helpful? Yes | No

    Default TLP250 is an optically isolated gate driver

    Hi,

    I mentioned TLP250 for the gate drivers. They have an optically isolated input and a totem pole output. It works great with IGBTs too. While your DC input is 48 volts be carefull about choosing the MOSFETs . Generally MOSFETs with greater breakover voltage have higher RdsOn. While it may seem logical to use a 100volts MOSFETs for the design. Please note that hard turn off of the MOSFETs connected to inductive load causes ringing in the drain as well as gate. So surges may kill them. Snubbers are recommended and fully avalanche rated MOSFETs should be used. If you keep your PWM frequency lower that will result in lower switching losses however may produce audible noise.

    Best of luck in your design.
    Regards

    Sougata

  37. #37
    Join Date
    Feb 2005
    Location
    Kolkata-India
    Posts
    563


    Did you find this post helpful? Yes | No

    Default I agree with you Charles

    Quote Originally Posted by sougata View Post
    4. Please note that keep your high-side MOSFETs turned on during the entire cycle and apply PWM to the low side MOSFET. Initially I tried steering the PWMs to all of the four MOSFETs to make up for the conduction switching loss. But it did not produce satisfactory results.
    Hi Charles,

    Your system was essentially a double conversion system. Although it has two power stages but the sinewave regulation becomes real easy when you have your DC bus regulated. I had my original design of the DC boost using a SG3525 followed by a PIC driving MOSFETs to produce the sinewave. Now I am trying to utilize a dsPIC (I am in the process of learning it and still a Newbie ) to handle both the conversions as well as battery charging on mains availability. My knowledge in SMPS is very limited till date and I am working hard for those "gotchas". So wish me luck. (I need it for keeping the number of toasted MOSFET/Chopper low, obtained during trial phase)
    Regards

    Sougata

  38. #38


    Did you find this post helpful? Yes | No

    Default DSPIC based Inverter

    Quote Originally Posted by sougata View Post
    Hi Charles,

    Now I am trying to utilize a dsPIC (I am in the process of learning it and still a Newbie ) to handle both the conversions as well as battery charging on mains availability. My knowledge in SMPS is very limited till date and I am working hard for those "gotchas". So wish me luck. (I need it for keeping the number of toasted MOSFET/Chopper low, obtained during trial phase)
    Dear Sougata,

    I have a short experience in this domain but have learnt quite a few things. I have developed a UPS on 16F676, square wave inverters on 16F72 and sinewave inverter again on 16F72 based on H bridge..... all in the past one year. Now, I am keen to work on ferrite core...so if you can guide me some thing..please help....I want to grow in this field, presently am working on SMPS designing(low power, upto 200W only)....the fire is there in me, everyone please guide....

  39. #39
    Join Date
    Sep 2005
    Location
    Campbell, CA
    Posts
    1,107


    Did you find this post helpful? Yes | No

    Default

    Many years ago I made a 400W . 120V *PURE* sine wave inverter using a PIC. The input voltage was 48. I used a normal inverter (with a ferrite transformer) to give me a regulated 185VDC to feed the PIC-based H-bridge sine wave section.

    I used high-side drivers and FETS on the "top" two legs of the bridge and ordinary (low side) drivers and FETs on the lower two.

    The high-side drivers can't be "PWM-ed". So I alternately turned them on (one for each half-cycle) while using 78Khz PWM on the lower two. Simple CMOS gates prevented "punch-through" by not allowing the upper and lower FETs on the same side to conduct simultaneously. A small (47uH) inductor was in series with the load and a .1uF was across the load. A scope showed the output to be a perfect sine wave with no glitches whatsoever.

    The PWM value was from a lookup table (the program was written in assembly).

    The switching FETs needed only a small heat sink.
    Charles Linquist

  40. #40
    Join Date
    May 2007
    Location
    Hyderabad,India
    Posts
    29


    Did you find this post helpful? Yes | No

    Default Thanks !

    Quote Originally Posted by Charles Linquis View Post
    Many years ago I made a 400W . 120V *PURE* sine wave inverter using a PIC. The input voltage was 48. I used a normal inverter (with a ferrite transformer) to give me a regulated 185VDC to feed the PIC-based H-bridge sine wave section.

    I used high-side drivers and FETS on the "top" two legs of the bridge and ordinary (low side) drivers and FETs on the lower two.

    The high-side drivers can't be "PWM-ed". So I alternately turned them on (one for each half-cycle) while using 78Khz PWM on the lower two. Simple CMOS gates prevented "punch-through" by not allowing the upper and lower FETs on the same side to conduct simultaneously. A small (47uH) inductor was in series with the load and a .1uF was across the load. A scope showed the output to be a perfect sine wave with no glitches whatsoever.

    The PWM value was from a lookup table (the program was written in assembly).

    The switching FETs needed only a small heat sink.
    Can I get to see the schematic.Idea is quite interesting.In your case how big would be the heat sinks on High side FETs.

    Also I would like to know how to post block diagram/schematic in to the forum,so that I can put my design to give a clear understanding.

Similar Threads

  1. Replies: 6
    Last Post: - 31st March 2014, 13:25
  2. sine wave inverter
    By BADAL123 in forum Off Topic
    Replies: 0
    Last Post: - 7th January 2014, 13:20
  3. Low pass filter help - pure sine wave inverter
    By George in forum Off Topic
    Replies: 1
    Last Post: - 9th April 2011, 05:24
  4. sine inverter
    By anybisi in forum General
    Replies: 0
    Last Post: - 21st March 2008, 11:08
  5. squre wave inverter
    By pramodsinha in forum Forum Requests
    Replies: 1
    Last Post: - 11th December 2005, 17:38

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts