Electronic – Snubber causing more problems than benefits

snubbertriac

When designing and building a simple motor controller i used 2 snubber circuits, one to protect the main triac and another one the smooth the communication between the phototriac and the main triac. See schematic below.

schematic

simulate this circuit – Schematic created using CircuitLab

The Phototriac is a VOM3052T and the main triac is a BTA137-600.

When testing the circuit however, no matter if the Microcontroller's pin is high or low, the motor always turns on. I found that when removing C1 the problem did not occur and the circuit perform as it originally was supposed to do.

now that C1 is removed, the phototriac does not have a snubber anymore, but seems to work fine

The questions is: Is removing C1 from the circuit a viable option, or will this cause the circuit to fail in the long run? why does the circuit not work when C1 is placed?

====================================================================

Based upon community feedback (thanks!) & more online research I decided to update the circuit:

schematic

simulate this circuit

Where the resistors are 2W the the capacitors are film.

Best Answer

Let's talk order magnitude for ease of understanding. Say your high voltage side is 50Hz mains power. In that case the reactance of the capacitor is:

\$X_C = \dfrac{1}{2\pi fC} = \dfrac{1}{2\pi\cdot50\cdot 47\cdot10^{-9}} \approx 68\text{k}\Omega\$

As the capacitor's reactance is much higher than R3 and therefore we can safely ignore R3 for sake of this discussion. Also the maximum gate voltage will be in the order of 1V, which can again be ignored with respect to eg. 100V mains voltage.

If the mains power is 100V then the gate current of the TRIAC will be approximately:

\$I = \dfrac{U}{X} = \dfrac{100}{68\text{k}}\approx 1.5\text{mA}\$

For an average TRIAC 1.5mA is sufficient gate current to trigger it and the photo-TRIAC has no part in it at all. When using a 230V mains, the current will even peak at approximately 5mA. As Wouter mentions in his answer aswell, the current calculated is shifted in phase with respect to the voltage across the TRIAC, causing the TRIAC to reliably trigger.

I am unsure why C1 was included in the circuit. The TRIAC doesn't act as an inductive or capacitive load, so there is little need for a snubber arounc C1 anyway. The other snubber C2/R4 can be much more benificial, although a snubber should ideally be dimensioned for a specific load.

Related Topic