3

A fly back diode is just a diode that will conduct when the power to inductive load is turned off. My question is, how does one decide on the parameters for the diode so we can choose the correct part? The fly back diode shall be used with DC motor. Is it possible to just choose any diode and it will do?

quantum231
  • 11,843
  • 26
  • 106
  • 216
  • 1
    I would expect current rating and reverse voltage rating – sai Apr 13 '23 at 01:22
  • 1
    Technically, you need to know the worst case current decay waveform that will result when you switch off the motor in the presence of the diode. This will determine how much power the diode needs to dissipate. However, you usually do not exactly know or bother to measure this waveform and the diode datasheets will not give you a direct parameter to compare this waveform's power against. – DKNguyen Apr 13 '23 at 02:37

1 Answers1

4

To be very objective: Reverse Voltage, Max Power and Switching Speed.

1 - It must withstand your load voltage - so diode reverse voltage must be higher than your load's nominal voltage.

2 - It will briefly get all load current - but it happens so quick, so you dont need a giant diode with huge current capability. You must figure out for how long the transient lasts and how much power it have, and then chose the diode based on power dissipation needs, not just load current (simulations are great for this).

3 - The faster it responds the better - you trying to get rid of the voltage peak on your switch and surrounding circuit so the faster the diode starts conducting current, the lower the voltage peak. It matters a lot when using PWM, in this case you would need a Schottky instead of a regular Rectifier.

Thats basically it, other stuff get really specific depending on your circuit.