1

My task is to provide a relay/control board that can as quickly as possible switch off the current supply to a 2.5W electromagnet, or more specifically, make the magnet release the objects it's attracting. I can't find conclusive information regarding what would be the best type of relay for that purpose, MOSFET perhaps?

Dave Tweed
  • 172,781
  • 17
  • 234
  • 402
muscleman
  • 23
  • 3

1 Answers1

3

In order to switch off an electromagnet quickly, you need to dissipate the energy stored in its magnetic field. The best way to do this is to apply a large reverse voltage. This voltage can come from the stored energy itself.

schematic

simulate this circuit – Schematic created using CircuitLab

Pick a transistor for Q1 that can withstand a reasonably high voltage on its collector when off. Pick the voltage of Zener diode D1 to be comfortably less than that limit. Note that the voltage across Q1 will be V+ plus Vz!

When Q1 switches off, I_coil will flow through the two diodes, creating a reverse bias across the coil equal to V_z that will stop the current quickly.

Note that D2 needs to be able to handle the peak coil current.

Note that D1 will be dissipating the coil energy each time Q1 switches off, so make sure that its peak and average power ratings are suitable.


You can also substitute a resistor for D1. The value depends both on the blocking voltage you want (Vz) and the actual operating current through the coil (I_coil).

This would be a better choice if you need to dissipate a lot of power — power resistors are cheaper than power Zener diodes.

Dave Tweed
  • 172,781
  • 17
  • 234
  • 402