0

In the schematic below, I would like to know the best way to dissipate the FreeWheel Current in the very shortest time possible.

schematic

simulate this circuit – Schematic created using CircuitLab

Nick Alexeev
  • 38,181
  • 17
  • 100
  • 237
Dave
  • 51
  • 6

2 Answers2

2

The fastest current decay will be achieve when you allow the coil voltage to rise to the maximum possible voltage. That is also the hardest on the transistor.

Possible approaches are a resistor and series diode or a Zener clamp or even an avalanche- rated MOSFET.

Spehro Pefhany
  • 397,265
  • 22
  • 337
  • 893
  • Spehro Pefhany, thank you very much for taking the time to answer my question. – Dave May 23 '16 at 02:37
  • Spehro, if 20 amps was flowing in the coil when the MOSFET was turned off, what wattage the zener Diode needs to be? – Dave May 23 '16 at 18:32
2

The only way to stop a current in an inductor is to apply a reverse voltage. When you open-circuit an inductor that has current flowing through it, the inductance itself provides that reverse voltage.

So, stopping the current in the minumum time really boils down to just how much reverse voltage the rest of the circuit can tolerate. For example, you could use a 200-V MOSFET and put a 150-V zener diode across the coil, which will cause the current to ramp down 6× faster than it would if you used a 60-V MOSFET and a 25-V zener.

schematic

simulate this circuit – Schematic created using CircuitLab

The regular diode in series with the zener is required to prevent the zener from passing current in the forward direction when the MOSFET is on. Note also that the MOSFET experiences a voltage pulse that is equal to the supply voltage PLUS the zener voltage. You can also replace the zener with a power resistor, assuming you have a pretty good idea what the worst-case inductor current is.

Dave Tweed
  • 172,781
  • 17
  • 234
  • 402
  • Dave, thank you very much for taking the time to provide this detailed answer. – Dave May 23 '16 at 02:37
  • Dave, if say, 20 amps was flowing in the coil when the MOSFET was turned off, what wattage the zener Diode needs to be? – Dave May 23 '16 at 18:30
  • It's impossible to say without knowing the zener voltage or the value of the inductance. – Dave Tweed May 23 '16 at 19:20
  • I was told that I could use a 175 volt Zener; I was thinking of using that value. – Dave May 23 '16 at 20:35
  • OK, since you still haven't said what the inductance is, we'll treat that as a variable, $L$. The current ramps down from 30A at a rate of $\frac{175 V}{L}$ amperes per second, taking $\frac{30 A\cdot L}{175 V}$ seconds to get to zero. The instantaneous power at the start is $175 V \cdot 30 A = 5250 W$, and of course, at the end it's zero. So the average power during the pulse is 2625 W and the total energy is the power times the time: $2625 W \frac{30 A\cdot L}{175 V} = 450\cdot L $joules. The long-term average power depends on how often you switch the MOSFET. – Dave Tweed May 23 '16 at 21:18