PDA

View Full Version : An unintentional TRIAC triggering at start-up



gunayburak
- 7th August 2014, 10:08
Hi everyone ;

I've been working on a dimmer circuit in order to use / dim an i (http://tureng.com/search/incandescent%20lamp)ncandescent lamp . I'm using the same exact Triac Driver circuit below .. And here is my problem ,

When I power up my circuit the lamp is triggered transiently , for a very short time ... (Like a flash effect) .. How can I prevent this happening to the lamp ?

This happens when I only power up the TRIAC side of the circuit .. So it doesn't have anything to do with PIC MCU ...

Any suggestions ?



http://i.stack.imgur.com/puXQb.png

pedja089
- 7th August 2014, 10:32
Try to add RC snubber to triac.
http://educypedia.karadimov.info/library/6785.pdf

richard
- 7th August 2014, 10:35
google snubber

Archangel
- 7th August 2014, 18:01
Set your "PORT" status to the intended state before you set the "TRIS" to output so it sets the output to a non fire state and then implements it.

gunayburak
- 7th August 2014, 22:45
the Snubber took care of it ... Thanks so much