PS21661-RZ
AI

The **PS21661-RZ** is a high-performance **Intelligent Power Module (IPM)** manufactured by Mitsubishi Electric. It is part of the "Mini DIP-IPM" series, specifically designed for driving 3-phase small motors.
---
## 1. Core Technical Specifications
| Parameter | Specification |
|:---|:---|
| **Power Rating** | 600V / 3A |
| **Circuit Configuration** | 3-Phase IGBT Inverter |
| **Control Logic** | 5V Logic Compatible |
| **Package Type** | Mini DIP-IPM (Dual In-line Package) |
| **Isolation Voltage** | 1500 Vrms (for 1 minute) |
---
## 2. Integrated Electronic Components
The PS21661-RZ is an "all-in-one" solution that integrates several discrete components into a single package:
### A. Power Stage
* **6 IGBTs:** Arranged in a 3-phase bridge configuration.
* **6 Freewheeling Diodes (FWD):** Connected in anti-parallel with the IGBTs to protect against inductive spikes and allow current recirculation.
### B. Drive & Control ICs
* **High-Side Drive:** Includes Level Shifting circuitry to drive the upper IGBTs without needing a separate high-side power supply for each phase (Bootstrap method).
* **Low-Side Drive:** Directly drives the lower three IGBTs.
* **Bootstrap Diodes:** Integrated internally to simplify the external peripheral circuit design.
### C. Protection Circuitry
The module includes "Intelligence" features to protect itself and the motor:
* **UV (Under-Voltage) Protection:** Monitors the supply voltage; if it drops too low, the IGBTs are shut down to prevent overheating from incomplete switching.
* **SC (Short Circuit) Protection:** Detects excessive current flows and shuts down the inverter to prevent catastrophic failure.
* **Fault Output (Fo):** A dedicated pin that sends a signal to the system Microcontroller (MCU) when a protection event occurs.
---
## 3. Key Applications
Because of its small footprint and 3A rating, it is primarily used in:
1. **Home Appliances:** Fan motors for air conditioners, dishwashers, and small washing machines.
2. **Industrial Fans:** Small-scale ventilation systems.
3. **Pumps:** Low-power water or cooling pumps.
---
## 4. Typical Connection Diagram
When designing with the PS21661-RZ, the following external components are usually required:
```mermaid
graph LR
MCU[Microcontroller] -- PWM Signals --> IPM[PS21661-RZ]
IPM -- 3-Phase Output --> Motor[AC Motor]
Shunt[Shunt Resistor] -- Current Feedback --> IPM
```
- ⤷What are the recommended bootstrap capacitor values for this module?
- ⤷ How does the Short Circuit protection timing differ from the Under-Voltage protection?
- ⤷ Can this module be used for 220V AC input systems?