8

schematic

simulate this circuit – Schematic created using CircuitLab

I'm going to use 1N4740A as a voltage reference in a similar way you see in the schematics above. In textbooks, a zener property called "minimum zener current \$(I_{z,min})\$" is thought, but it is almost never mentioned in the actual datasheets of zener products.

How do I calculate minimum current of a zener diode so that I can calculate highest value of the pull-up resistor \$R\$?

hkBattousai
  • 13,913
  • 31
  • 114
  • 190

2 Answers2

5

The minimum current for reasonable regulation is Izk, but this parameter is not always shown in the datasheet. It is the current in the zener at the corner where it is just starting to break over.

For the 1N4740A from Fairchild, that is listed as 250 microamps.

There is an excellent reference on zener diodes available. (Search for Izk).

Edit: Updated part number for correct suffix. Made note on what Vz to use.

When calculating the maximum resistance, I use the maximum zener voltage (although it is unlikely to be this high at Izk).

HTH

Peter Smith
  • 21,923
  • 1
  • 29
  • 64
  • I've got a BZX 85 24 volt zener running at what I think is 14nA and still regulates around 24V. It throws out a hell of a lot of noise though but are specified as only 5% accurate anyway, so... – Paul Uszak Sep 28 '16 at 13:09
  • Paul: 14nA is below max leakage current. http://electronics.stackexchange.com/questions/242750/what-use-is-a-zener-diodes-leakage-current-spec says max leakage current is hard to characterize. Are leakage currents typically orders of magnitude less than the specified maximum? So that such use as yours is atypical, but in practice doable? I want to clamp a solar cell having currents in 10uA range, don't want leakage to be much. – bootchk Dec 02 '16 at 14:46
  • The reference link doesn't work anymore. – vrleboss May 05 '17 at 10:17
3

A zener diode datasheet will almost invariably specify the nominal zener current or the maximum zener current, rather than the minimum:

  • Nominal (i.e. ideal) value may be specified as the zener test current, such as in the case of the 1n4740A: 25 mA, table on Page 2 of datasheet
  • Maximum, as a function of the maximum power dissipation for the particular Zener diode family: Izmax = Pdis / Vzener

Note that the second method depends on the maximum power dissipation, which needs to be derated for actual junction temperature, as per a derating value also typically provided by the datasheet.

The minimum current one can use is determined by how much precision is required. As the current is reduced, at one point the voltage graph for the device will stray outside the acceptable error. Therefore, for regulation purposes, the nominal value if available, or half the maximum value, would be good practices to follow.

Anindo Ghosh
  • 50,188
  • 8
  • 103
  • 200