Electronic – Inductive kick-back voltage calculation

diodesinductivekickback

I am controlling a stepper motor (M42SP-5P) with BUZ11 MOSFETs. The winding resistances are \$22\Omega\$ and each winding is 18 mH as I measured. I am driving it with 24V, so let's say the drive voltage is about 1A. I know that the datasheet doesn't agree with me, however, this motor is M42SP-5P, not x-5K or x-5.

According to the MOSFET datasheet, turn off time is about 150 nS.

I want to pick a kick-back diode, however I am confused with the kick-back voltage calculation. The equation is:

\$v(t)=L*\frac{di(t)}{d(t)}\$

\$v(t)=18*10^{-3}*\frac{1}{150*10^{-9}}\$

That gives us 120 KV. This is insane and cannot be true, right? Where is my mistake in this scenario?

Also, which one of the following should one look for in the datasheet of a kick-back diode for this specific purpose?

\$I_{FSM}\$ : Non-repetitive peak forward current?

\$t_{rr}\$ : Maximum reverse recovery time ?

\$V_{RRM}\$: Maximum repetitive peak reverse voltage ?

Will 1N4148, BA157 be suitable for this application?

Best Answer

Your calculations are right.

However, that assumes a perfect inductor. A real inductor has interwinding capacitance and parasitic capacitance will will cause the peak voltage to be a lot lower (try it in SPICE with/without e.g a 100pF capacitor in parallel with the inductor)
Also things like air ionising will stop the voltage reaching huge levels under normal circumstances.

Basically, the voltage will rise towards the peak until (usually) something gives, which is hopefully not your transistor/IC or whatever else you want to remain operational.
So something in parallel to allow the voltage to find an easy route of discharge is necessary, like a diode or a resistor/capacitor.
Any diode capable of turning on quickly enough and handling the brief 1A current would do, the BA157 should be okay (I'd say the 1N4148 is borderline with that current)

Note the the discharge time will be proportional to the voltage across the inductor, so if you need faster discharge then you can either put a resistor in series with the diode, or just use a resistor in parallel instead an calculate for the maximum allowed voltage rise. Another good option for fast discharge is a zener to clamp to the maximum allowed voltage.
Since all these methods raise the voltage drop across the inductor, it will discharge faster.