The standard thyristor symbol—specifically for the Silicon Controlled Rectifier (SCR)—is a diode triangle pointing toward a cathode bar, with an added arrow entering the cathode to represent the gate terminal. Think of the gate like a turnstile latch: a brief pulse pushes it open, and it stays open (conducting) until the main current flow drops to zero. While the basic SCR is the most common, the thyristor family includes TRIACs, DIACs, and GTOs, each with distinct schematic symbols and pinout conventions that vary slightly between global standards.
The Complete Thyristor Symbol & Pinout Reference Table
Use this table to identify schematic symbols and map them to physical component pins. This covers the primary thyristor devices you will encounter in power electronics and mains-switching circuits.
| Device Type | IEC 60617 Symbol Description | IEEE 315 / ANSI Variant | Physical Pin Designations | Benchmark Part Numbers |
|---|---|---|---|---|
| SCR (Silicon Controlled Rectifier) | Diode symbol with an inward-pointing arrow at the cathode (Gate). | Identical, but gate arrow is sometimes drawn perpendicular to the cathode bar. | Anode (A), Cathode (K), Gate (G) | BT151-500R, 2N5060, TYN616 |
| TRIAC (Triode for AC) | Two opposing diodes in parallel, sharing a single gate arrow pointing into the junction. | Often drawn as a box with pin labels, or two overlapping SCRs with a shared gate. | Main Terminal 1 (MT1), Main Terminal 2 (MT2), Gate (G) | BTA16-600B, BT136-600E, MAC97A8 |
| DIAC (Diode for AC) | Two opposing diodes in parallel, no gate terminal. | Similar to TRIAC but strictly without the gate line. | Anode 1 (A1), Anode 2 (A2) — bidirectional | DB3, DB4, HT32 |
| GTO (Gate Turn-Off) | Diode symbol with an arrow pointing away from the cathode (or a bidirectional gate arrow). | SCR symbol with a small bar across the gate arrow indicating turn-off capability. | Anode (A), Cathode (K), Gate (G) | FG33J, A5GTO120 |
Regional Standards and 'Rows People Get Wrong'
Schematic standards dictate how these symbols are drawn on paper, but misinterpreting them leads to blown components. Here is how the standards differ and where designers typically make mistakes.
IEC 60617 vs. IEEE 315 vs. Old BS 3939
- IEC 60617 (International/Europe): The global standard. Uses the classic triangle-and-bar diode base. The gate arrow on an SCR always points inward toward the cathode bar.
- IEEE 315 / ANSI Y32.2 (North America): Largely mirrors IEC for thyristors, but older American schematics sometimes enclose the TRIAC symbol in a circle or use a box with '1', '2', and 'G' labels instead of drawing the semiconductor junctions.
- BS 3939 (Legacy UK): Obsolete since the 1980s but still found in retrofitted British industrial control panels. It often drew the SCR gate arrow originating from the anode side rather than the cathode. If you see this, treat it as a standard SCR but verify with a multimeter.
- TRIAC MT1 vs. MT2 Reference: Hobbyists often assume MT2 is the reference pin because it connects to the load. Wrong. MT1 is the internal reference for the gate trigger circuit. Gate trigger voltages (V_GT) and holding currents are always measured relative to MT1, not MT2.
- GTO Gate Arrow Direction: A standard SCR gate arrow points into the cathode (current flows in to trigger). A GTO arrow points away from the cathode, indicating that a negative current pulse (pulling current out) is required to turn it off.
- Confusing DIAC with a bidirectional TVS: A DIAC symbol looks like two opposing diodes, but unlike a TVS diode, a DIAC has a negative resistance region. It does not clamp voltage; it breaks over (typically at ~30V) and latches until current drops.
Safe Interpretation When Markings Are Faded or Missing
Power thyristors like the BTA16 or BT151 operate in hot, dirty environments (heater controllers, motor drives). Paint and laser-etched pinout markings frequently burn off. Never guess the pinout based on package shape alone; manufacturers swap pin assignments between the TO-220 and TO-220AB packages.
Use a digital multimeter (DMM) in Diode Test mode to safely map the pins. This works because the gate-to-cathode junction behaves exactly like a standard silicon diode.
Step-by-Step Pin Identification (SCR Example)
- Set your DMM to Diode Test (the symbol with the diode and soundwave).
- Test all three pins in both directions (6 combinations total).
- Find the Gate and Cathode: You will find exactly one pair of pins that shows a forward voltage drop of 0.6V to 0.8V in one direction, and 'OL' (Over Limit) in the reverse direction. The pin where the red (positive) probe is placed during the 0.6V reading is the Gate. The pin where the black (negative) probe is placed is the Cathode.
- Identify the Anode: The remaining third pin is the Anode. It will read 'OL' in both directions when measured against the Gate and Cathode (assuming the thyristor is not currently latched or shorted).
Decision Tree: Picking the Right Thyristor for Your Circuit
Do not default to an SCR for every switching task. Use this decision matrix to terminate your selection process with a specific, proven part number.
| Circuit Requirement | Load Type | Required Device | Concrete Part Pick (2026 Standard) |
|---|---|---|---|
| Switching AC mains (120V/240V) on/off via microcontroller | Resistive (Heaters, Incandescent) | Standard TRIAC | BT136-600E (4A, 600V, sensitive gate) |
| Switching AC mains on/off via microcontroller | Inductive (Motors, Transformers) | Snubberless TRIAC (Commutation rated) | BTA16-600B (16A, 600V, 'B' snubberless rating) |
| Latching a DC circuit (e.g., crowbar overvoltage protection, alarm latch) | DC Resistive/Inductive | SCR | BT151-500R (12A, 500V, TO-220) |
| Triggering a TRIAC gate in a phase-angle dimmer circuit | Gate drive pulse | DIAC | DB3 (30V breakover, DO-215AA) |
| High-power DC motor control where PWM turn-off is required | High-current DC | GTO or IGBT (Prefer IGBT today) | FG33J (GTO) or IRG4PC50U (IGBT alternative) |
Real-World Failure Modes and Snubber Requirements
Understanding the symbol is only half the battle; knowing how the physical component fails in practice separates hobbyists from professionals. Thyristors are highly susceptible to dv/dt (rate of voltage rise) and di/dt (rate of current rise) transients.
According to application notes from All About Circuits and manufacturer guidelines, if the voltage across a TRIAC rises too quickly when it is in the 'off' state, internal parasitic capacitance will couple enough current into the gate to falsely trigger the device. This is notorious when switching inductive loads like ceiling fans or solenoid valves.
The Mandatory RC Snubber
For any TRIAC switching an inductive AC load, you must place an RC snubber network in parallel with the TRIAC (across MT1 and MT2). This limits the dv/dt to a safe level.
- Resistor: 100Ω (1/2W metal film)
- Capacitor: 100nF (0.1µF) 275VAC X2 safety-rated film capacitor
By matching the correct schematic symbol to the physical pinout, verifying faded components with a DMM, and respecting the dv/dt limits with proper snubbing, you can reliably deploy thyristors in everything from 5V Arduino-switched heater relays to 240V industrial motor controllers.






