Sunday 13 October 2019

switch mode power supply - What is the purpose of the SCR in this circuit?


enter image description here


I am trying to repair an old SMPS. The first step is to reconstruct the schematic and work from there on. The schematic on the low voltage side is completed for the +12V and the +5V circuits. However what is the functionality of the SCR and Zener in the circuit.




  1. Since VR4 is a zener I have been thinking of the +5 going up over the threshold of 6.2V but that would not trigger the SCR.




  2. If the +5V is going down the zener would act as a diode and the SCR would trigger if the +5V line comes below GND. But in that case the zener functions as a diode.







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...