The standard TRIAC (Triode for Alternating Current) symbol consists of two anti-parallel diodes sharing a common gate terminal, reflecting its ability to conduct current in both directions during AC cycles. Unlike SCRs, TRIACs do not have an anode or cathode; they use Main Terminal 1 (MT1) and Main Terminal 2 (MT2). Below is the complete reference for interpreting these symbols on schematics and identifying physical pins on the workbench.

TRIAC Schematic Symbols and Physical Pinout Reference

When reading a schematic or wiring a physical component, you must bridge the gap between abstract symbols and silicon packages. The tables below map the international schematic standards to the physical pinouts of the most common TRIAC packages used in motor controls, dimmers, and solid-state relays.

Schematic Symbol Standards
StandardRegion / AuthoritySymbol DescriptionGate Reference
IEC 60617Global / Europe (EU)Two overlapping triangles pointing in opposite directions, with a single gate line perpendicular to the main axis.Gate drawn closer to MT1
IEEE/ANSI 315North America (US)Similar dual-diode structure, but often drawn with the gate bent at a 90-degree angle originating from the MT1 side.Gate drawn closer to MT1
Legacy UK (BS 3939)United Kingdom (Pre-1990)Often depicted as two distinct SCRs in anti-parallel with their gates tied together. Rarely used in modern CAD.Dual gates tied to single node
Physical Package Pinouts (Viewed from Front, Pins Down)
PackageExample Part NumberPin 1 (Left)Pin 2 (Center)Pin 3 (Right)Metal Tab / Mount
TO-220ABBTA16-600B (STMicro)MT1MT2GateIsolated (Not MT2)
TO-220ABBTB16-600B (STMicro)MT1MT2GateConnected to MT2
TO-92Z0103M (Littelfuse)MT1MT2GateN/A (Plastic)
TO-247BTA41-600B (STMicro)MT1MT2GateIsolated
D2PAK (SMD)BTA12 SMD SeriesMT1MT2 (and Tab)GateConnected to MT2

Decoding the Terminals: MT1, MT2, and the Gate

A TRIAC is functionally equivalent to two SCRs wired in inverse parallel, but it operates with a single gate structure. Understanding the relationship between the terminals is critical for designing reliable snubber networks and trigger circuits.

Rows People Get Wrong

  • Using 'Anode' and 'Cathode' Terminology: This is the most common mistake among hobbyists transitioning from DC electronics. SCRs and standard diodes have anodes and cathodes. TRIACs conduct bidirectionally, so they use MT1 and MT2 (Main Terminal 1 and 2). Using anode/cathode on a schematic will confuse PCB layout engineers and may lead to incorrect diode test interpretations.
  • Assuming the Gate References MT2: The gate trigger current ($I_{GT}$) and gate trigger voltage ($V_{GT}$) on every manufacturer datasheet are specified relative to MT1. If you design a microcontroller trigger circuit that references the gate to MT2, the TRIAC will fail to latch or will trigger erratically in only one quadrant.
  • The 'Tab is Always MT2' Trap: Look closely at the physical pinout table above. The BTB series (e.g., BTB16) has a metal tab internally connected to MT2. If you mount it to a grounded heatsink without an insulator, you will short MT2 to ground. Conversely, the BTA series (e.g., BTA16) features an electrically isolated tab. Always check the 'A' vs 'B' in STMicroelectronics part numbers before torquing the mounting screw.
Mains Voltage Warning: When testing TRIACs in-circuit on AC dimmer boards, ensure the mains power is disconnected, locked out, and the filter capacitors are discharged. MT2 is frequently tied directly to the live AC line in phase-control circuits. A Fluke 87V or equivalent CAT III meter is mandatory for verifying a dead circuit before touching the pins.

Identifying Unmarked or Faded TRIACs on the Bench

Heat, flux residue, and age frequently obliterate the laser-etched markings on TO-220 and TO-92 packages. When you cannot read the part number, you must safely interpret the silicon using a digital multimeter (DMM) in diode-test mode to map the pins and determine the gate sensitivity.

Step-by-Step Pin Identification

  1. Set your DMM to Diode Test mode. Ensure the probes are in the standard V/$\Omega$ and COM jacks.
  2. Test all three pin combinations in both directions. You are looking for the single pair that yields a forward voltage drop. MT1 to MT2 and MT2 to Gate will read 'OL' (Open Loop) in both directions on a healthy, untriggered TRIAC.
  3. Locate MT1 and the Gate. The only junction that will show a diode drop is between the Gate and MT1. The red probe on the Gate and black on MT1 will typically read between 0.6V and 1.5V. (Note: 'Sensitive gate' TRIACs like the Z0103 will read closer to 0.7V, while standard snubberless TRIACs with internal gate resistors may read up to 1.5V).
  4. Identify MT2. The remaining pin that reads 'OL' against both the Gate and MT1 in both polarities is MT2.

Bench Note: If your meter reads a short (0.00V) between MT1 and MT2, the TRIAC has suffered a catastrophic thermal failure and is internally shorted. This is common in motor control circuits where the snubber capacitor has failed, subjecting the TRIAC to excessive $dv/dt$ transients. Replace the TRIAC and the snubber network simultaneously.

Regional Schematic Standards and Common Misconceptions

While the silicon physics remain constant globally, the way engineers draw the TRIAC symbol varies by region and legacy standard. Knowing which standard applies to your reader's region prevents wiring errors when repairing imported equipment.

Which Standard Applies to You?

If you are reading schematics from European manufacturers (like ABB, Schneider, or Siemens) or working under IEC 60617 guidelines, the TRIAC symbol will strictly adhere to the overlapping triangle format with the gate drawn perpendicular to the MT1 side. In North America, older schematics drafted under IEEE/ANSI 315 might show the gate bent at a sharp right angle. Both represent the exact same component; the difference is purely typographic.

The 'Two SCRs' Misconception

A frequent error in DIY forums is the assumption that a TRIAC is literally two discrete SCRs placed in a single package with their gates tied together. This is structurally false. A TRIAC is a single, monolithic five-layer (N-P-N-P-N) semiconductor device. Because of this monolithic structure, a TRIAC exhibits asymmetrical trigger characteristics across its four operating quadrants. It triggers most easily in Quadrant I (MT2 positive, Gate positive) and Quadrant III (MT2 negative, Gate negative). It is notoriously difficult to trigger in Quadrant IV (MT2 negative, Gate positive). Modern manufacturer datasheets explicitly advise designers to avoid Quadrant IV triggering, which is why microcontroller-driven opto-isolators (like the MOC3021) are designed to pull the gate negative relative to MT1 during the negative half-cycle, ensuring operation in the highly sensitive Quadrant III.