Saturday 14 September 2019

Triac Operation: Gate connects to A1 not working?


enter image description here


I have tested the above circuits and found that I can switch on the triac with the circuit at the top, but not with the bottom circuit.



In my understanding, the Triac can be triggered on no matter the gate is positive or negative, the main difference is I may need a larger gate trigger current (Ig). I have lowered the gate resistor value but still cannot switch on the Triac, why?


Note: I know it is not related to the optocoupler, because when I am testing it, I even shorted pin 4 and pin 6 of the optocoupler and it still does not work



Answer



Your triac is upside down in the schematic.



  • To trigger the triac you have to bring the trigger positive or negative with respect to terminal T1 (the terminal on the same side as the trigger on the schematic).

  • Your "not work" schematic shows you shorting out the trigger pin to T1 so that does nothing.

  • In your "work" schematic turning on the opto-coupler connects the trigger to the voltage across the triac. Since this is high enough the triac turns on.


schematic



simulate this circuit – Schematic created using CircuitLab


Figure 1. The WORK and NOT WORK schematics redrawn for clarity.


You are confusing operation of a trigger derived from the mains to one where a separate voltage is used. Figure 2 shows how this would work but note again that the trigger voltage is with reference to terminal T1 (the same side of the triac as the trigger pin).


schematic


simulate this circuit


Figure 2. Switching a triac with a separate trigger supply.


Finally, for reference:


enter image description here


Figure 3. Triac triggering modes and quadrant numbers. Source Wikipedia (with addition of numbers).


Note that your circuit works on quadrants 1 (both mains and trigger positive) and quadrant 3 (both negative) only.



No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...