The Two Transistor Analogy is a common way to explain the operation of a Silicon Controlled Rectifier (SCR) using the concept of transistors. This analogy helps to understand the internal workings of an SCR by modeling it as two interconnected transistors. Let’s break down the analogy and its diagram:
### SCR Overview
An SCR is a semiconductor device with three terminals: Anode (A), Cathode (K), and Gate (G). It has four layers of semiconductor material, which form three pn-junctions. It can be turned on by applying a small gate current and remains on until the current flowing through it drops below a certain threshold (the holding current).
### Two Transistor Analogy
The Two Transistor Analogy represents the SCR using two NPN transistors connected in a feedback loop. Here’s how the analogy works:
#### Components:
1. **Transistor Q1**: An NPN transistor.
2. **Transistor Q2**: Another NPN transistor.
3. **Base of Q1** is connected to the Collector of Q2.
4. **Base of Q2** is connected to the Collector of Q1.
5. **Emitter of Q1** is connected to the Anode.
6. **Emitter of Q2** is connected to the Cathode.
7. **A small resistance** is placed between the Base of Q1 and the Emitter of Q2 (this represents the Gate of the SCR).
#### Working:
1. **Off State (Blocking State)**:
- When no gate current is applied, both transistors are off.
- The base-emitter junctions of both transistors are reverse-biased.
- No current flows through the SCR, so it behaves like an open switch.
2. **Triggering (Turn-On)**:
- When a small positive voltage is applied to the Gate, it forward-biases the base-emitter junction of Q1.
- This turns on Q1, allowing current to flow from its collector to emitter.
- The base current of Q2 is then supplied through the collector of Q1, turning on Q2.
- Once Q2 turns on, it provides a base current to Q1, creating a feedback loop that maintains both transistors in the on state.
- As a result, the SCR conducts, and current flows between the Anode and the Cathode.
3. **On State (Conducting State)**:
- With both transistors conducting, the SCR remains on as long as the current through it remains above the holding current.
- The gate current is no longer needed to keep the SCR conducting once it's turned on.
4. **Turning Off**:
- To turn off the SCR, the current flowing through it must be reduced below the holding current.
- Once the current is below this threshold, both transistors turn off, and the SCR behaves like an open switch again.
### Diagram
Here’s a simple diagram illustrating the Two Transistor Analogy for an SCR:
```
+Vcc
|
[R] (Load Resistance)
|
(Anode)
|
+---------+
| |
(Q1) (Q2)
| |
(Base1) (Base2)
| |
+----+----+
|
(Gate) (small resistance)
|
(Cathode)
|
Ground
```
**Key Points in the Diagram**:
- **Q1** and **Q2** are the two transistors.
- **Base1** of Q1 is connected to **Collector2** of Q2.
- **Base2** of Q2 is connected to **Collector1** of Q1.
- **Gate** is represented by a small resistance between the base of Q1 and emitter of Q2.
### Conclusion
The Two Transistor Analogy provides an intuitive way to understand the SCR’s operation, demonstrating how feedback between the transistors maintains the device in the on state once triggered. This model effectively explains the SCR's ability to remain on after being triggered and its need for current to fall below a certain level to turn off.