An SCR relay circuit uses a Silicon Controlled Rectifier (thyristor) to latch a DC load—such as a mechanical relay coil—with a single momentary gate pulse. Unlike a BJT or MOSFET that requires continuous base/gate bias to remain in conduction, an SCR inherently latches ON once triggered, maintaining current flow until the anode current drops below its specific holding threshold. This makes the SCR topology ideal for alarm latches, crowbar protection, and start/stop motor controls where a continuous control signal is unavailable or undesirable.
The DC Latching SCR Topology: Nodes and Signal Paths
To understand the signal flow, we must define the physical nodes and current paths of a standard DC latching configuration. This circuit uses a Normally-Open (NO) trigger switch and a Normally-Closed (NC) reset switch.
- VCC: Positive DC supply rail (e.g., 12V DC).
- Node A (Anode): The SCR anode, connected to the low-side of the relay coil.
- Node K (Cathode): The SCR cathode, tied directly to circuit GND.
- Node G (Gate): The control terminal, fed through a current-limiting resistor from the trigger switch.
- GND: Common ground reference.
VCC → NC Reset Switch → Relay Coil → Node A (Anode) → Node K (Cathode) → GND.
The Gate path branches from VCC through a NO Trigger Switch and Gate Resistor ($R_G$) into Node G. A flyback diode is placed in reverse-bias across the relay coil (Cathode to VCC, Anode to Node A) to suppress inductive kickback.
Why This Topology Over a MOSFET Switch?
If you simply need to switch a relay, a logic-level MOSFET (like an IRLZ44N) is common. However, the SCR topology wins in specific edge cases. According to fundamental semiconductor theory covered by All About Circuits, the SCR's regenerative feedback mechanism makes it immune to accidental turn-off from voltage sags on the control line.
| Criteria | SCR Latching Topology | N-Channel MOSFET Switch |
|---|---|---|
| Gate Drive Requirement | Momentary pulse (latches ON) | Continuous voltage required |
| Control Line Sag Immunity | High (ignores gate drops once latched) | Low (drops out of saturation if $V_{GS}$ sags) |
| Turn-Off Mechanism | Requires breaking anode current (NC switch) | Simply remove gate voltage |
| Component Count | Low (SCR, 1 resistor, 2 switches) | Low (MOSFET, 1 pull-down resistor) |
Component Selection and Design Walkthrough
Let's build a 12V DC latching relay driver. We will select exact component values based on datasheet thresholds to guarantee reliable triggering and latching.
1. The Load: Omron G5V-2-DC12 Relay
This standard DPDT signal relay has a nominal coil voltage of 12V DC. Its coil resistance is 400 Ω, yielding a steady-state coil current of 30 mA ($I = V/R = 12/400$). This 30 mA figure is critical for selecting the SCR.
2. The SCR: ON Semiconductor 2N5060
The 2N5060 is a TO-92 package SCR rated for 0.8A and 30V.
- Holding Current ($I_H$): The datasheet specifies a maximum holding current of 5 mA. Because our relay coil draws 30 mA, the anode current is well above the 5 mA threshold, guaranteeing the SCR will latch and stay latched. If we were driving an LED drawing only 2 mA, this SCR would fail to latch.
- Gate Trigger Current ($I_{GT}$): Maximum 200 µA (0.2 mA).
- Gate Trigger Voltage ($V_{GT}$): Maximum 0.8V.
3. Gate Resistor ($R_G$) Calculation
We need to limit the gate current to a safe level while ensuring it exceeds the 200 µA $I_{GT}$ threshold. Assuming a 12V trigger source and a $V_{GT}$ drop of 0.8V:
$$R_G = \frac{V_{CC} - V_{GT}}{I_{G(desired)}}$$
If we target a conservative gate current of 10 mA:
$$R_G = \frac{12V - 0.8V}{0.010A} = 1120 \Omega$$
We select a standard 1 kΩ resistor. This yields an actual gate current of 11.2 mA, safely below the 2N5060's peak gate current limit but more than 50 times the required trigger threshold, ensuring hard, noise-immune triggering.
4. Flyback Diode: 1N4007
A relay coil is an inductor. When the NC reset switch breaks the anode current, the collapsing magnetic field generates a massive reverse voltage spike ($V = -L \frac{di}{dt}$). Without a flyback diode across the coil, this spike will avalanche the SCR's anode-cathode junction, destroying it. A standard 1N4007 rectifier wired in reverse-bias across the coil clamps this spike to ~0.7V.
Behavior Matrix and Failure Mode Extremes
Understanding what breaks at the extremes is mandatory for robust circuit design. Below is the failure-mode contrast for the primary components.
| Component | Fault Condition | Circuit Behavior & Extreme Result |
|---|---|---|
| Relay Coil | Open Circuit | SCR triggers, but no anode current flows. The SCR immediately drops below $I_H$ and turns OFF. The gate switch acts as a momentary blip with no latching action. |
| Flyback Diode | Short Circuit | VCC is shorted directly to Node A. The SCR sees 0V across Anode-Cathode. Pressing the trigger does nothing. Pressing the NC reset switch creates a dead short from VCC to GND, tripping the power supply or melting breadboard traces. |
| Gate Resistor ($R_G$) | Short Circuit | 12V DC is applied directly to the Gate junction. The 2N5060 gate-cathode junction breaks down (max $V_{GM}$ is typically 10V), permanently destroying the SCR and potentially welding the trigger switch contacts. |
| SCR (2N5060) | Anode-Cathode Short | The relay coil energizes immediately upon power-up. The trigger switch becomes useless. The only way to de-energize the relay is via the NC reset switch. |
| Reset Switch (NC) | Stuck Open | Circuit operates normally for the first trigger, but cannot be turned off. The relay remains latched until VCC is physically disconnected. |
Step-by-Step Breadboard Testing Protocol
Do not apply power until you have verified the passive paths. Inductive kickback can instantly brick your SCR if the flyback diode is reversed.
- Verify Flyback Polarity: Use a multimeter in diode-test mode. Place the red probe on the relay coil pin connected to Node A, and the black probe on the coil pin connected to VCC. You should read ~0.6V. If you read 'OL', the diode is backward; correct it before proceeding.
- Check Gate Isolation: With power OFF, measure resistance between Node G and GND. You should read approximately 1 kΩ (the value of $R_G$). If you read near 0 Ω, the SCR gate is shorted or the resistor is bypassed.
- Verify Reset Path: Measure resistance from VCC to the relay coil input. With the NC reset switch unpressed, you should read the coil resistance (~400 Ω). Pressing the switch should yield an 'OL' (open loop) reading.
- Apply Power: Set your bench supply to 12.0V with a 100 mA current limit. Power the board. The relay must remain de-energized. Measure voltage at Node A; it should read ~12V (minus a tiny leakage drop).
- Trigger Test: Press and release the NO trigger switch. You should hear the relay click. Verify that releasing the switch does not drop the relay out. Measure voltage at Node A; it should now read ~0.8V (the SCR's forward on-state voltage drop, $V_{TM}$).
- Reset Test: Press the NC reset switch. The relay must drop out immediately. Release the reset switch; the relay must remain off until the trigger switch is pressed again.
SCR Relay Circuit FAQ
How do I turn off an SCR relay circuit on DC power?
An SCR cannot be turned off by removing the gate signal; it is a latching device. In a DC circuit, you must use forced commutation. This means physically interrupting the anode current so it falls below the SCR's holding current ($I_H$) for a minimum of 10-20 µs. In the topology above, this is achieved using a Normally-Closed (NC) mechanical pushbutton in series with the anode path. In high-power or automated designs, forced commutation is achieved using a secondary 'turn-off' SCR that momentarily shorts a reverse-biased capacitor across the main SCR's anode and cathode, forcing the anode current to zero.
Can I use an SCR relay circuit for AC mains switching?
Yes, and it is actually easier than DC. When an SCR is used in an AC circuit, it naturally turns off every time the AC sine wave crosses zero volts (zero-cross commutation). You do not need a mechanical NC reset switch to break the anode current. However, a single SCR will only conduct the positive half-cycles, resulting in half-wave DC output to the load. For full-wave AC solid-state relay switching, you must use two SCRs in an inverse-parallel configuration (or a single Triac), paired with an optocoupler like the MOC3021 for galvanic isolation from the mains.
Why is my SCR relay circuit triggering without a gate signal?
If your SCR latches the relay the moment you apply VCC, or triggers randomly due to nearby EMI, you are experiencing $dv/dt$ false triggering. The 2N5060 has a critical rate-of-rise of off-state voltage ($dv/dt$) spec, typically around 20 V/µs. If your power supply has a fast turn-on transient, or if long wires act as antennas picking up noise, the parasitic capacitance inside the SCR ($C_{jc}$) couples a displacement current into the gate ($I = C \frac{dv}{dt}$), mimicking a gate trigger signal.
The Fix: Add a 100 nF ceramic capacitor directly between the Gate and Cathode. This capacitor acts as a low-pass filter, shunting high-frequency $dv/dt$ transients away from the sensitive gate junction and back to ground, preventing false latching without affecting intentional DC trigger pulses.






