When engineers, hobbyists, and repair technicians refer to an alternating current diode, they are almost never talking about a standard rectifier. A standard PN-junction diode (like the ubiquitous 1N4007) only conducts in one direction, making it a direct current (DC) device by nature. The true 'alternating current diode' is the DIAC (Diode for Alternating Current), a bidirectional trigger diode specifically engineered to conduct only after a specific breakover voltage is reached in either polarity.
If you are building AC phase-control circuits—like light dimmers, universal motor speed controllers, or heater thermostats—the DIAC is the critical gatekeeper that fires your TRIAC. Misunderstanding its negative-resistance snap-back behavior or testing it incorrectly on your multimeter will leave you chasing ghosts on the workbench. Here is the practical, bench-tested guide to selecting, testing, and designing with alternating current diodes.
Decoding the Alternating Current Diode: Symbol, Pinout, and Reality
Physically, a standard DIAC looks remarkably like a small-signal zener or switching diode. The most common package is the DO-35 glass axial lead, typically painted blue (though sometimes clear or orange). However, the internal semiconductor structure is entirely different. It is essentially a three-layer, bidirectional NPN or PNP structure without a base connection.
Symbol and Pinout
The schematic symbol for a DIAC consists of two diode triangles pointing toward each other, sharing a common cathode line, or two parallel triangles facing opposite directions. Because the device is completely symmetrical and bidirectional, there is no polarity.
- Pin Names: The leads are designated as Anode 1 (A1) and Anode 2 (A2), or sometimes Main Terminal 1 (MT1) and Main Terminal 2 (MT2).
- Orientation: You can insert a DIAC into a PCB or breadboard in either direction. It will function identically regardless of which way the AC waveform is swinging.
- No Cathode Band: Unlike a 1N4148, a genuine DIAC will not have a black or silver cathode stripe. If your 'DIAC' has a stripe, you have likely been handed a zener diode by mistake.
Operation Regions and the Snap-Back Effect
To use an alternating current diode effectively, you must understand its voltage-current (V-I) characteristic curve. Unlike a rectifier that turns on at 0.7V, a DIAC remains a high-impedance open circuit until the voltage across it hits the breakover threshold.
| Operation Region | Voltage State | Current State | Device Behavior |
|---|---|---|---|
| Forward Blocking | 0V to +V_BO | Microamps (Leakage) | Acts as an open circuit; high impedance. |
| Forward Breakover | +V_BO (Typ. 32V) | I_BO (Typ. 50µA - 1mA) | Avalanche breakdown initiates; device turns on. |
| Negative Resistance | Drops to ~5V - 15V | Surges to Peak (I_P) | Snap-back effect: Voltage drops as current increases, dumping stored charge into the TRIAC gate. |
| Reverse Blocking | 0V to -V_BO | Microamps (Leakage) | Acts as an open circuit in the negative half-cycle. |
| Reverse Breakover | -V_BO (Typ. -32V) | -I_BO | Avalanche breakdown in reverse polarity; identical snap-back. |
The magic of the DIAC lies in the negative resistance region. Once the breakover voltage (V_BO = 32V nominal for a standard DB3) is reached, the internal junction avalanches. The voltage across the DIAC instantly collapses to a low on-state voltage (usually around 5V to 15V), while the current spikes. This sudden, sharp pulse of current is exactly what is required to reliably trigger the gate of a TRIAC, overcoming the gate's inductance and ensuring a clean, hard turn-on.
How to Select, Bias, and Test the Right Part
Selecting an alternating current diode is less about complex biasing networks and more about matching the breakover voltage to your RC timing circuit and TRIAC gate sensitivity.
Safe Default Part Numbers
- DB3 / DB4: The undisputed industry standard. V_BO = 28V to 36V, peak pulse current of 2A. Perfect for 120V/240V AC light dimmers and small motor controllers.
- HT32: A higher-temperature, slightly more robust variant of the DB3, often found in commercial-grade appliance controls.
- SIDACs (e.g., Littelfuse Kxxx1g series): Silicon Diodes for Alternating Current. These are the heavy-duty cousins of the DIAC, with breakover voltages ranging from 45V up to 250V and continuous current ratings. Use these when triggering high-power thyristors or igniting fluorescent/HID lamps.
The Multimeter Testing Trap (And How to Actually Test It)
If you put a standard digital multimeter (DMM) in 'Diode Test' mode and probe a DIAC, the meter will read OL (Over Limit) in both directions. A standard DMM only outputs 2V to 3V during diode testing—nowhere near the 32V required to reach the DIAC's breakover threshold. An 'OL' reading in both directions does not mean the DIAC is dead; it means it is functioning normally as a blocking device.
How to build a bench tester for a DIAC:
- Set a variable DC bench power supply to 0V, with a current limit of 50mA.
- Connect a 1kΩ, 1/2W resistor in series with the positive output lead (this protects the supply and limits current during snap-back).
- Connect the DIAC between the resistor and the supply's ground.
- Connect your DMM (set to DC Volts) directly across the DIAC pins.
- Slowly ramp up the power supply voltage. You will see the voltage across the DIAC track the supply (e.g., 10V, 20V, 30V).
- At approximately 32V, the voltage on your meter will suddenly drop to near zero (the snap-back), and the supply will hit its current limit. Reverse the DIAC and repeat to verify symmetrical breakover.
Complete Application Circuit: 120VAC Phase-Control Trigger
The most common use for an alternating current diode is in an RC phase-shift network triggering a TRIAC. Below is a complete, copy-pasteable design for a 120VAC incandescent light dimmer or universal motor speed controller.
Component Bill of Materials (BOM)
- U1 (TRIAC): BTA16-600B (16A, 600V, Snubberless TRIAC)
- D1 (DIAC): DB3 (32V Breakover)
- R1 (Variable): 250kΩ Linear Potentiometer (Phase control)
- R2 (Fixed): 10kΩ 1/2W Resistor (Minimum resistance safety stop)
- C1 (Timing): 100nF (0.1µF) X2-Rated Safety Capacitor (275VAC minimum)
- R3 (Snubber): 39Ω 1W Resistor
- C2 (Snubber): 10nF (0.01µF) X2-Rated Safety Capacitor
Circuit Wiring and Operation Steps
- AC Line In: Connect the 120VAC Hot wire to one side of the load (e.g., the light bulb) and the other side of the load to the TRIAC's MT2.
- RC Timing Network: Connect R1 (pot) and R2 in series across the AC line (Hot to Neutral). The wiper of R1 connects to one side of C1. The other side of C1 connects to Neutral.
- DIAC Injection: Connect the DIAC (D1) between the junction of C1 and the TRIAC's Gate. (Remember, DIAC has no polarity).
- Snubber Network: Connect R3 and C2 in series, and place this branch directly across the TRIAC's MT1 and MT2. This prevents false triggering from high dV/dt transients when switching inductive loads.
How it works: As you adjust R1, you change the RC time constant. The capacitor C1 charges through the resistors, creating a phase-shifted voltage. When the voltage across C1 reaches the DIAC's 32V breakover threshold, the DIAC snaps into conduction, dumping the capacitor's stored energy into the TRIAC gate. The TRIAC fires, conducting the remainder of the AC half-cycle to the load. By shifting the phase angle, you control the RMS voltage delivered to the load.
Bench War Story: The Asymmetrical Breakover Disaster
Understanding the theory is one thing; dealing with component tolerances on the bench is another. A few years ago, I was tasked with designing a speed controller for a 120VAC, 12A universal motor (a benchtop router). I used the exact phase-control circuit outlined above, spec'ing a BTA16 TRIAC and a standard DB3 DIAC sourced from a bulk bin on an online marketplace.
The Setup and The Numbers
The circuit was built on a FR4 perfboard. The RC network was tuned to give a firing angle range from 15° to 165°. On paper, the RMS voltage to the motor should have smoothly varied from 110V down to about 30V. I powered it up with a 100W incandescent dummy load first; the dimming was flawless. I then connected the router.
The Outcome
At full speed, the router ran fine. But as I dialed the potentiometer down to 70% speed, the motor began to emit a harsh, low-frequency hum. It wasn't spinning smoothly; it was cogging violently. Within 30 seconds, the router's internal thermal overload tripped, and my bench GFCI breaker popped. I checked the TRIAC with an oscilloscope and saw a severely asymmetrical waveform: the positive half-cycles were firing at 60°, but the negative half-cycles weren't firing until 110°.
What Went Wrong: The DC Offset Trap
I had fallen victim to asymmetrical breakover voltage. Universal motors and transformers absolutely despise DC offsets. If the positive and negative half-cycles of an AC waveform are not perfectly symmetrical, the load experiences a net DC current. This DC current causes magnetic saturation in the motor windings, leading to massive current spikes, extreme heat, and the violent cogging I witnessed.
I put the cheap DB3 DIAC on my curve tracer. The forward breakover was +34V, but the reverse breakover was -26V. That 8-volt difference meant the capacitor had to charge to a higher absolute voltage on the positive half-cycle than on the negative half-cycle, drastically shifting the firing angles and creating a massive DC offset.
The Fix: I threw the cheap DIACs in the bin and ordered a batch of Littelfuse HT32 DIACs from a reputable distributor. The HT32 datasheet guarantees a maximum symmetry tolerance of ±1V between positive and negative breakover. I also added a 100Ω resistor in series with the DIAC to slightly dampen the gate current and improve commutation. The router speed controller has run flawlessly for three years since.
Key Takeaways for Makers
- Never buy unbranded DIACs for inductive loads. The symmetry tolerance on no-name parts is abysmal.
- Always use X2-rated capacitors for C1 and C2. Standard 50V DC ceramic capacitors will explode when subjected to 170V peak AC transients.
- Snubbers are not optional when driving universal motors. The back-EMF from the motor's inductance will cause the TRIAC to re-trigger without a DIAC pulse if R3 and C2 are omitted.
For a deeper dive into the semiconductor physics governing these trigger devices, the All About Circuits semiconductor textbook provides an excellent breakdown of the internal NPN junction avalanching. Master the DIAC, respect its snap-back, and your AC power control projects will be robust, reliable, and safe.






