To protect a TRIAC, solid-state relay (SSR), or mechanical contactor switching a 120VAC inductive load, wire a series RC snubber—specifically a 0.1µF X2-rated metallized polypropylene film capacitor and a 100Ω 2W metal oxide resistor—directly across the switch's output terminals. This specific ac circuit configuration limits the rate of voltage rise (dv/dt) to safe levels, preventing false triggering and catastrophic silicon failure without drawing excessive off-state leakage current.
The Core Topology: Series RC Snubber Across an AC Switch
When an AC circuit interrupts an inductive load (like a solenoid valve, motor, or transformer), the collapsing magnetic field generates a massive voltage spike governed by the formula V = L(di/dt). If this spike exceeds the switch's voltage rating, or if its rate of rise (dv/dt) exceeds the silicon's critical limit, a TRIAC will latch on permanently, or a mechanical relay's contacts will arc and weld.
While Metal Oxide Varistors (MOVs) clamp absolute voltage peaks, they degrade over time and do little to slow the speed of the transient. An RC snubber is the superior topology for inductive AC loads because the capacitor absorbs the inductive energy and slows the dv/dt, while the resistor damps the resulting LC ringing and limits the capacitor's discharge current when the switch closes.
Node Topology Map
The snubber is wired in parallel with the switching element, but in series with the load. Label your nodes as follows:
- Node A (AC Line / MT2): The incoming hot AC line, or the Main Terminal 2 of your TRIAC/SSR.
- Node B (Component Junction): The physical connection point between the resistor and the capacitor. This node floats and should be insulated.
- Node C (Load / MT1): The switched side of the AC circuit, connecting to the load and returning to the TRIAC's Main Terminal 1.
Current flows from Node A, through the resistor to Node B, through the capacitor to Node C. The physical order of R and C does not matter electrically, but placing the resistor on the line side (Node A) keeps the capacitor's outer foil grounded toward the load, slightly reducing radiated EMI.
Design Walkthrough: Sizing for a 120VAC, 5A Solenoid Valve
Let's design a snubber for a 120VAC, 60Hz, 5A AC solenoid valve switched by a standard BTA16 TRIAC. Our goal is to limit the dv/dt to less than 50V/µs to keep the TRIAC safely in its commutation limits.
Step 1: Sizing the Capacitor (C)
A larger capacitance absorbs more energy and lowers the resonant frequency, but it also increases steady-state AC leakage current. For 120VAC applications, 0.1µF is the industry-standard starting point.
Let's verify the leakage current. The capacitive reactance ($X_c$) at 60Hz is:
$X_c = 1 / (2 \pi f C) = 1 / (2 \times 3.1415 \times 60 \times 0.0000001) \approx 26,525\Omega$
The off-state leakage current through the snubber is $I = V / X_c = 120V / 26,525\Omega \approx 4.5mA$. This is well below the threshold that would cause a 5A solenoid to chatter or remain partially engaged.
Concrete Pick: KEMET R413I21003000M (0.1µF, 300VAC X2 Metallized Polypropylene). The X2 rating ensures the capacitor fails open, not short, if the dielectric breaks down.
Step 2: Sizing the Resistor (R)
The resistor must limit the instantaneous discharge current from the capacitor when the TRIAC turns on. If the TRIAC fires at the peak of the AC sine wave (170V), and R is too small, the inrush current will destroy the TRIAC's silicon junction.
Using 100Ω, the peak discharge current is $I_{peak} = 170V / 100\Omega = 1.7A$, which is easily handled by a 16A TRIAC.
What about power dissipation? The RMS current through the snubber is the 4.5mA we calculated earlier. Continuous power is $P = I^2R = (0.0045)^2 \times 100 \approx 2mW$. However, the resistor must survive the repetitive high-energy discharge pulses. A standard 1/4W carbon film resistor will crack and fail open over time due to pulse fatigue. You must use a bulk-element resistor.
Concrete Pick: Ohmite OX101E (100Ω, 2W Metal Oxide bulk ceramic). The 2W rating provides the thermal mass to absorb the pulse energy without degrading.
Behavior Matrix: Tuning the AC Circuit Response
If your specific load demands tuning, use this matrix to understand the trade-offs. Adjusting one variable always penalizes another.
| Parameter Changed | Effect on dv/dt Suppression | Effect on Off-State Leakage | Effect on Switch Turn-On Stress |
|---|---|---|---|
| Increase C (e.g., to 0.22µF) | Improves (slower voltage rise) | Increases (more ghost voltage on load) | Increases (more stored energy to dump) |
| Decrease C (e.g., to 0.047µF) | Worsens (faster voltage rise) | Decreases (cleaner off-state) | Decreases (less discharge current) |
| Increase R (e.g., to 220Ω) | Worsens (less damping, more ringing) | Negligible change | Decreases (limits peak discharge current) |
| Decrease R (e.g., to 47Ω) | Improves (heavier damping) | Negligible change | Increases (high inrush current spike) |
Failure Mode Contrast: What Breaks at the Extremes?
Understanding how this AC circuit fails is critical for troubleshooting. A snubber is a protective device; when it fails, the primary switch usually dies with it.
- Capacitor Opens (C fails open): The most common failure mode for non-X2 capacitors. The snubber does absolutely nothing. The inductive kickback destroys the TRIAC on the next switching cycle. Fix: Always use X2-rated film caps designed to fail open safely.
- Capacitor Shorts (C fails short): 120VAC is now applied directly across the 100Ω resistor. The resistor will dissipate 144W continuously ($P = V^2/R$). It will glow red hot, catch fire, or melt the PCB traces within seconds. Fix: This is why X2 capacitors are legally required; they are engineered to self-heal and fail open, not short.
- Resistor Opens (R fails open): The capacitor still slows the dv/dt, but the LC circuit formed by the snubber capacitor and the load inductance is undamped. High-frequency ringing will occur, potentially causing EMI issues or false triggering of sensitive logic. Fix: Use pulse-rated metal oxide resistors to prevent fatigue cracking.
- Resistor Shorts (R fails short): Extremely rare. If it happens, the full AC line voltage is dumped directly into the capacitor with zero current limiting. When the TRIAC turns on, the massive inrush current ($I = V/Z$) will weld the mechanical relay contacts or blow the silicon die off the TRIAC's copper paddle.
Decision Tree: Selecting Your Snubber Topology
Use this decision path to finalize your component selection based on your specific AC circuit parameters.
| Load Condition | Required Action | Concrete Component Pick |
|---|---|---|
| Resistive Load (Heater, Incandescent) | No snubber required. dv/dt is naturally limited. | N/A |
| Small Inductive (<1A, 120VAC) | Use standard RC values. Leakage is negligible. | 0.047µF X2 Cap + 100Ω 1W Resistor |
| Medium Inductive (1A-10A, 120VAC) | Standard RC values. Verify leakage doesn't cause load chatter. | 0.1µF X2 Cap + 100Ω 2W Resistor (Default Pick) |
| Large Inductive (>10A, 120VAC) | Increase C to handle higher stored magnetic energy. | 0.22µF X2 Cap + 47Ω 3W Resistor |
| 240VAC / 50Hz Systems | Halve the capacitance to maintain the same leakage current and reactance. | 0.047µF X2 (300VAC) + 100Ω 2W Resistor |
Bench Testing the AC Circuit Step-by-Step
Never assume a snubber design is correct until you have verified the commutation waveform on an oscilloscope. Testing AC circuits requires strict adherence to isolation protocols to prevent destroying your test equipment or causing a short circuit.
- Isolate the Mains: Plug your test setup into a 1:1 AC isolation transformer. Never connect a standard bench oscilloscope's ground clip to a non-isolated AC line; the ground clip is tied to earth ground and will create a dead short through the scope, exploding the probe and tripping the building breaker.
- Wire the Snubber: Connect the 100Ω resistor and 0.1µF X2 capacitor in series. Place this series combination directly across the MT1 and MT2 terminals of your TRIAC (or the output terminals of your SSR). Keep the physical lead lengths as short as possible to minimize parasitic inductance.
- Probe the Circuit: Use a high-voltage differential probe (rated for at least 1000V CAT II) to measure the voltage across the TRIAC. If you do not have a differential probe, ensure both the oscilloscope and the AC circuit are powered through separate isolation transformers, and measure single-ended.
- Trigger the Switch: Command the TRIAC to turn off while the solenoid is fully energized. Observe the waveform on the oscilloscope as the current crosses zero.
- Evaluate the Waveform: Look at the voltage spike immediately following turn-off. With a properly tuned 0.1µF/100Ω snubber, you should see a smooth, slightly rounded step up to the peak AC voltage (~170V) with minimal high-frequency ringing. If you see sharp spikes exceeding 400V or heavy oscillation, increase the capacitance to 0.22µF or decrease the resistance to 47Ω.
- Measure Off-State Leakage: With the TRIAC held permanently off, switch your multimeter to AC milliamps and measure the current flowing through the load. Verify it remains below the load's minimum holding current (typically <5mA for solenoids) to ensure the snubber isn't causing the load to hum or partially engage.
For deeper theoretical background on thyristor commutation limits and snubber math, refer to the All About Circuits AC Theory textbook and NXP's application notes on protecting TRIACs with snubber networks. Always defer to the specific TRIAC or SSR datasheet for the manufacturer's maximum rated dv/dt and critical commutation parameters.






