SSR-R25DA-H
AI

The **SSR-25DA-H** is a high-voltage Solid State Relay (SSR). Unlike traditional mechanical relays, it uses semiconductor switching (Opto-couplers and TRIACs/Thyristors) to control a high-power load without moving parts.
The model suffix "**H**" specifically denotes a **High-Voltage** version, typically rated for up to 480VAC on the output side.
---
### 1. Key Technical Specifications
| Feature | Specification |
| :--- | :--- |
| **Model** | SSR-25DA-H |
| **Switching Type** | Zero Cross (typically) |
| **Rated Load Current** | 25 Amperes |
| **Input Control Voltage** | 3 - 32 VDC |
| **Output Load Voltage** | 90 - 480 VAC |
| **Control Current** | 5 - 20 mA |
| **Response Time** | ≤ 10 ms |
| **Dielectric Strength** | 2500 VAC |
---
### 2. Internal Electronic Components
An SSR is composed of three primary functional stages:
#### A. Input Circuit (Control Side)
* **LED Indicator:** A small LED on the casing that lights up when control voltage (3-32VDC) is applied.
* **Current Limiting Resistor:** Protects the internal optoisolator from excessive current.
* **Optoisolator (Optical Coupling):** This is the most critical part. It uses an internal LED and a light-sensitive transistor to transfer the signal. This provides **Galvanic Isolation**, ensuring the high-voltage AC side never leaks back into the low-voltage DC controller (like an Arduino or PLC).
#### B. Trigger Circuit
* **Zero-Cross Detection:** Most "DA" series relays include a circuit that waits for the AC sine wave to pass through zero volts before switching "ON." This minimizes electrical noise (EMI) and surges.
#### C. Output Circuit (Switching Side)
* **TRIAC or Back-to-Back Thyristors (SCRs):** These are the power semiconductors that handle the 25A load. Because they have internal resistance, they generate heat during operation.
* **Snubber Circuit (RC Network):** An internal resistor and capacitor connected in parallel with the output to protect the device from voltage spikes ($dv/dt$) caused by inductive loads like motors.
---
### 3. Connection Diagram (General)
```text
[ Control Side ] [ Load Side ]
(3-32VDC Source) (90-480VAC Source)
| |
[Pin 3: (+)] ------------------- [Pin 1: (L1)]
| |
[Pin 4: (-)] [ LOAD ]
|
[Pin 2: (T1)]
```
---
### 4. Thermal Management
Because the SSR-25DA-H is a semiconductor device, it experiences a voltage drop (approx. 1.2V to 1.6V) across its output terminals.
* **Calculation:** At 25A, it generates roughly $25 \times 1.5 = 37.5 \text{ Watts}$ of heat.
* **Requirement:** A **Heat Sink** is mandatory for loads exceeding 5-8 Amperes. Thermal paste should be used between the SSR baseplate and the heatsink.
---
- ⤷
What is the difference between the 'DA' and 'AA' models in SSRs?
- ⤷ How do I calculate the heat sink size required for a 20A load?
- ⤷ Can the SSR-25DA-H be used to control a DC load instead of AC?