Sine wave power inverter


Closed Thread
Results 1 to 40 of 245

Hybrid View

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


    Did you find this post helpful? Yes | No

    Default dead time problem

    Hi friends,

    I have difficulty in seeing the bridge driven through with sinePWM.

    I have built everything but the bridge is getting shorted when I try to run the inverter.

    Any Ideas how to achieve dead time control in Software.

    Sougata are you active?

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


    Did you find this post helpful? Yes | No

    Default 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.
    Regards

    Sougata

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


    Did you find this post helpful? Yes | No

    Default Hi sougata!

    Thanks for the reply!

    I understood that the current drawn(peak current ) is actually higher than what is seen on front panel meter of the Power supply I used.

    Do you have any calc. for peak currents that flow in to the bridge?

    Actual current or Dc current is only about 1.5 to 2Amps but peak is over 5Amps. at about 15 to 20 V on no load with a transformer connected.



    Also what happened to your Double conversion Inverter. I have some documents ,I like to forward to you on the subject.
    I am not sure if I can post them here, give me your mail ID I 'll forward the same.

    Any one who wants to build HF inverter.

    Thanks again!

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


    Did you find this post helpful? Yes | No

    Default 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,

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


    Did you find this post helpful? Yes | No

    Default 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.
    Regards

    Sougata

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


    Did you find this post helpful? Yes | No

    Default My circuit & schematics

    Dera Sougata,

    I have attached a simple block diagram of Inverter I am working on.

    Hope this would give an Idea of my circuit.

    Kindly suggest what should be feed back routine.
    We are using C with MPLab.

    Thanks and waiting for your reply
    Attached Files Attached Files

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


    Did you find this post helpful? Yes | No

    Question Still unclear

    Hi,

    I am not an expert on C (uNsUrE of my expertise of PBP aswell ) so may be cannot help much with the code (which has not been posted ) but here are some tips.

    According to your schematic:

    1. Feedback is from one cycle only (not recommended)
    2. Driving through inverters means both MOSFETs doing PWM (wasting energy)
    3. Use Flux reset when changing phase
    4. Be sure that the computed PWM is not eating up cycles and resulting in uneven spread of the modulating PWM

    Please report what happens when no feedback is used. Use a lower duty cycle lookup table to ensure that your MOSFETs are not fried due to full drive. Or use a lower input supply to the Bridge.
    Regards

    Sougata

  8. #8


    Did you find this post helpful? Yes | No

    Default Flux Reset

    Quote Originally Posted by sougata View Post
    Hi,

    I am not an expert on C (uNsUrE of my expertise of PBP aswell ) so may be cannot help much with the code (which has not been posted ) but here are some tips.

    According to your schematic:

    3. Use Flux reset when changing phase
    .
    Dear Sougata,

    What is flux reset when changing phase, can you please give me some more information about it.

    Regards,

    Navneet
    Last edited by Navneet Vinaik; - 16th July 2007 at 05:26. Reason: Spelling Mistake

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


    Did you find this post helpful? Yes | No

    Default Hi sougata!

    I was just trying to understand this concept of flux imbalance control.

    However I could not make out how we do it practically.Do we have to implement it in software or hardware.

    I observed lot of noise while the current wave drops tozero and below.NO load voltage waveform is a correct sinewave.

    Kindly tell me how to implement the flux balance control.

    regards,





    Quote Originally Posted by sougata View Post
    Hi,

    I am not an expert on C (uNsUrE of my expertise of PBP aswell ) so may be cannot help much with the code (which has not been posted ) but here are some tips.

    According to your schematic:

    1. Feedback is from one cycle only (not recommended)
    2. Driving through inverters means both MOSFETs doing PWM (wasting energy)
    3. Use Flux reset when changing phase
    4. Be sure that the computed PWM is not eating up cycles and resulting in uneven spread of the modulating PWM

    Please report what happens when no feedback is used. Use a lower duty cycle lookup table to ensure that your MOSFETs are not fried due to full drive. Or use a lower input supply to the Bridge.

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


    Did you find this post helpful? Yes | No

    Exclamation Little more please!

    When feed back is not used the out put is pure sinewave.
    ."

    However I could not make out how we do it practically.Do we have to implement it in software or hardware.

    I observed lot of noise while the current wave drops tozero and below.NO load voltage waveform is a correct sinewave.

    I would also like to understand " I was just trying to understand this concept of flux imbalance control

    Kindly tell me how to implement the flux balance control.

    regards,




    Quote Originally Posted by sougata View Post
    Hi,

    I am not an expert on C (uNsUrE of my expertise of PBP aswell ) so may be cannot help much with the code (which has not been posted ) but here are some tips.

    According to your schematic:

    1. Feedback is from one cycle only (not recommended)
    2. Driving through inverters means both MOSFETs doing PWM (wasting energy)
    3. Use Flux reset when changing phase
    4. Be sure that the computed PWM is not eating up cycles and resulting in uneven spread of the modulating PWM

    Please report what happens when no feedback is used. Use a lower duty cycle lookup table to ensure that your MOSFETs are not fried due to full drive. Or use a lower input supply to the Bridge.

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