Gate drivers for IGBT inverter: How to isolate V supplies?

AI Thread Summary
The discussion focuses on the challenges of isolating voltage supplies for a three-phase variable frequency drive (VFD) using IGBTs. The user seeks advice on providing multiple gate driver supplies without resorting to bulky or expensive solutions like separate batteries or transformers. Suggestions include using an all-in-one three-phase gate driver or dual 600V driver ICs, which simplify the design and reduce the risk of shoot-through. Additionally, the importance of selecting the right Arduino model for generating six PWM channels is highlighted, as not all models can handle the required complementary switching for a three-phase application. Overall, the conversation emphasizes the need for efficient power supply solutions and proper component selection in VFD designs.
THRILLHO
Messages
13
Reaction score
0
This video describes my issue pretty well (I have it set to start when he talks about my specific situation):
ETA: looks like the board doesn't allow the video to start at the specific time, the important stuff begins around 5:30


Our applications are a bit different as his design is for single phase applications, but the problem remains the same for both cases:

This is for a 3 phase variable frequency drive. An Arduino will use PWM to control the inverter. I'm going to have a gate driver on each of 6IGBTs. I need one ~18V DC source for the lower 3 IGBT gate drivers (this is kosher, will not cause a short), but then I need 3 more for each of the three upper IGBT drivers. We have one transformer dropping one of the 265V phase lines down to 24V, which I was then rectifying to use as a DC voltage supply for wherever necessary. That gives us one of the four sources needed to run the inverter. Using three separate batteries to provide the other sources would be really sloppy, bulky, and expensive. Same goes for using a single phase to three phase transformer + more rectifiers. I stumbled upon gate drive transformers and thought that I had a solution, but all of them appear to be for really high frequency applications (400khz+), which is no good for a VFD that will need to output 1-100hz signals. I'm kind of at a loss as to how to make this work and would appreciate any advice. Thanks.
 
Engineering news on Phys.org
THRILLHO said:
I'm going to have a gate driver on each of 6IGBTs.
Unless you absolutely have to do this, then save yourself the trouble and get either a full three-phase driver or three half-bridge drivers. You'll then only need two non-isolated supplies, and you won't risk shoot-through of your IGBT module(s), since you won't be the one controlling the dead-time.

Here are some examples:
International Rectifier General Purpose Gate Driver ICs
 
I agree with Miles - look for a dual 600V driver or a full 6 channel chip . They will help set deadtime and will have bootstrap circuit for each of the 3 high side circuits.. also the driver needs to be sized to the type of IGBT - generally not a problem for experimenter, but if you bought some large surplus IGBTs this should be checked

You are getting 6 PWM channels out of an arduino - which model? - noting for 0-100 Hz output you want ~20 X Fsw ( 2 khz) . Most of the basic models(328) only have three timers and they are all slightly different, one sits on the serial port! You can not do complimentary switching (i.e. three timers to 6 channels PWM)-- without some external logic - for a 3 phase AC case.
 
Thanks you two. I didn't know that all-in-one three phase gate drivers exist. Very convenient that they require only one power source. Saves me a lot of time, space, and money.
 
As a question Thrillho - which arduino are you using? I am am curious about your 6 channels of PWM.
 
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
Back
Top