0
\$\begingroup\$

I have a few questions about modeling an RFI filter in LTspice with a triac-based dimmer circuit. I'm referencing the circuit described in Figure 11 in Triac Principles and Circuits -- Part 2 (Nuts & Volts Magazine), which uses an LC filter on the input.

When I run the simulation without the LC filter, the waveform looks like a "textbook" chopped triac output. When the filter is added, there are high-voltage spikes at the trigger points. If you zoom in on these spikes, the response is an underdamped oscillation, as one might expect.

enter image description here

enter image description here

According to another question posted here, Using LC filter instead of RC filter in mains powered circuits, input filters on dimmer circuits are designed to 1) reduce the 50/60 Hz harmonics that affect radio frequencies and 2) limit \$dI/dt\$ to avoid damaging the triac.

Reducing \$dI/dt\$ makes sense because the damped response with the LC filter is slower than the instantaneous change in the other circuit, even if the peak voltage and current is higher for a matter of microseconds. But what about the high-frequency radio interference?

The values for L (100 uH) and C (100 nF) correlate to a ~50 kHz resonant frequency per \$f=(2\pi{}\sqrt{LC})^{-1}\$. I've looked at many triac dimmer circuits and the LC values are very inconsistent. I have a Lutron dimmer right here that uses a 47nF/22uH configuration, which equates to about 157 kHz. Are there really that many harmonics of mains frequency that cause interference, and why such variation between designs?

Lastly, I'd like to see how the LC filter values affect high-frequency blocking. Are there ways of simulating RFI in this circuit with LTspice?

Thank you for the help!

\$\endgroup\$
4
  • \$\begingroup\$ Just a question. The square root of L/C is an Ohm. Inverted, that's Siemens. How do the units work out in your equation for resonant frequency? Is there a hidden constant of 1 with units somewhere? \$\endgroup\$
    – jonk
    Commented Nov 8, 2019 at 21:32
  • \$\begingroup\$ \$f = 1/(2 \pi \sqrt{L C})\$. \$\endgroup\$
    – TimWescott
    Commented Nov 8, 2019 at 21:35
  • \$\begingroup\$ @jonk Sorry, I had a typo in my equation. Tim got it. I was trying to format the equation for inline text and accidentally divided instead of multiplying. The calculations were correct, so the resonant frequency values I observed should still be 50 and 157 kHz. :-) \$\endgroup\$
    – higrafey
    Commented Nov 8, 2019 at 23:56
  • 1
    \$\begingroup\$ @higrafey I knew the right equation. I just wanted to encourage you to get in the practice of always cross checking dimensional units. Actually, you can use dimensional analysis, even when otherwise quite ignorant about a situation, to guide you accurately towards the kinds of things you'll need to move towards answers. \$\endgroup\$
    – jonk
    Commented Nov 9, 2019 at 0:18

0