JQ3-R
AI

The **JQ3-R** is a specific model of a **Solid State Relay (SSR)**, often categorized under industrial automation and switching components. Unlike traditional mechanical relays, the JQ3-R uses semiconductor properties to perform switching operations without moving parts.
---
## 1. Core Technical Specifications
The following table outlines the general electrical characteristics typically associated with the JQ3-R series:
| Parameter | Specification (Typical) |
| :--- | :--- |
| **Control Voltage (Input)** | 3 - 32 VDC |
| **Load Voltage (Output)** | 24 - 480 VAC |
| **Rated Load Current** | 10A to 40A (Model dependent) |
| **Switching Type** | Zero-Cross Switching |
| **Dielectric Strength** | 2500 VAC |
| **Response Time** | ≤ 10ms |
---
## 2. Key Electronic Components
The JQ3-R is composed of several internal electronic stages that work together to isolate the control signal from the high-power load:
### A. Input Circuit (The "Control" Side)
* **Optocoupler:** This is the most critical part. It uses an internal LED and a phototransistor to transfer the signal using light. This provides **galvanic isolation**, protecting your low-power controller (like an Arduino or PLC) from high-voltage surges.
* **Current Limiting Resistor:** Protects the internal LED from burning out when connected to the DC input.
### B. Trigger Circuit
* **Zero-Cross Detector:** Many JQ3-R models include a circuit that waits for the AC sine wave to cross the "zero" point before turning on. This minimizes Electromagnetic Interference (EMI) and reduces stress on the load.
### C. Output Switch (The "Power" Side)
* **TRIAC or Back-to-Back Thyristors:** These are the high-speed semiconductors that handle the actual AC current. Since they have no physical contacts, there is no "arcing" or mechanical wear.
* **RC Snubber Circuit:** An internal resistor-capacitor network designed to protect the semiconductor switch from voltage spikes ($dv/dt$) caused by inductive loads (like motors).
---
## 3. Advantages of the JQ3-R Design
1. **High Durability:** Because there are no moving parts, the lifespan is significantly longer than mechanical relays.
2. **Silent Operation:** It does not make a "clicking" sound when switching.
3. **Fast Switching:** Capable of high-frequency switching, making it suitable for PWM (Pulse Width Modulation) applications like temperature control.
---
## 4. Wiring Diagram Concept
```mermaid
graph LR
A[DC Input +] --> B[JQ3-R Internal Opto]
C[DC Input -] --> B
D[AC Live] --> E[JQ3-R Output Terminals]
E --> F[Load/Heater/Motor]
F --> G[AC Neutral]
```
---
- ⤷
What is the difference between zero-cross and random-fire switching in JQ3-R relays?
- ⤷ How do I calculate the heat sink size required for a JQ3-R relay?
- ⤷ Can the JQ3-R be used to control DC loads instead of AC?