PBY302
AI

The **PBY302** is a series of high-power, high-voltage silicon rectifiers typically used in automotive alternators or power supply circuits. They are designed for high-current rectification and are known for their robust mechanical construction.
---
### 1. Key Technical Specifications
Below are the typical parameters for the PBY302 series (values may vary slightly by manufacturer like Diotec or ST):
| Parameter | Symbol | Typical Value | Unit |
| :--- | :--- | :--- | :--- |
| **Max. Peak Repetitive Reverse Voltage** | $V_{RRM}$ | 200 - 600 | Volts |
| **Max. Average Forward Current** | $I_{F(AV)}$ | 30 - 35 | Amperes |
| **Max. Forward Voltage Drop** (at 30A) | $V_F$ | < 1.1 | Volts |
| **Peak Forward Surge Current** (8.3ms) | $I_{FSM}$ | 400 | Amperes |
| **Operating Temperature Range** | $T_j$ | -65 to +175 | °C |
---
### 2. Physical Construction
The PBY302 is usually found in a **Button-style** or **Press-fit** package.
* **Case Material:** Metal case (often copper for heat dissipation).
* **Polarity:** Available in both Standard (Anode to Case) and Reverse (Cathode to Case) configurations to facilitate the construction of bridge rectifiers in automotive alternators.
* **Mounting:** Designed to be pressed into a heat sink (aluminum plate).
---
### 3. Applications
The PBY302 series is primarily utilized in heavy-duty rectification tasks:
1. **Automotive Alternators:** Converting AC generated by the engine into DC to charge the battery and power electronics.
2. **Battery Chargers:** High-current commercial charging units.
3. **Welding Equipment:** Rectifying output current for DC arc welding.
4. **DC Power Supplies:** Industrial-grade power conversion.
---
### 4. Circuit Symbol & Polarity
In a schematic, it uses the standard diode symbol. Because these are often sold in pairs for automotive use, it is critical to identify the ring color or markings:
* **Red Ring/Marking:** Usually indicates Cathode to Case.
* **Black Ring/Marking:** Usually indicates Anode to Case.
```python
# Conceptual representation of a Diode bridge using PBY302
rectifier_bridge = {
"diodes": 6, # Typical 3-phase alternator setup
"type": "PBY302",
"max_load_amps": 100, # Total bridge capacity
"cooling": "Press-fit Heat Sink"
}
```
- ⤷
What is the difference between PBY302 and PBY305?
- ⤷ How do you test a PBY302 diode with a multimeter?
- ⤷ Why is the press-fit design preferred in automotive alternators?