Wednesday, 12 September 2018

Zener voltage selection for relay?


This question is similar to Zener Diode Selection for Relay but the focus is in how to select the voltage for optimum or near optimum release time.



With the circuit below, how does one select the zener voltage ?


schematic


simulate this circuit – Schematic created using CircuitLab


I've removed the values from the circuit because I'd like to know how to select a zener for any relay with any coil voltage.


Added After thinking about it for a bit, is the follow reasoning sound ?


$$ P_{zener} \geq V_z * I_{coil} $$ $$ V_z \leq \frac {P_{zener} } {I_{coil}} $$'



Answer



Please define "optimum release time". Does that mean that you want the fastest possible release time?


If so, simply allow the flyback voltage to go as high as possible. In other words, pick a zener value that is somewhat less than the maximum voltage that your transistor can handle.


And remove catch diode D2 - you don't want it if you need fast relay release.



No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...