4

I cannot understand this dead-time compensation method. I have provided the whole cut out of the section of this book: Control of Electric Machine Drive Systems by Seung-Ki Sul, chapter 7.1.1

The problem I have is that in figure 7.2 the author says to make the +gate and the -gate to turn on without dead-time in 7.2a off-sequence and 7.2b on-sequence.

I mean it basically means shorting if I do that, and I think that is the sole purpose of having dead-time in the first place.

Description 1

Description 2

Description 3

ocrdu
  • 9,195
  • 22
  • 32
  • 42
Trex
  • 67
  • 1
  • 6

1 Answers1

3

What this is saying is that when you look at the VCE or VDS across each IGBT/Mosfet, it will appear that there is no deadtime when there actually is. As they mention, the body diode in the device that is turned off will continue to conduct current until the other device is turned on.

In regards to where the deadtime gets inserted, the goal is keep the pulse of the low side switch the same time as the pulse of the high side switch. You have to shorten the pulse width of one of the gate signals to get the deadtime for each transition. If you for example remove some time of the high side gate signal during the turn on and turn off, the low side and high side pulse width will not be symmetrical. The high side would end up being a shorter pulse width than the low side.

What I personally do is apply the deadtime to the rising edge and no deadtime to the falling edge. The device that's turning off will turn off immediately and the device that's turning is delayed/ has deadtime applied.

Here's some scope images of testing that I did on a full bridge in the past. The images are of one of the two half bridges. The first image is the gate signals. Channel 1 is the high side device, and Channel 2 is the low side device. The second images is the VDS of each device. Channel 1 is the High side, channel 2 is the low side and channel 3 is the current through the inductor. The 3rd image is a zoomed in view of the 2nd image.

enter image description here

enter image description here

enter image description here

bunker89320
  • 1,018
  • 5
  • 17
  • I understand your point of view and how you have applied this on your systems...

    but still i need to be sure that here: https://ibb.co/CHnJDfF

    The first red shown is without deadtime in the bottom switch? and the second is with deadtime subtracted from the total time?

    – Trex Aug 11 '22 at 08:26
  • 1
    There's deadtime applied to both of those images. In the first image it's showing dead time being applied to the rising edge of the bottom switch. The second image is showing dead time being applied to the falling edge of the bottom switch. – bunker89320 Aug 16 '22 at 14:37