A DC-DC SSR (Solid State Relay) switches a DC load using a DC control signal. Unlike electromechanical relays (EMRs) that rely on physical contacts and magnetic coils, a DC-DC SSR relay uses an optocoupler for input isolation and power MOSFETs or BJTs on the output side. This eliminates contact bounce, arcing, and mechanical wear, but introduces new challenges: thermal management, continuous leakage current, and the absolute necessity of external overcurrent protection.
If you are designing a 12V/24V/48V battery management system, a solar dump load controller, or an industrial DC motor drive, picking the right solid-state switch requires looking past the headline current rating. Below is the decision-forward framework for selecting, wiring, and testing DC-DC SSRs.
1. The DC-DC SSR Relay Decision Tree
Do not default to the cheapest module on Amazon. Match your load profile to the internal semiconductor topology. Use this decision path to land on a concrete part number.
| If Your Application Requires... | Then Choose This Topology | Concrete Part Pick (2026) |
|---|---|---|
| High speed (PWM < 1kHz), low voltage drop, < 4A load | Photo-MOSFET Relay (Low $R_{DS(on)}$) | Omron G3VM-61GR (60V, 4A, MOSFET output) |
| Standard switching, 5A to 20A continuous, up to 100VDC | BJT or High-Power MOSFET SSR with isolated tab | Sensata Crydom D1D10 (100V, 10A, BJT/MOS hybrid) |
| High inrush (motors/solenoids), > 20A continuous | Parallel MOSFET discrete array or heavy-duty SSR with forced air | Carlo Gavazzi RGC1A60D25 (Wait, RGC is AC. Use Sensata Crydom D1D20 or discrete IRFB4110 MOSFETs driven by an Avago HCPL-3120 gate driver) |
| High-side switching in a grounded chassis system | P-Channel MOSFET SSR or High-Side Driver IC | Infineon BTS50085 (Smart high-side power switch) |
2. Rating Table: Which Column Governs Your Load?
The most common mistake builders make is sizing an SSR based solely on the 'Max Continuous Current' column. In DC circuits, thermal runaway and short-circuit let-through energy will destroy the silicon long before the steady-state current limit is reached.
| Parameter | What It Means | Which Load Type It Governs | Example: Crydom D1D10 |
|---|---|---|---|
| Input Control Voltage | Voltage required to forward-bias the internal optocoupler LED. | Governs your microcontroller/PLC interface. | 3.5 - 32 VDC |
| Output Voltage Rating | Maximum DC voltage the silicon can block in the OFF state. | Governs battery bank or supply voltage (include 20% margin for inductive spikes). | 1 - 100 VDC |
| Max Continuous Current | Current the device can carry indefinitely at a specific case temperature (usually 25°C). | Governs steady-state resistive loads (heaters, lights). | 10 A (derates to ~6A at 60°C) |
| $I^2t$ (Let-Through Energy) | The thermal energy the silicon can survive during a short circuit before melting. | Governs fuse coordination. Your external fuse must clear the fault before this value is exceeded. | 120 $A^2s$ (for 10ms half-cycle equivalent) |
| $R_{DS(on)}$ / Voltage Drop | Internal resistance. Dictates heat generation ($P = I^2R$). | Governs heatsink sizing. | ~0.15 Ohms (yields 1.5V drop at 10A = 15W heat) |
The Governing Rule: For continuous loads, the derated continuous current (based on your actual ambient temperature) governs. For fault protection, the $I^2t$ rating governs your fuse selection.
3. Input vs. Output Wiring & The DC Flyback Rule
Wiring a DC-DC SSR relay is straightforward, but the physics of DC inductive kickback demands strict protection protocols on both sides of the isolation barrier.
The Input Side (Control)
The input side contains an infrared LED. You must limit the current, usually to 10-15mA. Most panel-mount SSRs include an internal current-limiting resistor for the 3-32V range. If you are driving it from a 3.3V ESP32 GPIO, the GPIO cannot supply 15mA reliably. Use a 2N2222 NPN transistor or a 74HC125 buffer to drive the SSR input from your 5V or 12V rail.
The Output Side (Load)
Wire the DC source to Terminal 1 (or +) and the load to Terminal 2 (or -). Because MOSFETs and BJTs do not provide physical galvanic isolation when turned on, a fault on the load side will feed back into your control system if the SSR fails short.
Overcurrent Protection: You cannot use standard AC/DC miniature circuit breakers (MCBs) to protect an SSR. Standard MCBs rely on thermal-magnetic curves that take milliseconds to trip. An SSR will vaporize its internal silicon bond wires in microseconds during a dead short. You must use fast-acting semiconductor fuses (like Littelfuse Nano or Midget fast-acting series) whose $I^2t$ clearing rating is strictly lower than the SSR's $I^2t$ withstand rating.
4. Load Type Selection: Resistive, Inductive, and Motor
DC loads do not have a natural zero-crossing point like AC loads. When you open a DC circuit, the energy must go somewhere. This dictates your derating strategy.
- Resistive Loads (Heaters, Incandescent Lamps): Derate by 20% for ambient temperatures above 40°C. Inrush is minimal (though cold tungsten filaments can spike 10x for a few milliseconds). A standard MOSFET SSR handles this easily.
- Inductive Loads (Solenoids, DC Coils): Derate the SSR current rating by 50%. When the SSR turns off, the collapsing magnetic field generates a massive voltage spike ($V = L \frac{di}{dt}$). You must wire a freewheeling (flyback) diode directly across the inductive load, cathode to the positive supply. Without this diode, the avalanche energy will punch through the SSR's output MOSFET.
- DC Motors: Derate by 70% to 80%. DC motors present a locked-rotor inrush current that can be 8x to 10x the running current, plus severe inductive kickback upon switching off. For motor control, a dedicated DC motor controller with H-bridge topology and hardware current limiting is vastly superior to a simple DC-DC SSR relay.
5. Dead and Live Testing: Troubleshooting a Suspect SSR
When a DC circuit fails to energize, the SSR is the prime suspect. Here is how to isolate the fault using a standard digital multimeter (DMM).
Dead Testing (Power Removed)
- Input Test: Set your DMM to Diode Test mode. Place the red probe on the positive input terminal and black on the negative. You should read a forward voltage drop between 1.1V and 1.5V (the optocoupler LED). Reverse the probes; it should read 'OL' (Open Loop). If it reads 0.00V (short) or OL in both directions (open), the input is dead.
- Output Test: Set the DMM to Resistance or Continuity mode. Measure across the output terminals. A healthy, unpowered MOSFET-based SSR will often show a high resistance or a specific body-diode drop (~0.4V) in one direction and OL in the other. However, resistance testing is unreliable for BJTs.
- The 9V Battery Trick: To truly test the output dead, connect a 9V battery across the input terminals (respecting polarity). With the DMM in continuity mode, measure the output terminals. It should beep (near 0 ohms). Disconnect the 9V; it should return to OL. If it stays shorted without input power, the output silicon has melted into a short circuit.
Live Testing (Under Load)
The most accurate diagnostic is measuring the on-state voltage drop. Energize the input and turn on the load. Place your DMM probes directly on the SSR output screws.
If you are using a MOSFET SSR (like the Omron G3VM), the drop should be under 0.2V. If you are using a BJT-based SSR (like older Crydom models), a drop of 1.0V to 1.5V is normal.
The Failure Threshold: If your voltage drop exceeds the datasheet maximum (e.g., > 2.5V) and the SSR casing is too hot to touch, the internal semiconductor is degrading and experiencing thermal runaway. Replace it immediately.
6. Repair vs. Replace: When an SSR Fails
Electromechanical relays can sometimes be opened, contacts filed, and coils resoldered. A DC-DC SSR relay cannot.
Panel-mount SSRs are manufactured by soldering the silicon die to a copper leadframe, wire-bonding the connections, and then encasing the entire assembly in thermally conductive, electrically insulating potted epoxy resin. This epoxy is rock-hard and chemically bonded to the silicon.
For deeper technical specifications on semiconductor protection and thermal derating curves, always consult the manufacturer's application notes, such as the Sensata Crydom SSR technical library or Omron's MOSFET relay engineering guides.






