A proper solid state relay connection requires matching the DC input (often loosely called the "coil") to your control voltage and the semiconductor output (the "contacts") to your load, while applying strict derating factors for inductive and motor loads. Unlike electromechanical relays (EMRs), an SSR uses an internal LED and optocoupler for isolation, and a TRIAC, SCR, or MOSFET for switching. Because there are no moving parts, an SSR connection demands careful attention to thermal dissipation, surge currents, and external short-circuit protection.
Solid State Relay Connection: Decoding the Spec Sheet
When wiring an SSR, hobbyists and technicians often look for "coil voltage" and "contact ratings." In the solid-state world, the "coil" is actually an input LED requiring a specific DC forward voltage and current, while the "contact" is a semiconductor junction with a maximum RMS current and a critical surge rating.
Below is a reference table comparing a standard AC-output SSR (like the ubiquitous Fotek SSR-25DA or Crydom D2425) against a DC-output SSR and a traditional EMR. Note the critical difference in breaking capacity.
| Parameter | AC Output SSR (e.g., SSR-25DA) | DC Output SSR (e.g., SSR-25DD) | 25A Electromechanical Relay |
|---|---|---|---|
| Input ("Coil") Voltage | 3 - 32 VDC | 3 - 32 VDC | 12 VDC or 24 VDC (Fixed) |
| Input Current Draw | ~12 mA @ 12VDC | ~12 mA @ 12VDC | ~30 mA to 75 mA |
| Output ("Contact") Rating | 25A RMS (Resistive @ 40°C) | 25A Continuous DC | 25A Resistive / 10A Pilot |
| Peak Surge Current (1 cycle) | 250A (Non-repetitive) | N/A (Governed by thermal mass) | Mechanical bounce limits surge |
| Breaking Capacity / Short Circuit | N/A (Requires external semiconductor fuse) | N/A (Requires external DC fuse) | Typically 1/10 HP or specific FLA |
| On-State Voltage Drop | ~1.6V AC (Generates ~25W heat at 16A) | ~0.1V DC (Generates ~2.5W heat at 25A) | ~0.01V (Negligible heat) |
Selection Decision Path: Matching SSRs to Load Types
Which rating column governs your load? For resistive loads, the RMS Output Current column is your baseline. However, for inductive and motor loads, the Peak Surge Current and dv/dt ratings govern the selection. An SSR rated for 25A resistive will instantly fail if used to switch a 10A compressor motor without massive derating and snubber networks.
| Load Type | Inrush Multiplier | Governing Rating Column | Required SSR Feature & Sizing Rule |
|---|---|---|---|
| Resistive (Heaters, Incandescent) | 1x (No inrush) | RMS Output Current | Standard Zero-Cross SSR. Size at 1.25x load current. |
| Inductive (Solenoids, Transformers) | 5x to 10x | Peak Surge Current & dv/dt | Random-Fire (Instant-On) SSR. Size at 2x to 3x load current. Add MOV across output. |
| Motor (Compressors, Fans, Pumps) | 6x to 8x (Locked Rotor) | Locked Rotor Amps (LRA) / I²t | Random-Fire SSR. Size at 3x to 4x Full Load Amps (FLA). Mandatory RC Snubber. |
| Capacitive (SMPS, LED Drivers) | 10x to 50x | Peak Surge Current (I²t) | Zero-Cross SSR. Size at 5x+ steady state, or use an NTC thermistor in series. |
Source reference: For detailed derating curves and I²t calculations, consult the Omron Solid State Relay Technical Guide or manufacturer application notes.
Wiring the Input and Output: Flyback, Snubbers, and Heat
Input ("Coil") Side Wiring
The input side of an SSR is an LED. Polarity matters: connect the positive DC control voltage to the (+) terminal and the negative to the (-). If you are driving the SSR directly from an ESP32 or Arduino GPIO, ensure the GPIO can source the required 10-15 mA; otherwise, use a 2N2222 BJT or a logic-level MOSFET as a low-side switch.
The Flyback Diode Rule: The SSR input LED itself does not generate inductive kickback. However, if your control wiring runs through long cables with high parasitic inductance, or if you are wiring a traditional Electromechanical Relay (EMR) coil on a DC circuit alongside your SSRs, you must install a reverse-biased flyback diode (e.g., 1N4007) across the coil/input terminals. Failing to do so on DC inductive circuits will result in voltage spikes that will punch through and destroy your driving transistor or microcontroller pin.
Output ("Contact") Side Wiring
The output terminals switch the load. Because AC SSRs use TRIACs, they drop roughly 1.2V to 1.6V across the junction when conducting. At 15A, that equates to roughly 24W of heat dissipated directly into the SSR body.
- Thermal Management: Any AC SSR connection carrying more than 5A to 10A requires an external aluminum heat sink and thermal paste. Without it, the internal silicon will overheat and fail short.
- Torque Specs: Use a torque screwdriver. Undertightening causes high-resistance arcing at the terminal block; overtightening strips the soft brass threads or cracks the internal substrate. Typical M4 terminal torque is 0.8 to 1.2 Nm.
- Snubber Networks: When switching inductive AC loads, the collapsing magnetic field generates high-voltage transients (dv/dt) that can force the TRIAC back into conduction even when the input signal is removed. Wire an RC snubber (e.g., 100Ω + 0.1µF) or a Metal Oxide Varistor (MOV) directly across the SSR output terminals (1 and 2) to absorb this energy.
Testing, Troubleshooting, and the "Replace, Don't Repair" Rule
SSRs fail differently than mechanical relays. While an EMR usually fails open (contacts pit and stop conducting), a TRIAC-based SSR almost always fails short. The silicon junction melts into a permanent low-resistance path, meaning the load stays on even when the control signal is removed. This is a severe fire hazard.
How to Test an SSR (Dead and Live)
Dead Test (Power Removed):
- Set your multimeter to Diode Test mode.
- Place the red probe on Input (+) and black on Input (-). You should read a forward voltage drop of ~1.1V to 1.5V (the internal LED). Reversing the probes should read "OL" (Open Loop).
- Set the meter to Resistance (Ohms). Measure across the output terminals (1 and 2). A healthy AC SSR will read "OL" or in the mega-ohms in both directions. If it reads near 0Ω, the TRIAC is shorted and the SSR is dead.
Live Test (Energized with Caution):
- Apply mains voltage to the input side of the load circuit and the control voltage to the input terminals. Warning: Mains voltage is lethal. Use a CAT III rated meter and keep one hand in your pocket.
- Measure AC voltage directly across the SSR output terminals (1 and 2) while the SSR is commanded ON. A healthy SSR will show a voltage drop of 1.0V to 2.0V.
- If you measure full line voltage (e.g., 120VAC or 240VAC) across the output terminals while the input is energized, the SSR has failed open internally.
- If the load is running but the input control signal is OFF, and you measure 0V across the output terminals, the SSR has failed short.
When to Repair vs. Replace
Never attempt to repair an SSR. Solid state relays are potted in epoxy or thermally conductive silicone to manage heat and provide dielectric isolation. They are not serviceable. If an SSR fails, replace it immediately. Furthermore, investigate why it failed: did it lack a heat sink? Was it undersized for a motor's locked-rotor inrush? Was it missing an RC snubber for an inductive load? Correct the root cause, install a properly rated semiconductor fuse in series with the new SSR, and verify your torque specs before re-energizing.






