Design of variable frequency power supply based on PWM controller and IPM module

Publisher:caoda143Latest update time:2011-01-24 Source: 互联网Keywords:PWM Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere
Abstract: A low-power variable frequency power supply is designed by using the intelligent, high-precision PWM controller SA866 and the intelligent power module PS21255 . The system has a simple hardware circuit, fewer components, a compact structure, a high cost-effectiveness, flexible adaptability, and is safe and reliable.

1 Introduction

With the development of power electronics technology, microelectronics technology and control theory, the stability and reliability of inverters have been greatly improved. Various inverters are widely used in various industries, and variable frequency speed regulation technology is developing rapidly. At present, the most commonly used is the variable frequency power supply using sinusoidal pulse width modulation technology S PWM . The electric traction system driven by this variable frequency power supply has the advantages of high efficiency, small torque fluctuation, low noise, fast response, good speed regulation characteristics, reliable operation, and excellent control characteristics. S PWM technology and its control performance are becoming more and more perfect, and dedicated PWM integrated circuits have been introduced one after another. They are increasingly widely used in variable frequency power supply and speed regulation control, making the system circuit simple, convenient for control and adjustment, and highly intelligent.

(2) Serial interfaces SDA, SCL and CS are used to obtain data from the EEPROM, and are data, clock and chip select signals respectively.

(3) Control and output SETPOINT is the frequency setting terminal. The input voltage of this pin will determine the operating frequency of the system; RACC and RDEC determine the acceleration and deceleration time respectively; RPHT, YPHT, BPHT and RPHB, YPHB, BPHB are the bridge arm pulse signal outputs, among which RPHT, YPHT and BPHT correspond to the upper bridge arm of the three-phase output respectively; RPHB, YPHB and BPHB correspond to the lower bridge arm of the three-phase output respectively; DIR controls the three-phase sequence. This pin corresponds to high and low levels and has two directions of PWM waves for users to choose. When the level is high, the output phase sequence is R-B-Y, and when the level is low, the output phase sequence is R-Y-B.

The layout of the external terminals of the IPM (PS21255) module separates strong and weak electricity. P and N are DC input terminals, P is the positive terminal and N is the negative terminal; U, V, W are the three-phase output terminals of the inverter; UP, VP, WP are the pulse signal input terminals of the upper bridge arm U, V, W phases; UN, VN, WN are the pulse signal input terminals of the lower bridge arm U, V, W phases; FO is the fault output terminal (low level is valid).

5. Control of power supply system

The control circuit mainly includes control power supply, SPWM wave generator with SA866 as the core, isolation drive and protection circuit, as shown in Figure 3.

The DC voltage obtained by rectifying and filtering the 220V AC is used as the inverter DC voltage input of PS21255. SA866 generates three pairs of SPWM signals with a phase difference of 120°, which are applied to the control input end of PS21255 through photoelectric isolation, and output three SPWM waves with a phase difference of 120° at the output end of PS21255 to drive the asynchronous motor. By changing the output frequency, the asynchronous motor variable frequency speed regulation is realized. PS21255 has overheating, over (under) voltage, overcurrent and overheating detection and protection circuits. When any fault occurs, it will block the internal 6 IGBT tubes and send out the fault signal FO at the same time.

The control power supply uses 7805 and 7815 to provide DC regulated power supply.

SA866AE can realize continuous speed adjustment and forward and reverse switching through a 10-bit digital-to-analog converter and an external forward and reverse direction pin. SA866 works in mode N3, and the frequency is given by connecting SETPOINT through an external circuit, and RACC and RDEC are connected to the corresponding circuit to realize frequency acceleration and deceleration, and the SERIAL terminal is suspended. All operating parameters, including carrier frequency, waveform, minimum pulse width, dead zone pulse width and V/f curve, are programmed through an external EEPROM.

The system uses an external EEPROM. The EEPROM uses AT93LC46 produced by Atmel. It only needs +5V voltage to work and can be repeatedly erased and written 106 times. The chip is packaged as DIP-8, where Vcc and Vss are the positive and negative terminals of the 5V power input respectively, CLK is the clock signal input terminal, DI is the data input terminal, DO is the data output terminal, and ORG is the storage structure of the internal data. It can be selected as 8 or 16 bits. Its corresponding pins are connected to the SDA, CS and SCL pins of SA866AE respectively. All programmable parameters are stored in the EEPROM. PAGE0 and PAGE1 are used to select the 4 pages of data in the memory 93LC46. After the system is powered on or reset, it automatically downloads through the serial port, reads the parameter word from the EEPROM to the SA866, and generates the corresponding pulse waveform according to the set parameter word to control the opening or closing of the module in the main circuit.

In order to ensure the safe and reliable operation of the inverter system, a protection and isolation drive circuit is set between the IPM main circuit and the control circuit. When the IPM has undervoltage, overcurrent, overtemperature, or short-circuit protection, that is, any of the UV, OC, OT, and SC faults, the fault output signal duration tfo is 1.8ms (SC duration will be longer). During this time, the IPM will block the gate drive and shut down the IPM. After the fault output signal duration ends, the IPM automatically resets internally and the gate drive channel opens. Therefore, the fault signal generated by the device itself is non-retentive. If the source of the fault is still not eliminated after tfo ends, the IPM will repeat the automatic protection process and act repeatedly. Overcurrent, short circuit, and overheating protection actions are all very bad operating conditions, and their repeated actions should be avoided. Therefore, the device's self-protection cannot be fully realized by relying solely on the IPM internal protection circuit. In order to make the system truly safe and reliable, auxiliary peripheral protection circuits are required.

Since the input voltage and feedback energy will be directly reflected in the DC link, the voltage and current detection and protection sampling of the entire system are concentrated in the DC link. In this design, a high-speed optocoupler 6N137 with a control end is placed in front of the SPWM interface circuit SA866, so that the SPWM signal generated by SA866 drives the three-phase 6-way pulse signal input end of the IPM after isolation and amplification. The fault output signal FO of the IPM is sent to the controllable optocoupler 6N137, and is connected to the SETTRIP end of the SA866 after isolation. When the IPM fault alarm occurs, the signal FO quickly sends a protection high level to the SA866, quickly cuts off the control signal channel of the SPWM, shuts down the IPM, and realizes the protection function.

Keywords:PWM Reference address:Design of variable frequency power supply based on PWM controller and IPM module

Previous article:Research on a New Topology of Dual Forward DC/DC Converter
Next article:Design of Photovoltaic Inverter Power System

Recommended ReadingLatest update time:2024-11-16 22:24

Design and production of intelligent car based on AVR microcontroller
O Introduction Since the industrial revolution, with the development of electricity, mankind has entered a new stage of civilization. Robots have been widely used in industry, agriculture, service industry, military, machinery, transportation, aerospace and other fields. The continuous improvement of the level o
[Microcontroller]
Design and production of intelligent car based on AVR microcontroller
Design of DC motor speed regulation based on PWM control
Experimental phenomenon: By pressing the S2 and S3 buttons, increase/decrease PWM to control the on/off of the LED light group. At the same time, when it is higher or lower than PWM, the buzzer will work. #include reg52.h #define uchar unsigned char #define uint unsigned int   sbit S2=P3^4; //PWM+ sbit S3=P3^5; //P
[Microcontroller]
Application design of PWM flyback switching power supply based on FAN6754A
  This paper introduces the working characteristics and principles of the new peak current type PWM control chip FAN6754A, and analyzes the design principle and working process of the flyback switching power supply. According to the secondary circuit structure, a new flyback switching voltage regulator is designed. Th
[Power Management]
Application design of PWM flyback switching power supply based on FAN6754A
STM32F103 Study Notes (VIII) PWM Output
Pulse Width Modulation (PWM) is the control of pulse width. Except for TIM6 and 7, all other timers of STM32 can be used to generate PWM output. Among them, advanced timers TIM1 and TIM8 can generate up to 7 PWM outputs at the same time. And general timers can also generate up to 4 PWM outputs at the same time. In t
[Microcontroller]
STM32F103 Study Notes (VIII) PWM Output
AVR MCU TC0 fast PWM
PWM: Pulse Width Modulation. In the figure, T is the pulse period, t is the high level time, and the ratio of t to T (t/T) is called the duty cycle. Pulse width modulation refers to adjusting the size of t, that is, changing the duty cycle of the pulse. The larger the duty cycle value, the higher the output vo
[Microcontroller]
AVR MCU TC0 fast PWM
Use 51 single chip microcomputer to output PWM to control the servo
A club in SCU's School of Electronics and Information holds a boat model competition every year. Because I was lazy during last year's boat model competition, I bought a ready-made remote control (Tian Di Fei 6) to participate in the competition, and controlled the ESC and servo on the remote control boat I made. Re
[Microcontroller]
Use 51 single chip microcomputer to output PWM to control the servo
Design of a CMOS Error Amplifier Based on PWM
Abstract: In order to solve the error amplification problem between the output voltage and the reference voltage in the PWM controller, a new error amplifier with high gain, wide bandwidth and low quiescent current is designed. By adding a buffer circuit in the middle of the secondary amplifier, the feedforward effe
[Industrial Control]
Design of a CMOS Error Amplifier Based on PWM
Testing STM8's PWM with IAR
IAR tests STM8's PWM LED1 on the board is connected to PD3, and the multiplexing function of PD3 is TIM2_CC2, which can be used to test the PWM function. Of course, the other two LEDs on the board can also be used, LED2 corresponds to PD2/TIM3_CC1, and LED3 corresponds to PD0/TIM3_CC2. Next, adjust the brightness of L
[Microcontroller]
Latest Power Management Articles
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号