rele-estado-solido-ssr-ventajas-calor

The Solid State Relay (SSR): The Silent Switch

  • 4 min

A solid state relay is an electronic switch with isolated input and output that switches a load without mechanical contacts.

The classic mechanical relay uses an electromagnet that moves a metal plate to close a contact.

It works well to turn a light bulb on occasionally. But what if you want to maintain the temperature of an oven with 0.1ºC precision? You would have to turn the heating element on and off every 2 seconds.

If you do that with a mechanical relay:

  1. The noise (clack-clack) will drive you crazy.
  2. The arcing and wear will reduce contact life.

For these tasks, the (SSR - Solid State Relay) was created. A relay that doesn’t move, doesn’t make noise, and doesn’t spark (although, as we’ll see, it’s not perfect either).

What’s inside the box?

An SSR is not a power circuit, but an industrially packaged component.

  • Input (Control): An internal infrared LED. They usually accept a wide range (e.g., 3V to 32V DC), allowing direct connection to Arduinos, 24V PLCs, or ESP32s.
  • Isolation: Optical (light).
  • Output (Power): A TRIAC (for AC loads) or a large MOSFET (for DC loads).

SSR vs mechanical relay: the comparison

FeatureMechanical RelaySolid State Relay (SSR)
SpeedSlow (< 10 Hz)Very Fast (Zero-crossing or kHz DC)
LifespanLimited (Physical wear/arcs)Unlimited (if not overheated)
NoiseAudible (Click)Absolute silence
SparkingYesNo
ON Resistance0 (Metal-metal contact)Small internal resistance (Voltage drop)
HeatColdGets very hot (Requires heatsink)

The star application: PID control

Because an SSR can switch quickly and without wear, it is the king of PID Control. In a 3D printer, the heated bed isn’t simply “On” or “Off”. The controller turns it on with very fast short pulses to maintain a stable temperature. This would destroy a mechanical relay in days. The SSR doesn’t even break a sweat.

The big problem: heat dissipation

This is the biggest problem with an SSR. You buy your 40 Amp SSR, connect a 20A load, and it melts in 5 minutes. What a rip-off!

It’s not a rip-off. A mechanical contact has zero resistance. A semiconductor (TRIAC) always has a voltage drop when conducting (approx 1.5V - 2V).

Let’s apply Joule’s Law (). If 20 Amps flow through the SSR and 1.5 Volts drop across it:

Do you know how much 30W concentrated on a small metal plate heats up? Enough to melt the plastic and destroy the component.

Absolutely necessary: Any SSR handling more than 2 or 3 Amps must be bolted to an aluminum heatsink with thermal paste. Without a heatsink, the “40A” label is worthless.

Types of SSR based on triggering

It is important to read the label because there are two distinct behaviors:

Zero-Crossing: This is the standard (e.g., Fotek DA-40).

  • When you tell it “Turn on,” it waits for the AC waveform to pass through 0V to activate.
  • Advantage: No electrical noise. Ideal for resistive heaters and motors.
  • Disadvantage: Not suitable for fast phase control (fine dimmers), but it works for slow temperature control.

Random Turn-On:

  • Turns on instantly.
  • Necessary for dimmers or very fast phase control, but generates more interference.

The leakage current

An open mechanical relay is an “air gap” between wires. Nothing passes. An “off” SSR is a semiconductor in cut-off mode. It always allows a very small leakage current to pass (a few milliamps).

  • Consequence 1: If you touch the output wires of an “off” SSR, you can get a shock. An SSR cannot be used as a safety disconnector.
  • Consequence 2: If you connect a very low-power LED bulb, it can sometimes stay dimly lit or flicker (ghost effect) even with the SSR off, because the leakage current charges the bulb’s capacitors.