Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] Dead time for IGBT bridge

Status
Not open for further replies.

vinu gopalakrishnan

Member level 1
Joined
Nov 18, 2012
Messages
34
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Location
calicut
Activity points
1,484
Hi guys...
Trying to do build 3 phase inverter to drive induction motor.
Im using pic18f452 to give gating signals to IGBT bridge(3 legged) via TLP 250. So the confusion is that should i give dead time in the code?
My igbt is FGA15N120 having maximum Ton Toff delays 150ns (for high current). According to the c code, one instruction cycle takes more than this time...so should i give additional delay time between the switching?..What do you think???

this figure shows two pins giving complementary outputs, having no instructions in between...time taken between the instructions is 330ns...Is this delay enough?
Untitled12.gif
 
Last edited:

It's not enough. Must be minim td(off) + tf, accordingly datasheet mean 310+60 = 370ns; adding same extra time for safety, to avoid cross conduction, I think you need to increase this time to 500-600ns.
 

What if i change the oscillator for pic...such that the time for one instruction cycle is made 600ns?
 

May be ok but are your sure that instruction cycle need near constant time or even don't decrease below 300-400ns cycle time? I think it's not safe to use cycle durations to design delays in system.
 

ya, as mentioned by urgentappliance you need more deadtime to ensure that the high and low side igbt's are never on at the same time , thus shorting the supply. It depends on how quickly you can turn on and off the switches that will dictate the dead time.
 

Greetings,

Always try to post the schematic / diagram... thanks

- - - Updated - - -

Greetings,

Always try to post the schematic / diagram... thanks
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top