DPN-R
AI

The term **DPN-R** typically refers to a specialized type of circuit breaker configuration, specifically a **Residual Current Breaker with Overcurrent Protection (RCBO)** in a compact, 1P+N (Single Pole + Neutral) format.
In electrical engineering, "DPN" stands for *Dispositif Phase-Neutre* (Phase-Neutral Device). The "R" signifies the *Residual* (Earth Leakage) protection component.
---
### 1. Internal Electronic & Mechanical Components
A DPN-R unit integrates three primary protection mechanisms into one small module:
| Component | Function | Protection Type |
| :--- | :--- | :--- |
| **Bimetallic Strip** | Deforms under heat to trip the breaker during sustained overloads. | Thermal (Overload) |
| **Magnetic Coil (Solenoid)** | Uses electromagnetic force to trip instantly during a short circuit. | Magnetic (Short Circuit) |
| **Toroidal Transformer** | Monitors the balance of current between Phase and Neutral. | Residual (Leakage) |
| **Electronic Trip PCB** | Processes signals from the toroid to trigger the trip mechanism if a leakage is detected. | Earth Fault |
| **Arc Chute** | Quenches the electric arc generated when contacts open under load. | Safety/Longevity |
---
### 2. Technical Specifications
Most DPN-R devices follow standard industrial specifications:
* **Poles:** 1P+N (Protects the phase, switches the neutral).
* **Sensitivity ($I\Delta n$):** Usually 30mA (for life safety) or 300mA (for fire protection).
* **Tripping Curves:**
* *Type B:* Fast trip (3-5x In).
* *Type C:* Standard (5-10x In) for general loads.
* **Breaking Capacity:** Commonly 4.5kA or 6kA.
---
### 3. Wiring Diagram Concept
The DPN-R is designed to save space in a distribution board. Unlike traditional wide RCBOs, the DPN-R fits into a single 18mm slot.
```mermaid
graph TD
Line_In(Phase In) --> Magnetic_Trip[Magnetic Trip]
Magnetic_Trip --> Thermal_Trip[Thermal Trip]
Thermal_Trip --> Toroid((Toroid Sensor))
Neutral_In --> Toroid
Toroid --> Load[Output to Load]
Toroid -.->|Signal| Logic[Electronic Control Board]
Logic -.->|Trigger| Mechanical_Latch[Mechanical Latch]
```
---
### 4. Key Advantages
1. **Space Efficiency:** Occupies the same width as a standard MCB but provides full RCBO protection.
2. **Safety:** Disconnects both Phase and Neutral in the event of a fault, ensuring the circuit is completely dead.
3. **Individual Protection:** If one circuit has an earth leak, only that DPN-R trips, leaving the rest of the building's power active.
---
- ⤷
What is the difference between a DPN-R and a standard RCCB?
- ⤷ How do I choose between Type B and Type C tripping curves for a DPN-R?
- ⤷ Can a DPN-R be used in a 3-phase electrical system?