JK5N-R
AI

The **JK5N-R** is a specific model of a **Miniature Intermediate Relay**, often used in industrial control systems, PLC interfaces, and automation panels. It is designed to bridge the gap between low-power control signals and high-power electrical loads.
---
## 1. Core Technical Specifications
The JK5N-R typically follows standard industrial relay parameters:
| Parameter | Typical Value / Description |
| :--- | :--- |
| **Contact Form** | 1C (1 Form C - SPDT) or 2C (2 Form C - DPDT) |
| **Coil Voltage Options** | 12VDC, 24VDC, 110VAC, 220VAC |
| **Contact Capacity** | 5A to 10A at 250VAC/30VDC |
| **Mounting Type** | PCB Mount or Plug-in (with DIN rail socket) |
| **Indicator** | Often includes an LED status indicator |
| **Response Time** | < 20ms |
---
## 2. Key Electronic Components
The device consists of four main internal sections:
### A. The Coil (Input Side)
The "Heart" of the relay. When current flows through this copper coil, it creates a magnetic field.
* **Protection:** In DC versions, it often includes a **Freewheeling Diode** to prevent back-EMF spikes that could damage the driving transistor or PLC output.
### B. The Armature & Spring
A mechanical lever moved by the magnetic field. The spring ensures that when power is removed, the contacts return to their "Normal" state (Fail-safe).
### C. Contacts (Output Side)
Usually made of **Silver Alloy (AgNi or AgSnO2)** to resist electrical arcing and oxidation.
* **NO (Normally Open):** Closes when energized.
* **NC (Normally Closed):** Opens when energized.
* **COM (Common):** The moving terminal.
### D. Housing and Base
The "R" suffix often indicates **RoHS compliance** or a specific **Resin-sealed** structure for environmental protection against dust and moisture.
---
## 3. Circuit Application Example
To use a JK5N-R to control a high-voltage motor with a low-voltage microcontroller (like an Arduino), the wiring logic is as follows:
```cpp
// Example: Driving a 24V JK5N-R Relay via a Transistor
[MCU Pin] ---> [Resistor] ---> [Base of NPN Transistor]
|
[Relay Coil] ---> [24V DC Supply]
|
[Flyback Diode across Coil]
```
---
## 4. Common Variations
* **JK5N-R-S:** Often indicates a "Sealed" type for wash-tight applications.
* **JK5N-R-L:** Usually signifies the inclusion of a built-in **LED** for visual troubleshooting.
---
- ⤷
What is the maximum switching frequency for the JK5N-R relay?
- ⤷ How do I choose between a 1C and 2C contact configuration?
- ⤷ Which DIN rail socket is compatible with the JK5N-R series?