i need to "ic" only for produce dead time with been 2 pulses. i need dead time=={4-5 micro second}
Asked
Active
Viewed 629 times
-5
-
Here is a link to the manual where the images came from, https://www.fujielectric.com/products/semiconductor/model/igbt/application/box/doc/pdf/RH983a/REH983a.pdf – Tyler Jun 07 '16 at 12:50
-
I havn't seen IPM without internal dead time protection for long time, if ever. Why do you need IC? – Jun 07 '16 at 12:55
-
Buy a driver with dead time setting, or make it on MCU. – Marko Buršič Jun 07 '16 at 12:57
-
Thank Micro must be synchronous. Is problematic – Damirof Jun 08 '16 at 08:05
-
Thank Is it dead time to follow in the IPM? – Damirof Jun 08 '16 at 08:09
1 Answers
2
You probably need something like this: -
If you invert the OR gate output (use a NOR gate) you will get dead time between the two outputs i.e. when one goes low there is a time delay before the other goes high. The time delay is set by the R and C connected to the input called PWM.
It's probably best that you use schmitt trigger input devices too.

Andy aka
- 434,556
- 28
- 351
- 777
-
-
-
-
-
-
It'll be reasonably predictable if you use Schmitt trigger gates but accuracy is less important than ensuring shoot through doesn't happen. – Andy aka Jun 09 '16 at 20:55