Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

I have a TVS device with 2 zener diodes connected in series and sharing the N-substrate.

After doing bench testing on the unit, it seems that the I-V curve is only showing uni-directional junction of a typical diode. I had supplied +Ve supply to the Anode connection (D1) and -Ve supply to Cathode (D2). Unfortunately, now I'm not sure which diode is failing and how it's happened.

Is the I-V curve that I'm seeing only the D1 curve or D2 curve? Can anyone help to explain the mechanism to me?

share|improve this question

1 Answer

You wrote:

I had supplied +Ve supply to the Anode connection (D1) and -Ve supply to Cathode (D2)

If that's in fact what you did, the only diode that may have died is D1, because the two cathodes are connected, and D2 hasn't even noticed your voltage.

If (as I suspect), you mean that you applied +Ve to anode of D1 and -Ve to anode of D2, then continue reading.


This is the equivalent circuit of your TVS.

TVS

If you abuse it by applying a large Vin that is positive, the diode that will die (first) is D2, because D2 will dissipate more power than D1, under those conditions. And D2 will dissipate more power than D1 because, when Iin is positive, V(D1)=V(A1)-V(K1) is limited to about 0.7 V (because D1 will be forward biased), whereas |V(D2)|=V(K2)-V(A2) will go up to its zener voltage (because D2 will be reverse biased). Since the zener voltage is higher than 0.7 V, the current is the same through both diodes, and P=V·I, D2 will dissipate more power, and it will be the first one to say bye. When a zener diode dies, it usually dies shorted. Once D2 dies (shorted), D1 will see the whole voltage applied, as its forward voltage. That means that it will either die, too, or it will cause such a high current, that the current limit of the power supply will be hit. One, or the other, depending on the value of that current limit.

Let's call Pmax to the maximum power that each zener may dissipate, Imax to the current limit set in your power supply, and Vz to the zener voltage. If Vz·Imax < Pmax, no zener diode will die. If Vz·Imax > Pmax and (0.7 V)·Imax < Pmax, only one diode will die (the one that will be reverse biased). And if (0.7 V)·Imax > Pmax, both diodes will pass away.

If you abuse it by applying a large Vin that is negative, the opposite applies, and D1 will succumb first.

The resulting I-V curve is shown in the figure, depending on the number of diodes alive.

With this, and knowing the sign of the voltage you applied, you should be able to know which diode is gone.

share|improve this answer
"answered 5 hours ago". You're an early bird! :-) – stevenvh May 30 '12 at 7:50
+1, very thorough. However, I hope that nobody will try the following after reading this: Let's assume that your distributor is out of stock on unipolar diodes (-A types). One might think that you could still buy bipolar diodes (-CA types), short one internal diode by applying excessive power, and use the remaining part as a unipolar diode. Sounds like it might work, but remember that it is necessary to exceed the maximum ratings to get from bipolar to unipolar, so it is not really clear how good the remaining diode will be. – zebonaut May 30 '12 at 8:23
1  
@stevenvh Yes, I get up 20 hours before everyone else, here. – Telaclavo May 30 '12 at 12:07

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.