KGS1B-R
AI

The **KGS1B-R** is a specific type of **Single-Phase Solid State Relay (SSR)** manufactured by various industrial automation companies (commonly associated with the Kudom or similar industrial brands). It is designed to switch AC loads using optical isolation, providing a silent and wear-free alternative to mechanical relays.
---
### 1. Technical Specifications
Below are the typical parameters for the KGS1B-R series:
| Component Feature | Specification Details |
| :--- | :--- |
| **Control Voltage (Input)** | 3 - 32V DC |
| **Load Voltage (Output)** | 24 - 280V AC |
| **Rated Load Current** | Typically 1A to 5A (PCB Mount) |
| **Switching Type** | Zero-Cross Switching |
| **Isolation** | Photoelectric (Opto-isolation) |
| **Terminal Type** | PCB Plug-in / Solder Pins |
---
### 2. Key Electronic Components & Internal Logic
The KGS1B-R operates using several internal electronic stages to ensure safe and efficient switching:
1. **Input Circuit (Optocoupler):**
* Uses an LED that glows when the control voltage (3-32VDC) is applied.
* This provides galvanic isolation between the low-power control circuit and the high-voltage AC load.
2. **Zero-Cross Detection Circuit:**
* Ensures the relay only turns "ON" when the AC sine wave passes through zero volts.
* **Benefit:** Reduces electromagnetic interference (EMI) and prevents large inrush currents.
3. **Output Switch (TRIAC/Thyristor):**
* The "R" in the suffix often denotes a specific configuration or RoHS compliance.
* Uses a semiconductor (usually a TRIAC) to handle the AC current. Since there are no moving parts, there is no "arcing" or contact pitting.
---
### 3. Application Use Cases
Due to its small form factor and reliability, the KGS1B-R is frequently used in:
* **PLCs:** Interfacing microcontrollers with AC motors or valves.
* **Temperature Controllers:** Rapid switching of heaters (PID control).
* **Medical Equipment:** Where silent operation and long life cycles are required.
* **Office Automation:** Controlling printers or copiers.
---
### 4. Circuit Diagram Representation
A simplified representation of the wiring logic:
```mermaid
graph LR
A[DC Control Input +] --> B[Internal LED]
B --> C[DC Control Input -]
D[AC Load Supply] --> E[TRIAC Switch]
E --> F[AC Load/Device]
B -. Optical Link .- E
```
---
- ⤷
What is the difference between Zero-Cross and Random switching in SSRs?
- ⤷ How do I calculate the heat dissipation requirements for this relay?
- ⤷ Can the KGS1B-R be used to control a DC load instead of AC?