4.4 Limiter Circuits
Key Takeaways
- A silicon diode conducts (forward-biased) only when its anode is roughly 0.7V more positive than its cathode; below that, it blocks current (reverse-biased).
- Zener diodes are deliberately operated in reverse breakdown to hold a fixed voltage across a load, making them the standard component for voltage regulation and overvoltage limiting.
- NPN and PNP transistors are NOT interchangeable: an NPN needs its base driven positive relative to the emitter to conduct, while a PNP needs its base driven negative relative to the emitter.
- A transistor conducts only when its base-emitter junction is forward-biased AND its base-collector junction is reverse-biased at the same time.
- Diode clippers can be wired to remove only the positive half-cycle, only the negative half-cycle, or both halves of an AC signal, depending on diode orientation and any added bias voltage.
Overview: Why Avionics Circuits Need Limiters
Limiter circuits are Official Standard #19 on the NCATT AET exam. Sensitive avionics inputs — analog-to-digital converters, op-amp inputs, logic gates — are only rated for a narrow voltage window. A limiter (also called a clipper) is a circuit that caps, or "clips," a signal so it never exceeds a safe threshold, protecting the downstream component from transient spikes, lightning-induced surges, or simple wiring faults.
Diode Fundamentals: Forward and Reverse Bias
A diode is a one-way valve for current. Its schematic symbol is an arrow pointing from the anode toward a bar representing the cathode — current flows in the direction the arrow points, but only under the right voltage condition.
| Bias Condition | Anode Voltage vs. Cathode | Diode Behavior |
|---|---|---|
| Forward bias | Anode is more positive than cathode (by ~0.7V for silicon) | Diode conducts; acts like a closed switch with a small voltage drop |
| Reverse bias | Anode is more negative than cathode | Diode blocks current; acts like an open switch |
Proper installation matters: a diode installed backward in a limiter circuit either fails to protect the circuit at all or clips the wrong half of the waveform, so technicians must confirm orientation against the schematic before soldering or seating a replacement part.
Zener Diodes as Voltage Limiters
A standard diode is reverse-biased to block current — a Zener diode is intentionally operated in reverse breakdown. Once the reverse voltage across a Zener reaches its rated Zener voltage, it begins conducting heavily and holds the voltage across itself essentially constant, even as current through it varies. Wired in parallel with a load, a Zener diode:
- Regulates a supply voltage against input fluctuations or load changes.
- Limits transient spikes by clamping the voltage at the load to the Zener's rated value, diverting excess current away from the protected component.
Because the Zener's clamping voltage is a known, selectable value (common avionics values include 5.1V, 9.1V, and similar), designers choose a Zener rated just above the circuit's normal operating voltage but below the maximum the downstream component can tolerate.
Transistor Limiters
Transistors can also be configured as limiters by controlling base current to regulate how much current flows through the collector-emitter path. Two transistor families behave as mirror images of each other, and the exam frequently tests the distinction:
| Type | Base Bias for Conduction | Base-Emitter Junction | Base-Collector Junction | Conventional Current |
|---|---|---|---|---|
| NPN | Base more positive than emitter | Forward-biased | Reverse-biased | Flows into base, into collector, out emitter |
| PNP | Base more negative than emitter | Forward-biased | Reverse-biased | Flows into emitter, out collector, out base |
The key rule for either type: a transistor only conducts when its base-emitter junction is forward-biased while its base-collector junction is reverse-biased, simultaneously. Get that combination backward and the transistor stays off (or saturates/breaks down, depending on severity). NPN and PNP transistors are not interchangeable — swapping one for the other in a circuit reverses the required bias polarity, so the circuit simply won't work, and in some configurations the mismatch can damage the part or the circuit it's installed in.
Positive vs. Negative Limiting of AC Waveforms
In avionics signal conditioning, limiter circuits are usually built to shape an AC signal rather than clamp a steady DC level. The diode's orientation determines which portion of the waveform gets clipped:
- Positive limiting — the diode is oriented to conduct during the positive half-cycle, shunting that portion to a reference (often ground) and flattening the top of the waveform.
- Negative limiting — the diode is oriented to conduct during the negative half-cycle, flattening the bottom of the waveform instead.
- Combination (double) limiting — two diodes, oriented opposite each other (sometimes with different reference voltages), clip both the top and bottom of the waveform, producing a signal that can never exceed either limit.
Adding a bias voltage in series with the limiting diode shifts the clipping threshold away from zero, letting the designer set the clip point at any level the circuit requires rather than only at 0V.
Worked Example: Protecting an ADC Input
An avionics analog-to-digital converter (ADC) on a flight data recorder input card is rated for a maximum input of +5V. The sensor feeding it can, under a fault condition, output transients up to +15V — enough to destroy the ADC.
- A clipper diode is installed between the sensor line and ground, oriented so it stays reverse-biased (non-conducting) as long as the signal is below +5V, and switches to forward-biased (conducting) the instant the signal tries to exceed that threshold.
- In practice, a Zener diode rated near 5V is used instead of a plain silicon diode, because it gives a sharp, predictable clamping point rather than the soft ~0.7V knee of an ordinary diode.
- When the fault transient hits, the Zener breaks down and conducts, diverting the excess current to ground and holding the voltage at the ADC input to its rated Zener voltage — protecting the converter while the rest of the circuit continues operating.
- During bench testing, a technician confirms correct installation by checking diode orientation against the schematic and verifying with a multimeter (power off) that the diode reads as a normal junction in one direction and an open in the other — a reversed diode would either fail to protect the ADC or clamp the signal at the wrong polarity.
A silicon diode in a limiter circuit is reverse-biased. What happens to current flow through the diode?
A technician needs to replace a PNP transistor used as a limiter, but only has an NPN transistor of the same current and voltage rating in stock. Can the NPN be substituted directly?
In a clipper circuit protecting an ADC input, why is a Zener diode typically chosen instead of an ordinary silicon diode?