A solid state relay (SSR) symbol on a schematic tells you three critical things immediately: the device uses light for galvanic isolation, it switches via semiconductors rather than mechanical contacts, and input polarity almost certainly matters. Unlike electromechanical relays (EMRs), SSRs lack moving parts, meaning their schematic symbols must explicitly detail the internal optocoupler and the specific semiconductor topology (triac, MOSFET, or IGBT) used on the load side.
The Complete Solid State Relay Symbol Reference Table
Schematic standards vary by region and legacy system. Below is the definitive reference for identifying SSR symbols across the three major drafting standards you will encounter in the wild.
| Standard / Region | Input (Control) Side Symbol | Isolation Indicator | Output (Load) Side Symbol | Common Variations |
|---|---|---|---|---|
| IEC 60617 (Global/EU) | Diode symbol (LED) inside a dashed or solid rectangle, with + and - polarity markers. | Optocoupler symbol: LED pointing at a phototransistor or photodiode across a gap. | Two inverse-parallel thyristors (triac) for AC, or a single MOSFET for DC, enclosed in the main block. | Zero-crossing (ZC) variants may include a small sine wave intersecting a zero-line inside the block. |
| IEEE 315 / ANSI (US/NEC context) | Standard LED symbol, often accompanied by an explicit current-limiting resistor symbol inside the SSR boundary box. | A distinct vertical barrier line separating the input and output halves of the rectangle. | Standard semiconductor symbols (NPN/PNP or Triac) drawn explicitly, rather than abstracted into a block. | Often includes an integrated RC snubber network symbol (resistor and capacitor in series) parallel to the output. |
| BS 3939 (Legacy UK) | Older semiconductor diode symbol (a triangle with a line, but without the outward arrows indicating light emission). | No explicit optocoupler drawing; relies on a dashed boundary box to indicate the isolated module. | Legacy thyristor symbols (a diode with a gate lead) representing the switching element. | Rarely indicates zero-crossing vs. random turn-on; requires checking the physical part datasheet. |
What Each Symbol Element Means in Practice
Reading an SSR symbol is not just about identifying the part; it dictates how you wire the control circuit and protect the load. According to foundational guides from All About Circuits, the internal topology defines your external component requirements.
The Isolation Barrier: The gap or optocoupler symbol represents galvanic isolation, typically rated for 3750 $V_{rms}$ to 4000 $V_{rms}$. This means a fault on the 240VAC load side will not travel back to your 3.3V microcontroller GPIO pins, provided you maintain physical creepage and clearance distances on your PCB.
Output Side (The Semiconductor): The specific semiconductor symbol tells you what voltage type the SSR can handle. A triac symbol (two inverse-parallel thyristors) strictly means AC only. A single MOSFET symbol means DC only. Two back-to-back MOSFETs indicate a bidirectional DC or low-voltage AC SSR.
Zero-Crossing vs. Random Turn-On: If the symbol includes a zero-crossing indicator, the SSR will only switch the AC load when the sine wave crosses 0V. This minimizes inrush current and electromagnetic interference (EMI). If the symbol lacks this, it is a Random Turn-On (RTO) SSR, which switches immediately upon receiving the input signal—necessary for inductive loads but prone to high $dv/dt$ transients.
Rows and Elements People Get Wrong
When reviewing schematics or reverse-engineering control panels, engineers frequently misinterpret specific rows and elements from the reference table above.
- Row 1 & 2 Output Confusion (AC vs DC): The most common bench mistake is assuming an SSR can switch both AC and DC. If the schematic symbol shows a triac on the output side, applying a DC load will result in the SSR latching ON permanently. A triac requires the AC waveform to cross zero to commutate (turn off). Always verify the output symbol matches your load type.
- Missing the Input Polarity (Row 1 & 3): Unlike an EMR coil, which is just a wire spool and doesn't care about polarity, the LED symbol on the SSR input strictly requires DC polarity. Swapping the + and - control wires will prevent the SSR from turning on and could damage the internal optocoupler if the reverse voltage exceeds 5V.
- Ignoring the Snubber Symbol (Row 2): If the ANSI symbol includes an RC network parallel to the output, do not add an external snubber. Adding a second snubber in parallel will alter the $dv/dt$ rating and can cause false triggering or excessive leakage current through the load when the SSR is supposedly 'off'.
Faded Markings & Safe Interpretation on the Bench
In industrial environments, SSRs are often mounted on DIN rails inside hot, dusty panels where silk-screened pinouts and part numbers fade or burn off. If you encounter an unmarked SSR, you must safely interpret its pinout before applying power.
Step 1: Identify the Input Pins. Set your multimeter to Diode Test mode. Probe the suspected control pins. You should read a forward voltage drop of roughly 1.1V to 1.5V in one direction, and 'OL' (Open Loop) when you reverse the probes. The red probe is on the positive (+) input pin. If it reads 0.00V or OL in both directions, the internal LED is dead.
Step 2: Identify the Output Pins. With the SSR completely unpowered, set the meter to resistance or continuity. Probe the load terminals. A healthy SSR will read 'OL' (infinite resistance) in both directions. If it reads near 0 ohms, the internal semiconductor has failed short and the unit must be replaced.
Step 3: Determine AC vs DC Output. If markings are entirely gone, you cannot definitively tell if it is an AC triac or DC MOSFET SSR just by looking at it. However, if you see a physical slot or thick potting compound with a visible metal tab designed for a heat sink, and it's wired to a 240VAC contactor coil, it is an AC SSR. For absolute certainty, reference the manufacturer's technical derating and specification guides using the physical dimensions and terminal layout to cross-reference the model family.
Decision Tree: Picking the Right SSR for Your Schematic
Use this decision matrix to translate your schematic requirements into a concrete, purchasable part number. Do not default to a generic 'it depends' approach; match the load physics to the semiconductor topology.
| Load Characteristic | Required Symbol Topology | Key Specification | Concrete Part Recommendation |
|---|---|---|---|
| AC Resistive (Heaters, Incandescent lamps) | Zero-Crossing Triac | Low EMI, standard $dv/dt$ rating, built-in thermal protection. | Omron G3NA-220B (20A, 24-264VAC). Approx. $25. Requires external heat sink for loads >5A. |
| AC Inductive (Motors, Solenoids, Transformers) | Random Turn-On (RTO) Triac + Snubber | High $dv/dt$ immunity, high surge current rating ($I^2t$). | Crydom D2425 (25A, 24-280VAC). Approx. $45. Excellent for high inrush inductive loads. |
| DC Switching (Valves, DC Pumps, PLC I/O) | MOSFET (Single or Back-to-Back) | Low on-resistance ($R_{DS(on)}$), fast switching speed (<1ms). | Omron G3VM-61G1 (400mA, 60VDC/AC). Approx. $12. DIP-4 package, ideal for PCB signal routing. |
| High-Frequency PWM (Heater phase-angle control) | Zero-Crossing is FORBIDDEN. Use RTO. | Fast turn-on time (<10µs), linear output capability. | Crydom MCX240D5 (5A, 280VAC). Approx. $35. Specifically designed for phase-angle firing. |
By strictly aligning the schematic symbol topology with the physical load characteristics, you eliminate the most common causes of SSR failure: thermal runaway from missing heat sinks, and semiconductor latch-up from using triacs on DC circuits.






