The symbol of a TRIAC (Triode for Alternating Current) represents a bidirectional semiconductor switch used to control AC power. In schematics, it depicts two SCRs (Silicon Controlled Rectifiers) in inverse parallel sharing a single gate. The three terminals are Main Terminal 1 (MT1), Main Terminal 2 (MT2), and Gate (G). Unlike a standard transistor, a TRIAC conducts current in both directions when triggered, making it the foundational component for AC dimmer switches, motor speed controllers, and solid-state relays.
Schematic Symbols and Regional Standard Variants
While the underlying physics of a TRIAC remain constant globally, the way it is drawn on a schematic depends on the regional standard your engineering team or local electrical code follows. The primary divergence is between the North American ANSI/IEEE standard and the international IEC standard. Knowing which symbol applies to your region prevents dangerous miswiring when reading imported schematics or legacy equipment manuals.
| Standard / Region | Symbol Description | Designator Prefix | Gate Arrow Direction |
|---|---|---|---|
| ANSI/IEEE 315 (US/Canada) | Two overlapping triangles pointing in opposite directions, sharing a central vertical line, with a gate lead branching off the MT1 line. | Q or SCR | Arrow points inward toward the MT1 junction (N-gate) or outward (P-gate). |
| IEC 60617 (EU/Intl) | A single rectangle with specific internal diode/thyristor annotations, or the simplified dual-triangle enclosed in a standardized semiconductor boundary box. | VS or TC | Often omitted in simplified IEC block diagrams; relies on terminal labels (A1/A2/G). |
| GOST 2.730-73 (Eastern Europe) | Similar to ANSI but the gate line is drawn strictly perpendicular to the main current path, often with a distinct break in the MT1 line. | VS | Strictly inward pointing for standard N-gate TRIACs. |
| Legacy / Manufacturer Specific | Two discrete SCR symbols drawn back-to-back with their gates tied together. Common in older application notes. | Q | One inward, one outward, reflecting the internal dual-SCR architecture. |
What this means in practice: If you are reading a schematic from a European manufacturer like STMicroelectronics, you will frequently see the terminals labeled as A1 (Anode 1) and A2 (Anode 2) instead of MT1 and MT2. Functionally, A1 is identical to MT1, and A2 is identical to MT2. The gate trigger voltage is always referenced to MT1/A1, never MT2/A2. Attempting to trigger the gate relative to MT2 will result in erratic firing or complete failure to latch.
Physical Pinout Reference by Semiconductor Package
The schematic symbol tells you how the device behaves logically, but the physical package dictates how you wire it on the bench. The TRIAC symbol is electrically symmetric, but the physical silicon die is highly asymmetric. The pinout changes drastically depending on whether you are holding a low-power TO-92 for a microcontroller interface or a high-power TO-220 for a 15A heating element.
| Package Type | Common Part Number | Pin 1 (Left) | Pin 2 (Center) | Pin 3 (Right) | Tab / Heatsink Connection |
|---|---|---|---|---|---|
| TO-220AB | BTA16-600B (16A) | MT1 (A1) | MT2 (A2) | Gate (G) | Electrically tied to MT2 (Live) |
| TO-220AB (Isolated) | BTA16-600BW (16A) | MT1 (A1) | MT2 (A2) | Gate (G) | Internally isolated (No electrical connection) |
| TO-92 | MAC97A8 (0.8A) | MT1 (A1) | Gate (G) | MT2 (A2) | N/A (Plastic body only) |
| TOP3 | BTA41-600B (40A) | MT1 (A1) | MT2 (A2) | Gate (G) | Electrically tied to MT2 (Live) |
| SOT-223 / D2PAK | Z0103MN (1A SMD) | MT1 (A1) | MT2 (A2) | Gate (G) | Center pad tied to MT2 |
Notice the critical difference between the TO-220AB and the TO-92. In the TO-220, the Gate is on the right (Pin 3). In the TO-92, the Gate is in the center (Pin 2). Swapping these based on muscle memory from other component types will instantly destroy the TRIAC or your driving microcontroller when AC voltage back-feeds into the GPIO pin.
Rows People Get Wrong and Faded Marking Recovery
Even experienced bench technicians misread TRIAC pinouts. Looking at Table 2, the rows people get wrong almost always involve the TO-220AB package and the assumption of tab isolation.
The Isolated vs. Non-Isolated Tab Trap
The most dangerous error occurs when a builder assumes the metal heatsink tab of a TO-220 TRIAC is electrically isolated. In the STMicroelectronics TRIAC lineup, part numbers starting with BTA (like the BTA16) feature an internally isolated tab. You can bolt them directly to a grounded aluminum chassis. However, part numbers starting with BTB (like the BTB16-600B) have a non-isolated tab that is hardwired to MT2. If you mount a BTB16 to a grounded chassis without a silicone insulating pad and a mica washer, you will create a direct short from the AC mains to the earth ground, tripping the breaker and potentially causing an arc flash.
The Quadrant IV Sensitivity Error
While not a physical pinout error, this relates to how the symbol translates to real-world triggering. TRIACs operate in four quadrants based on the polarity of MT2 and the Gate relative to MT1. According to All About Circuits semiconductor theory, TRIACs are notoriously insensitive in Quadrant IV (MT2 negative, Gate positive). If your driving circuit sources current into the gate while MT2 is in its negative half-cycle, the TRIAC may fail to latch. Always design your gate drive circuit to sink current from the gate (negative gate trigger) to ensure reliable firing across all quadrants, particularly when driving inductive loads like ceiling fan motors.
Safe Interpretation of Faded or Missing Markings
Salvaging components from old appliance boards often yields TO-220 TRIACs with laser etchings burned off by years of thermal cycling. If you cannot read the part number to verify if it is a BTA or BTB, or if you cannot confirm the pinout, do not guess. Use this definitive multimeter recovery sequence:
- Set your multimeter to Diode Test mode. Ensure the TRIAC is completely removed from the circuit board to prevent parallel resistance from skewing your readings.
- Identify the Gate and MT1: Probe the three pins in combinations. The Gate and MT1 will behave like a standard PN junction diode. You will read a forward voltage drop between 0.4V and 0.8V in one polarity, and an "OL" (Open Loop) reading when you swap the probes. The pin that yields these readings is the Gate; the other is MT1.
- Identify MT2: The remaining pin is MT2. Probing between MT2 and MT1, or MT2 and Gate, should read "OL" in both directions. If you read a short or a low voltage drop between MT2 and any other pin, the TRIAC is internally shorted and must be discarded.
- Test the Tab for Isolation: Place one probe on the center pin (MT2) and the other on the metal tab. If it reads "OL", it is an isolated package (BTA series). If it reads near 0.00V (continuity), it is a non-isolated package (BTB series) and requires an insulating pad for heatsink mounting.
By relying on the physical PN junction characteristics rather than faded silk-screen or guesswork, you ensure safe integration into your next AC switching project. For deeper thermal and snubber network design guidelines, refer to the Littelfuse TRIAC application notes, which detail the exact RC snubber values required to prevent false triggering from high dV/dt transients on the AC mains line.






