I have converted my design
Hi,
Manish originally the inverter was built ono the PIC18F452 and had loads of features like true synchronized changeover using MOSFET based static switches to perform like a pseudo online UPS. Actually it was an adaptation of my motor control system using 18F4331. However the BOM cost was high so it was scaled dowm to mimic other designs already based on 16F72. Uses a pseudo software PWM. (Utilizes the inbuilt unit in compare mode to generate int and fire mosfets). Half-Bridge driving and a half cycle boost PFC for charging control. Vertical-Horizontal current based lookup table to get precalculated points (16F series do not support harware multiply). Most of the credit goes to Mr. Pramod Sinha of Jetmark Systems Delhi cause my 16F skill sucks. We could not share the code as it is a commercial project and we are legally binded. For clarifications and solving issues this forum is a great place and people (far far better than myself, Perhaps:D) would surely help you out. Best of luck. Where are you located in Delhi, I drop in there almost every month and stay in A6 Paschim Vihar.
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.
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.
Thanks Sougatha for the reply!
I have selected Mosfets with very low Rds on about 5mOhmm and 100V, 100A devices.
I also have optically isolated drivers from Avago ,but how about the power supply to these devices on output side i.e.Totempole and ground.I understand that a four out put supply with 18V and current? is required.
Is there any other means or method to escape this!
If you could suggest that Power supply cky that will be great.
Where is the Schematic in JPG?
Hi I browsed through the forum.
Which JPG were you talking about!
Quote:
Originally Posted by
psdayama
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.
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.
Very low harmonic sinewaves
Take a look at Don Lancaster's site at www.tinaja.com. Search for MAGIC SINEWAVES and you will find information on how to build very low harmonic sinewaves.
HTH
Brian
Sorry for not being able to keep up
Hi,
I am hardly getting time to get into the forum and I know I am missing something or the other.
Mincing,
Try to use a resistive load at the output of the bridge and inspect the i/o signals with a scope. Sometimes improver gate drive and/or switch off spike can kill MOSFETs. Please post the schematic and code snippets I will try to help if it is within my scope/knowledge. I am not as active now but you can count on every other member on this forum. Far far better than me.
If you find that you cannot reveal the code/schematic due to commercial problems you can pm me. Again I would try, no commitments.
Feed back correction problem
Hi sougata,
Hope everything is fine !
I have difficulty in reading the feed back and adjusting the PWM.
Presently I am reading a DC proportional to the output voltage.PWM is continuously adjusted and checked with the feed back.
However the moment ckt enter the closed loop out put becomes unstable.It keeps changing continuously.
Could you please throw some light on this./
Thanks,
No idea about your Hardware, Firmware
Hi,
I think I have not come across any schematics, code snippets. I don't even know which PIC at what Fosc you are using. May be I missed something as I am not regularly visiting this forum. Details...Please.