Industrial Automation

Your present location > Home page > Industrial Automation
Intelligent Power MOSFET Selection Solution for AI Central Air Conditioning Control Systems – Design Guide for High-Efficiency, High-Reliability, and Intelligent Drive
AI Central Air Conditioning Control System Power MOSFET Topology Diagram

AI Central Air Conditioning Control System - Overall Power MOSFET Topology Diagram

graph LR %% Power Input & Distribution AC_IN["3-Phase AC Input
380VAC/50Hz"] --> MAIN_CB["Main Circuit Breaker"] MAIN_CB --> EMI_FILTER["EMI Filter & Surge Protection"] EMI_FILTER --> PFC_STAGE["PFC Power Factor Correction"] %% Primary Power Stages subgraph "High-Power Compressor Inverter Drive (3-10HP)" PFC_STAGE --> DC_BUS["DC Bus ~300-600VDC"] DC_BUS --> INV_BRIDGE["3-Phase Inverter Bridge"] subgraph "High-Current MOSFET Array" Q_U1["VBGQT1803
80V/250A/2.65mΩ"] Q_V1["VBGQT1803
80V/250A/2.65mΩ"] Q_W1["VBGQT1803
80V/250A/2.65mΩ"] Q_U2["VBGQT1803
80V/250A/2.65mΩ"] Q_V2["VBGQT1803
80V/250A/2.65mΩ"] Q_W2["VBGQT1803
80V/250A/2.65mΩ"] end INV_BRIDGE --> Q_U1 INV_BRIDGE --> Q_V1 INV_BRIDGE --> Q_W1 Q_U1 --> COMP_OUT_U["Compressor Phase U"] Q_V1 --> COMP_OUT_V["Compressor Phase V"] Q_W1 --> COMP_OUT_W["Compressor Phase W"] Q_U2 --> GND_INV Q_V2 --> GND_INV Q_W2 --> GND_INV COMP_OUT_U --> COMPRESSOR["Scroll/Rotary Compressor
Variable Frequency Drive"] COMP_OUT_V --> COMPRESSOR COMP_OUT_W --> COMPRESSOR end %% PFC & Auxiliary Power Section subgraph "PFC & Auxiliary SMPS Stage" PFC_STAGE --> PFC_CONTROLLER["PFC Controller IC"] subgraph "High-Voltage PFC MOSFETs" Q_PFC1["VBM16R20SE
600V/20A/150mΩ"] Q_PFC2["VBM16R20SE
600V/20A/150mΩ"] end PFC_CONTROLLER --> PFC_DRIVER["PFC Gate Driver"] PFC_DRIVER --> Q_PFC1 PFC_DRIVER --> Q_PFC2 Q_PFC1 --> DC_BUS Q_PFC2 --> GND_PFC DC_BUS --> AUX_SMPS["Auxiliary SMPS"] AUX_SMPS --> LV_RAILS["Low-Voltage Rails
12V/5V/3.3V"] end %% Intelligent Power Unit subgraph "Intelligent Power Unit (IPU) - Fan/Pump/Valve Control" LV_RAILS --> IPU_MCU["IPU Main Controller"] subgraph "Fan Coil & Pump Drive" Q_FAN_H["VBN16R20S
600V/20A/150mΩ"] Q_FAN_L["VBN16R20S
600V/20A/150mΩ"] Q_PUMP_H["VBN16R20S
600V/20A/150mΩ"] Q_PUMP_L["VBN16R20S
600V/20A/150mΩ"] end IPU_MCU --> FAN_DRIVER["Fan Driver IC"] IPU_MCU --> PUMP_DRIVER["Pump Driver IC"] FAN_DRIVER --> Q_FAN_H FAN_DRIVER --> Q_FAN_L PUMP_DRIVER --> Q_PUMP_H PUMP_DRIVER --> Q_PUMP_L Q_FAN_H --> FAN_MOTOR["EC/BLDC Fan Motor"] Q_FAN_L --> GND_IPU Q_PUMP_H --> PUMP_MOTOR["Circulation Pump"] Q_PUMP_L --> GND_IPU subgraph "Valve & Actuator Control" Q_VALVE1["Small-Signal MOSFET
SOT-223 Package"] Q_VALVE2["Small-Signal MOSFET
SOT-223 Package"] Q_VALVE3["Small-Signal MOSFET
SOT-223 Package"] end IPU_MCU --> Q_VALVE1 IPU_MCU --> Q_VALVE2 IPU_MCU --> Q_VALVE3 Q_VALVE1 --> EXP_VALVE["Electronic Expansion Valve"] Q_VALVE2 --> DAMPER["Air Damper Actuator"] Q_VALVE3 --> SOLENOID["Solenoid Valve"] end %% Control & Monitoring System subgraph "AI Control & Monitoring System" LV_RAILS --> MAIN_CONTROLLER["AI Main Controller (DSP/MCU)"] MAIN_CONTROLLER --> INV_CONTROLLER["Inverter Controller"] INV_CONTROLLER --> INV_DRIVER["High-Current Gate Driver"] INV_DRIVER --> Q_U1 INV_DRIVER --> Q_V1 INV_DRIVER --> Q_W1 INV_DRIVER --> Q_U2 INV_DRIVER --> Q_V2 INV_DRIVER --> Q_W2 subgraph "Sensor Network" TEMP_SENSORS["NTC Temperature Sensors"] CURRENT_SENSORS["Hall-Effect Current Sensors"] PRESSURE_SENSORS["Pressure Transducers"] HUMIDITY_SENSORS["Humidity Sensors"] end TEMP_SENSORS --> MAIN_CONTROLLER CURRENT_SENSORS --> MAIN_CONTROLLER PRESSURE_SENSORS --> MAIN_CONTROLLER HUMIDITY_SENSORS --> MAIN_CONTROLLER MAIN_CONTROLLER --> COMMUNICATION["Communication Interfaces
CAN/MODBUS/Ethernet"] COMMUNICATION --> BUILDING_BMS["Building Management System"] COMMUNICATION --> CLOUD_SERVER["Cloud AI Platform"] end %% Protection & Thermal Management subgraph "Protection & Thermal Management" subgraph "Electrical Protection" TVS_ARRAY["TVS Diodes & Transient Protection"] RC_SNUBBERS["RC Snubber Circuits"] DESAT_PROTECTION["Desaturation Detection"] FAULT_LATCH["Hardware Fault Latch"] end TVS_ARRAY --> Q_U1 RC_SNUBBERS --> Q_PFC1 DESAT_PROTECTION --> INV_DRIVER FAULT_LATCH --> MAIN_CONTROLLER subgraph "Three-Level Thermal Management" COOLING_LEVEL1["Level 1: Liquid Cooling
Compressor Inverter MOSFETs"] COOLING_LEVEL2["Level 2: Forced Air Cooling
PFC & IPU MOSFETs"] COOLING_LEVEL3["Level 3: Natural Convection
Control ICs"] end COOLING_LEVEL1 --> Q_U1 COOLING_LEVEL2 --> Q_PFC1 COOLING_LEVEL2 --> Q_FAN_H COOLING_LEVEL3 --> MAIN_CONTROLLER COOLING_LEVEL3 --> PFC_CONTROLLER MAIN_CONTROLLER --> FAN_CONTROL["Intelligent Fan Control"] FAN_CONTROL --> COOLING_FANS["System Cooling Fans"] end %% Style Definitions style Q_U1 fill:#e8f5e8,stroke:#4caf50,stroke-width:2px style Q_PFC1 fill:#e3f2fd,stroke:#2196f3,stroke-width:2px style Q_FAN_H fill:#fff3e0,stroke:#ff9800,stroke-width:2px style MAIN_CONTROLLER fill:#fce4ec,stroke:#e91e63,stroke-width:2px style Q_VALVE1 fill:#f3e5f5,stroke:#9c27b0,stroke-width:2px

With the advancement of smart buildings and the demand for energy efficiency, AI-powered central air conditioning systems have become the core of modern indoor climate management. Their power conversion and motor drive subsystems, serving as the energy and control hub, directly determine the system's overall efficiency, dynamic response, reliability, and operational cost. The power MOSFET, as a key switching component, profoundly impacts system performance, power density, and long-term stability through its selection. Addressing the high-power, continuous operation, and complex control requirements of AI central air conditioning systems, this article proposes a complete, actionable power MOSFET selection and design implementation plan with a scenario-oriented and systematic approach.
I. Overall Selection Principles: System Compatibility and Balanced Design
The selection of power MOSFETs should not pursue superiority in a single parameter but achieve a balance among voltage/current rating, switching performance, thermal capability, and package to match the stringent system demands.
Voltage and Current Margin Design: Based on the bus voltage (e.g., 12V/24V for fan coils, ~300V DC for compressor inverters, 600V+ for PFC stages), select MOSFETs with a voltage rating margin ≥50% to handle voltage spikes and transients. The current rating should accommodate continuous and peak loads (e.g., compressor start-up), with a recommended de-rating to 60-70% of the device's continuous current rating.
Low Loss Priority: Loss determines efficiency and heat generation. Prioritize devices with low on-resistance (Rds(on)) to minimize conduction loss. For high-frequency switching applications (e.g., PFC, inverter), also consider gate charge (Qg) and output capacitance (Coss) to reduce switching loss and improve EMI performance.
Package and Thermal Coordination: Select packages based on power level and thermal management strategy. High-power stages require packages with very low thermal resistance and parasitic inductance (e.g., TOLL, TO-247). For auxiliary circuits or integrated power modules, compact packages (e.g., DPAK, TO-220F) are preferred. PCB layout must integrate adequate copper area and thermal vias.
Reliability and Ruggedness: Central air conditioning systems often run continuously. Focus on the device's maximum junction temperature, avalanche energy rating, and parameter stability over time and temperature cycles.
II. Scenario-Specific MOSFET Selection Strategies
The main power stages in an AI central air conditioning system include the compressor inverter, fan/pump drives, and auxiliary power supplies. Each has distinct requirements.
Scenario 1: High-Power Compressor Inverter Drive (3-10HP Range)
The compressor is the highest power load, requiring extremely low conduction loss, high current capability, and robust thermal performance for variable frequency drive (VFD) applications.
Recommended Model: VBGQT1803 (Single N-MOS, 80V, 250A, TOLL)
Parameter Advantages:
Utilizes advanced SGT technology with an ultra-low Rds(on) of 2.65 mΩ (@10V), drastically reducing conduction loss.
Extremely high continuous current rating of 250A, easily handling high torque and start-up demands.
TOLL package offers excellent thermal impedance and low parasitic inductance, ideal for high-current, high-frequency switching.
Scenario Value:
Enables high-efficiency (>98%) inverter operation, reducing energy consumption and heat sink size.
Supports high switching frequencies for optimized motor control algorithms, leading to quieter compressor operation and precise temperature regulation.
Design Notes:
Must be driven by a high-current gate driver IC (≥4A) to ensure fast switching.
Implement comprehensive protection (overcurrent, short-circuit, overtemperature) at the system level.
Scenario 2: Power Factor Correction (PFC) & Auxiliary Switch-Mode Power Supply (SMPS) Stage
This stage conditions the AC input voltage and generates stable DC bus and low-voltage rails. It requires high-voltage MOSFETs with good switching performance and ruggedness.
Recommended Model: VBM16R20SE (Single N-MOS, 600V, 20A, TO-220)
Parameter Advantages:
High voltage rating of 600V, suitable for universal AC input (85-265VAC) PFC circuits.
Utilizes SJ (Super-Junction) Deep-Trench technology, offering a favorable balance between Rds(on) (150mΩ) and switching loss.
TO-220 package provides a robust and cost-effective solution with good thermal dissipation capability.
Scenario Value:
Enables high-power-density PFC design with efficiency >95%, meeting strict energy standards.
Reliable operation under high-voltage stress ensures system stability and longevity.
Design Notes:
Snubber circuits or active clamp may be necessary to manage voltage spikes.
Ensure sufficient creepage and clearance distances on PCB for safety compliance.
Scenario 3: Intelligent Power Unit (IPU) for Fan Coil & Valve Control
This unit manages indoor fan motors, water pumps, and electronic expansion valves. It requires a mix of medium-power and low-power MOSFETs for compact, intelligent control.
Recommended Model: VBN16R20S (Single N-MOS, 600V, 20A, TO-262)
Parameter Advantages:
High voltage rating (600V) allows direct use in 220/380VAC driven fan coil units or as a high-side switch.
Moderate Rds(on) (150mΩ) and current rating (20A) are well-suited for fan and pump BLDC/EC motor drives.
TO-262 (D2PAK) package offers a smaller footprint than TO-220 while maintaining good power handling, perfect for dense IPU boards.
Scenario Value:
Facilitates the design of a compact, multi-channel IPU that can control various loads independently based on AI algorithms.
Enables predictive maintenance by allowing precise current monitoring through the low Rds(on).
Design Notes:
Can be used in half-bridge configurations for motor drives. Pay attention to gate drive loop inductance.
For lower power valve/solenoid control, smaller packages (e.g., SOT-223) derived from the same technology family can be used alongside.
III. Key Implementation Points for System Design
Drive Circuit Optimization:
VBGQT1803: Use high-performance isolated or non-isolated gate drivers with sufficient current capability. Active Miller clamp is recommended.
VBM16R20SE / VBN16R20S: Use standard gate driver ICs. Ensure the drive voltage (typically 12-15V) is stable to fully enhance the MOSFET.
Thermal Management Design:
Tiered Strategy: VBGQT1803 requires a dedicated heatsink attached via thermal interface material. VBM16R20SE may use a shared heatsink or PCB copper pour with vias. VBN16R20S relies on PCB copper area and optional small heatsinks.
Monitoring: Implement NTC temperature sensing near high-power MOSFETs for AI-based thermal management and fan speed control.
EMC and Reliability Enhancement:
Layout: Minimize high di/dt and dv/dt loop areas. Use gate resistors to control switching speed and reduce EMI.
Protection: Incorporate TVS diodes on gate pins. Use RC snubbers across drain-source for high-voltage stages. Implement hardware desaturation detection for IGBT/MOSFET in inverter legs.
IV. Solution Value and Expansion Recommendations
Core Value:
Maximized System Efficiency: The combination of ultra-low Rds(on) SGT MOSFETs and efficient SJ MOSFETs pushes system efficiency to over 96%, significantly reducing operational costs.
Enhanced Intelligence and Reliability: The selected devices enable precise, independent control of all subsystems, allowing AI algorithms to optimize performance and predict failures.
High Power Density & Ruggedness: Advanced packages and technologies allow for compact designs that withstand harsh electrical environments and continuous operation.
Optimization and Adjustment Recommendations:
Higher Power Compressors: For systems above 10HP, consider paralleling VBGQT1803 or using higher current-rated modules.
Integration Upgrade: For highest integration in IPUs, consider using multi-channel driver ICs with integrated MOSFETs (Intelligent Power Stages).
Wide-Bandgap Devices: For next-generation ultra-high efficiency and frequency designs, consider GaN HEMTs for the PFC stage and SiC MOSFETs for the high-voltage inverter stage.
The selection of power MOSFETs is a cornerstone in designing the drive system for AI central air conditioning. The scenario-based selection and systematic design methodology proposed here aim to achieve the optimal balance among efficiency, intelligence, reliability, and cost. As AI control algorithms become more sophisticated, the underlying hardware, supported by robust power semiconductors, provides the essential foundation for realizing energy-saving, comfortable, and smart indoor environments.

Detailed Topology Diagrams

Compressor Inverter Drive Topology Detail

graph LR subgraph "3-Phase Inverter Bridge" DC_BUS_IN["DC Bus Input
300-600VDC"] --> PHASE_U["Phase U Leg"] DC_BUS_IN --> PHASE_V["Phase V Leg"] DC_BUS_IN --> PHASE_W["Phase W Leg"] subgraph "Phase U MOSFET Pair" Q_U_H["VBGQT1803
High-Side"] Q_U_L["VBGQT1803
Low-Side"] end subgraph "Phase V MOSFET Pair" Q_V_H["VBGQT1803
High-Side"] Q_V_L["VBGQT1803
Low-Side"] end subgraph "Phase W MOSFET Pair" Q_W_H["VBGQT1803
High-Side"] Q_W_L["VBGQT1803
Low-Side"] end PHASE_U --> Q_U_H PHASE_U --> Q_U_L PHASE_V --> Q_V_H PHASE_V --> Q_V_L PHASE_W --> Q_W_H PHASE_W --> Q_W_L Q_U_H --> U_OUT["U Phase Output"] Q_U_L --> GND_INV Q_V_H --> V_OUT["V Phase Output"] Q_V_L --> GND_INV Q_W_H --> W_OUT["W Phase Output"] Q_W_L --> GND_INV end subgraph "Gate Drive & Protection" INV_CONTROLLER["Inverter Controller
(Space Vector PWM)"] --> GATE_DRIVER["High-Current Gate Driver
4A+ Drive Capability"] GATE_DRIVER --> Q_U_H GATE_DRIVER --> Q_U_L GATE_DRIVER --> Q_V_H GATE_DRIVER --> Q_V_L GATE_DRIVER --> Q_W_H GATE_DRIVER --> Q_W_L subgraph "Protection Circuits" DESAT_CIRCUIT["Desaturation Detection"] CURRENT_SHUNT["Precision Current Sensing"] TVS_GATE["Gate TVS Protection"] BOOTSTRAP["Bootstrap Circuit"] end DESAT_CIRCUIT --> GATE_DRIVER CURRENT_SHUNT --> INV_CONTROLLER TVS_GATE --> Q_U_H BOOTSTRAP --> GATE_DRIVER end U_OUT --> COMPRESSOR["Compressor Motor"] V_OUT --> COMPRESSOR W_OUT --> COMPRESSOR style Q_U_H fill:#e8f5e8,stroke:#4caf50,stroke-width:2px

PFC & Auxiliary Power Topology Detail

graph LR subgraph "Power Factor Correction Stage" AC_IN_PFC["AC Input
85-265VAC"] --> BRIDGE["Full-Bridge Rectifier"] BRIDGE --> PFC_INDUCTOR["PFC Boost Inductor"] PFC_INDUCTOR --> PFC_SW_NODE["PFC Switching Node"] subgraph "PFC MOSFET" Q_PFC["VBM16R20SE
600V/20A"] end PFC_SW_NODE --> Q_PFC Q_PFC --> PFC_DIODE["Boost Diode"] PFC_DIODE --> DC_BUS_OUT["DC Bus Output
~400VDC"] PFC_CONTROLLER["PFC Controller"] --> PFC_GATE_DRV["Gate Driver"] PFC_GATE_DRV --> Q_PFC subgraph "Snubber & Protection" RCD_SNUBBER["RCD Snubber Circuit"] RC_ABSORPTION["RC Absorption"] OVP_CIRCUIT["Overvoltage Protection"] end RCD_SNUBBER --> Q_PFC RC_ABSORPTION --> Q_PFC OVP_CIRCUIT --> PFC_CONTROLLER end subgraph "Auxiliary Switch-Mode Power Supply" DC_BUS_OUT --> FLYBACK_CONV["Flyback Converter"] subgraph "Primary Side" FLYBACK_MOSFET["VBM16R20SE
600V/20A"] FLYBACK_XFMR["High-Freq Transformer"] end subgraph "Secondary Side" RECTIFIER["Synchronous Rectifier"] OUTPUT_FILTER["LC Filter"] end FLYBACK_CONV --> FLYBACK_MOSFET FLYBACK_MOSFET --> FLYBACK_XFMR FLYBACK_XFMR --> RECTIFIER RECTIFIER --> OUTPUT_FILTER OUTPUT_FILTER --> LV_OUTPUTS["12V/5V/3.3V Outputs"] SMPS_CONTROLLER["SMPS Controller"] --> FLYBACK_DRV["Flyback Driver"] FLYBACK_DRV --> FLYBACK_MOSFET end style Q_PFC fill:#e3f2fd,stroke:#2196f3,stroke-width:2px style FLYBACK_MOSFET fill:#e3f2fd,stroke:#2196f3,stroke-width:2px

Intelligent Power Unit (IPU) Topology Detail

graph LR subgraph "Fan Coil Motor Drive" LV_POWER["12V Power"] --> FAN_H_BRIDGE["H-Bridge Driver"] subgraph "Half-Bridge MOSFETs" Q_FAN_H["VBN16R20S
High-Side"] Q_FAN_L["VBN16R20S
Low-Side"] end FAN_H_BRIDGE --> Q_FAN_H FAN_H_BRIDGE --> Q_FAN_L Q_FAN_H --> FAN_MOTOR["EC/BLDC Fan Motor"] Q_FAN_L --> GND_FAN FAN_MOTOR --> CURRENT_SENSE["Current Sense Resistor"] CURRENT_SENSE --> GND_FAN IPU_MCU["IPU Controller"] --> FAN_CTRL["Fan Control Algorithm"] FAN_CTRL --> FAN_H_BRIDGE end subgraph "Circulation Pump Control" PUMP_POWER["24V Power"] --> PUMP_DRIVER["Pump Driver IC"] subgraph "Pump MOSFETs" Q_PUMP_H["VBN16R20S
High-Side"] Q_PUMP_L["VBN16R20S
Low-Side"] end PUMP_DRIVER --> Q_PUMP_H PUMP_DRIVER --> Q_PUMP_L Q_PUMP_H --> PUMP_MOTOR["Circulation Pump"] Q_PUMP_L --> GND_PUMP IPU_MCU --> PUMP_CTRL["Pump Speed Control"] PUMP_CTRL --> PUMP_DRIVER end subgraph "Valve & Actuator Control" subgraph "Low-Power MOSFET Array" Q_VALVE1["Small-Signal MOSFET
12V/5A"] Q_VALVE2["Small-Signal MOSFET
12V/5A"] Q_VALVE3["Small-Signal MOSFET
12V/5A"] end IPU_MCU --> VALVE_CTRL["Valve Control Logic"] VALVE_CTRL --> Q_VALVE1 VALVE_CTRL --> Q_VALVE2 VALVE_CTRL --> Q_VALVE3 Q_VALVE1 --> EXPANSION_VALVE["Electronic Expansion Valve"] Q_VALVE2 --> DAMPER_ACT["Air Damper Actuator"] Q_VALVE3 --> SOLENOID_VLV["Solenoid Valve"] EXPANSION_VALVE --> GND_VALVE DAMPER_ACT --> GND_VALVE SOLENOID_VLV --> GND_VALVE end subgraph "Sensor Interface & Communication" TEMP_SENSE["Temperature Sensors"] --> IPU_MCU HUMIDITY_SENSE["Humidity Sensors"] --> IPU_MCU AIRFLOW_SENSE["Airflow Sensors"] --> IPU_MCU IPU_MCU --> COM_INTERFACE["Communication Interface
CAN/RS485"] COM_INTERFACE --> MAIN_SYSTEM["Main AI Controller"] end style Q_FAN_H fill:#fff3e0,stroke:#ff9800,stroke-width:2px style Q_VALVE1 fill:#f3e5f5,stroke:#9c27b0,stroke-width:2px
Download PDF document
Download now:VBGQT1803

Sample Req

Online

Telephone

400-655-8788

WeChat

Topping

Sample Req
Online
Telephone
WeChat