The symbol for a TRIAC (Triode for Alternating Current) represents a bidirectional semiconductor switch capable of conducting current in both directions when triggered. Visually, the standard schematic symbol looks like two silicon-controlled rectifiers (SCRs) connected in inverse parallel, sharing a single gate terminal. Because it handles alternating current (AC), the symbol uses dual opposing arrows and alternating terminal names—Main Terminal 1 (MT1) and Main Terminal 2 (MT2)—rather than the anode and cathode designations found on standard diodes or SCRs.

Schematic Standards: IEEE vs. IEC Symbols

While the basic "back-to-back SCR" visual is universally recognized on the bench, terminal labeling and drawing styles shift based on your region's governing standard. If you are reading a schematic drawn in Europe versus one drawn in the US, the symbol for a TRIAC will look slightly different, and the terminal names may change. Understanding these regional variants prevents dangerous wiring errors when replacing components in imported machinery or following international open-source hardware designs.

Table 1: TRIAC Symbol and Schematic Standard Variants
Standard Body Schematic Symbol Style Terminal Naming Convention Regional Usage & Application
IEEE / ANSI (US) Two overlapping triangles pointing in opposite directions, with a single gate line intersecting the main axis. MT1 (Main Terminal 1), MT2 (Main Terminal 2), G (Gate) North America, Japan. Standard in US university textbooks and commercial schematics.
IEC 60617 (EU/Global) Similar dual-triangle structure, but often drawn with the gate line bent at a 90-degree angle, distinct from the main current path. A1 (Anode 1), A2 (Anode 2), G (Gate) or T1, T2, G Europe, UK, Australia, and most international IEC-compliant documentation.
GOST (Russia/CIS) Rectangular box with internal diagonal lines indicating bidirectional conduction, gate marked on the side. 1, 2, and U (Control Electrode) Russia, Eastern Europe, legacy Soviet-era industrial equipment.
Legacy / Textbook Sometimes drawn simply as a DIAC symbol with an added gate terminal, or two discrete SCR symbols explicitly wired in parallel. Anode 1, Anode 2, Gate Older repair manuals, vintage audio equipment, and introductory hobbyist guides.

Which standard applies to you? If you are designing a PCB for global manufacture or reading a datasheet from STMicroelectronics or NXP, expect the IEC standard (T1/T2 or A1/A2). If you are reading a US-based appliance repair manual or an All About Circuits tutorial, expect the IEEE standard (MT1/MT2). Functionally, they are identical; MT1 and T1 both serve as the reference point for the gate.

Physical Pinouts: Reading the Package

A schematic symbol tells you how the component behaves in a circuit, but it does not tell you which physical metal leg corresponds to MT1, MT2, or the Gate. When holding a physical TRIAC, pinout mapping depends entirely on the semiconductor package and the specific manufacturer's die layout. Assuming a universal pinout for all TO-220 packages is a common bench mistake that leads to shorted gates and destroyed microcontrollers.

Table 2: Common TRIAC Part Numbers and Physical Pinout Data
Part Number Package Type Pin 1 (Left) Pin 2 (Center) Pin 3 (Right) V_DRM (Voltage) I_T(RMS) (Current)
BTA16-600B TO-220AB MT1 MT2 (Tab) Gate 600V 16A
BT136-600E TO-220AB MT1 MT2 (Tab) Gate 600V 4A
MAC15 (MAC15A6) TO-220AB MT2 (Tab) MT1 Gate 600V 15A
Z0103MAG TO-92 Gate MT1 MT2 600V 1A

Critical Bench Note: Notice the difference between the BTA16 and the MAC15. Both use the ubiquitous TO-220AB package, but Pin 1 and Pin 2 are swapped. Always verify the specific datasheet. Furthermore, in TO-220 packages, the metal mounting tab is almost always electrically connected to Pin 2 (whether that is MT1 or MT2 depending on the part). Never assume the tab is earth ground.

Rows People Get Wrong: MT1, MT2, and Gate Confusion

Even experienced hobbyists and junior technicians misinterpret TRIAC symbols and pinouts. Here are the specific rows and concepts that cause the most failures on the workbench:

Warning: The Metal Tab is Not Ground
In mains-powered AC dimmer circuits, the TRIAC's metal tab (usually MT2) is often tied directly to the AC Hot line or the load. If you bolt a TO-220 TRIAC to an ungrounded metal chassis without a silicone insulating pad and shoulder washer, the entire chassis becomes energized at mains voltage. Always use a multimeter to verify isolation between the TRIAC tab and the heatsink before applying power.
  • The "Anode/Cathode" Fallacy: Because the symbol looks like two SCRs, beginners often label the terminals Anode and Cathode. A TRIAC does not have a fixed anode or cathode; current flows MT1-to-MT2 during the positive half-cycle, and MT2-to-MT1 during the negative half-cycle. Always use MT1/MT2 or T1/T2.
  • Gate Reference Point: The gate trigger voltage (V_GT) is always measured relative to MT1, never MT2. If your microcontroller's ground is tied to MT2 instead of MT1, your opto-isolator or gate driver will fail to trigger the TRIAC, or worse, short out.
  • Quadrant Triggering Sensitivity: Standard TRIACs (like the BTA16B) trigger easily in Quadrants I and II (MT2 positive) but require significantly more gate current in Quadrant III (MT2 negative, Gate negative). If you are driving a TRIAC directly from a 3.3V ESP32 GPIO via an optocoupler, you must select a "sensitive gate" TRIAC (like the BT136E or Z0103) which is guaranteed to latch in all four quadrants with low current.
  • Confusing TRIACs with DIACs: A DIAC symbol looks like a TRIAC symbol but lacks the gate line. DIACs (like the DB3) are bidirectional trigger diodes used to fire the gate of a TRIAC. They have no polarity and only two leads. Do not attempt to test a DIAC using the Gate-to-MT1 diode test method.

Safe Interpretation: Identifying Faded or Unmarked TRIACs

When salvaging components from a scrapped appliance or repairing a board where the laser etching has been burned off by a thermal event, you cannot rely on visual package identification. You must map the physical pins to the schematic symbol using a digital multimeter (DMM). For comprehensive testing theory, Electronics Tutorials provides excellent baseline semiconductor behavior models.

Step-by-Step Multimeter Identification (Diode Test Mode):

  1. Set your DMM to Diode Test mode. Ensure the component is completely removed from the circuit board; in-circuit testing will yield false readings due to parallel snubber networks (resistors and capacitors).
  2. Identify MT1 and MT2. Place probes on the outer two pins. The meter should read "OL" (Overload/Open) in both polarities. If it reads a short or a low resistance, the TRIAC is blown and must be discarded.
  3. Find the Gate. Place the red probe on the center pin (or suspected MT1) and the black probe on the remaining pin. You are looking for a standard PN junction voltage drop (typically 0.6V to 0.8V). When you find the pin pair that yields this drop in one direction and "OL" in the reverse direction, you have found the Gate and MT1. The Gate is the P-type material, so the red probe (positive) on the Gate and black on MT1 will usually show the 0.6V drop.
  4. The Latch Test (Advanced). To confirm the TRIAC functions, leave the black probe on MT2 and the red probe on MT1 (meter reads OL). Briefly use a jumper wire to short the Gate to MT2. The meter should drop to a low voltage (e.g., 0.9V), indicating the TRIAC has latched into conduction. Note: This only works if your DMM outputs at least 5V to 9V in diode test mode (like a Fluke 87V). Cheap 3V multimeters cannot provide the breakover voltage required to latch the internal die.

By combining a clear understanding of the IEEE and IEC schematic symbols with rigorous bench-level multimeter verification, you can safely design, troubleshoot, and repair AC switching circuits without falling victim to the common pinout traps that destroy sensitive gate drivers and microcontrollers.