Research on full-bridge phase-shift control induction heating power supply based on DSP

Publisher:星辰耀眼Latest update time:2009-12-24 Source: 电源技术应用 Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

0 Introduction

With the increasing requirements of automation control and reliability of induction heating power supply, induction heating power supply is developing towards intelligent and digital control. DSP has high-speed digital processing capability and rich peripheral functions, which enables some advanced control strategies to be applied in practice. Research on digital control induction heating power supply based on DSP can make the product have better stability and real-time control, and has the characteristics of simplicity and flexibility. This paper takes TMS320F2812 as the core and designs a digital control system of super-frequency series resonant induction heating power supply, including digital phase-locked loop (DPLL), phase-shifted PWM generation and system closed-loop control.

1 System Structure

The main circuit of the series resonant induction heating power supply is shown in Figure 1. It adopts an uncontrolled rectifier plus a controllable inverter power supply structure, and the load is an induction coil (equivalent to an inductor) connected in series with a compensation capacitor. The inverter part adopts a phase-shifted PWM control with a phase-locked loop. The system control block diagram based on TMS320F2812 is shown in Figure 2. The DC side voltage detection circuit and current detection circuit are used for closed-loop control of the system; the output current detection circuit is to obtain the load current frequency pulse signal, which is used as a synchronization signal for frequency tracking.

2 Phase-Shift PWM Power Regulation Principle

In Figure 1, the arms of VT1 and VT2 are used as reference arms, and the arms of VT3 and VT4 are used as phase shift arms, and the control pulses are shown in Figure 3. As can be seen from the figure, the control signals of VT1 and VT2, VT3 and VT4 still maintain a complementary phase relationship, but the control signals of VT3 and VT4 lag VT1 and VT2 by an angle β, respectively, which is continuously adjustable within the range of 0 to π. Changing the phase angle β of the phase shift arm can change the output voltage waveform, thereby changing the voltage fundamental effective value and achieving the purpose of voltage regulation in the bridge.

Assume that the input DC voltage is Ud, and the VT4 control signal lags the VT1 control signal by an angle of β. Then the circuit output power can be expressed by the fundamental wave active power:

3 Implementation of DSP-based control system

1) Generation of digital phase-locked loop and phase-shifted PWM signal

The EV unit using TMS320F2812, combined with the basic formula of digital phase-locked loop, can effectively realize the frequency tracking of induction heating power supply. The basic formula of digital phase-locked loop is as follows:


Where, T0(n) is the synchronization signal period, T1(n) is the result after second-order filtering, and T(n) is the result after frequency and phase correction. A is the frequency correction coefficient, and B is the phase correction coefficient.

The basic principle of implementing a digital phase-locked loop (DPLL) based on TMS320F2812 is shown in Figure 4. The algorithm process is as follows:

(1) Set the capture unit to rising edge capture. When the rising edge of the synchronization signal pulse arrives, counter 2 starts counting from zero. When the next pulse rising edge arrives, the value of counter 2 is captured to obtain the period value T0(n) of the synchronization signal.

(2) Open the underflow interrupt of timer 1. When counter l reaches zero, it enters the underflow interrupt. Immediately read and record the value of counter 2 at this moment, as shown in point M in Figure 4. This value is the phase difference θ(n). Store it in the corresponding register and wait for the program to call.

(3) Call related variables and calculate the new period value T(n) based on the basic formula of the phase-locked loop.

(4) Determine whether T(n) is within the frequency limit range. After the amplitude limiting process, use T(n) as the period value of the next cycle of counter 1. In this way, the purpose of phase locking can be achieved by adjusting it in each cycle.

Considering the occurrence of phase-shifted PWM signal, the counter l needs to be set to continuous up and down counting mode, so the value actually loaded into the period register needs to be divided by 2.

The principle of the generation of phase-shifted PWM signal is shown in Figure 5. Set the timer/counter 1 (GP1) to the continuous increase and decrease counting mode, set A and A' to correspond to the comparison unit 1 (CMP1), and B and B' to correspond to the comparison unit 2 (CMP2). Comparison unit 1 and comparison unit 2 output two complementary pulse signals respectively. By timely changing the value of the timer comparison register during the underflow interrupt and cycle match interrupt of GPl, the required phase-shifted PWM signal can be generated.

The algorithm for comparing register values ​​is as follows:


Where TPR(n) is the period value of timer 1, date1 and date2 are two variable values. By changing the difference between date1 and date2, a PWM output with controllable phase shift angle can be obtained.

Assuming the lag angle of the phase shift arm is β, then


From formula (3), we can see that when datel=0, date2=TPR(n), the phase shift angle β is the largest, and the phase shift range is 0~π. However, in the DSP program design, datel (point A) cannot be zero. Therefore, under this algorithm, the range of the phase shift angle is related to the minimum value of datel.

Combining the generation principle of digital phase-locked loop and phase-shift PWM, an algorithm combining the two can be designed. The algorithm flow chart in DSP is shown in Figure 6.

2) Closed-loop control

This paper adopts a closed-loop control structure as shown in Figure 7. The output voltage and current changes are detected, and the feedback signal is input to the ADC sampling port of the DSP for analog-to-digital conversion to obtain the feedback values ​​of the voltage and current. The two are then multiplied by a multiplier and compared with the given value. The output of the power regulator controls the phase shift angle of the inverter to keep the output power constant.

Because the inertia of the induction heating power system load is relatively large, that is, the parameters change slowly, therefore, the PID differential link can be ignored and PI regulation can be used to meet the control requirements of the system.

3) Phase compensation and startup issues

Due to the influence of hardware lag or program execution efficiency in the actual operation of the system, when phase compensation is not performed, the control signal must lag behind the feedback signal by a certain angle. In practical applications, an external phase compensation circuit is often used to achieve phase synchronization between output and feedback, which can also be compensated in the program. This paper adds a phase compensation link to the algorithm program of the phase-locked loop. In the calculation of the phase difference, the error angle θerr is introduced, and

Where θ′(n) is the recalculated phase difference, which can be used as the phase difference in the DPLL algorithm to achieve phase compensation of the output pulse. According to the experimental test and calculation, the accurate θerr can be obtained, which can eventually keep the input pulse and the output signal with zero phase difference, which is very necessary for the actual operation of the system.

When the induction heating power supply is started, since the load has no current, the frequency cannot be tracked, so the power supply must first rely on the external excitation signal to start normally, and then convert to the self-excitation state when the feedback current reaches a certain amplitude. When the system starts, this paper first generates a 50kHz to 20kHz sweep PWM signal through the DSP, and then the ADC sampling unit continuously detects the load current effective value feedback and sets the threshold. When the effective value of the feedback current is higher than the threshold, the sweep program jumps out and enters the digital phase-locked loop program, so that the system works in the self-excitation state. The algorithm flow chart is shown in Figure 8.

4 Experimental results and conclusions

The control system program was written based on TMS320F2812, connected to the induction heating power supply prototype, and experiments and debugging were carried out to obtain the following experimental results.

Figure 9 shows the working waveforms of the output voltage and output current of the induction heating power supply under the frequency tracking and phase-shift closed-loop control. At this time, the load inductance L≈105μH, and the compensation capacitor C=0.4μF. It can be seen from the figure that the output voltage and current always maintain a fixed phase relationship, indicating that the digital phase-locked loop works normally.

During the experiment, the given constant is changed, and the size of the load series resistance is changed. As shown in Figure 9 (a), (b), and (c), the load series resistance is Chi = 6Ω, R = 5Ω, and R = 4Ω respectively. It can be seen that under the action of closed-loop control, when the resistance value of the load series connection becomes larger, the duty cycle of the output voltage will decrease accordingly. Figure 9 (d), (e), and (f) are the output voltage and output current waveforms when the input voltage on the DC side of the inverter is Ud = 27V, Ud = 30V, and Ud = 34V respectively. It can be seen from the figure that under different input voltage conditions, the duty cycle of the output voltage will change accordingly.

The experiment shows that the algorithm designed in this paper is stable and effective, and the experimental results are consistent with the theoretical analysis. The phase-shifted closed-loop control system of the induction heating power supply based on TMS320F2812 can complete the frequency tracking and continuous adjustment of the output power of the series resonant induction heating power supply, and has good closed-loop control characteristics.

Reference address:Research on full-bridge phase-shift control induction heating power supply based on DSP

Previous article:Typical design of TMS320F206 peripheral circuit
Next article:Design of an AGWN Signal Generator Based on FPGA

Recommended ReadingLatest update time:2024-11-16 19:31

Research on the standby function of PWM chip in switching power supply
1 Introduction Standby refers to the state when the product is connected to the power supply but is not running its main function. The purpose of standby is to reduce the loss of the power supply when it is unloaded or lightly loaded. With the popularization of electrical appliances and network products, th
[Power Management]
Simple PWM modulator circuit capable of driving LEDs with DC signals
  Dimming of LED driver circuits is accomplished by using a variable duty cycle (pulse width modulation or PWM) approach. The PWM approach takes full advantage of the capabilities of the LED because the higher the current, the greater the LED light output for a given power dissipation (temperature) level. Therefore, w
[Power Management]
Simple PWM modulator circuit capable of driving LEDs with DC signals
Design of audio processing system based on DSP and ARM
  1 Introduction   With the rapid development of computer technology, electronic technology and communication technology, audio processing technology has also been widely used in many fields, such as mobile phones and IP phones in the communication field, MP3 and CD players in consumer electronics, and speech reco
[Embedded]
Design of audio processing system based on DSP and ARM
STM8S103 tim1PWM output
This article takes STM8S103F3P6 programming as an example to introduce STM8S103F3P6 timer 1 output PWM. experiment platform Computer platform: Windows 7 64-bit flagship Compiler software: IAR Hardware platform: STM8S103F3P6 Experimental content 1. The system clock is initialized to internal 16M CLK_HSIPrescaler
[Microcontroller]
STM8S103 tim1PWM output
Electromagnetic compatibility design at circuit board level for high-speed DSP systems
0 Introduction Printed circuit boards (PCBs) provide electrical connections between circuit components and devices. They are the most basic components of various electronic devices, and their performance is directly related to the quality of electronic devices. With the development of electronic technology,
[Embedded]
Design of interface circuit between DSP and AD converter
Abstract: In a digital signal processing system with DSP as the core, analog-to-digital conversion is an important part of the system. Taking TMS320C6203B and ADS5422 of Texas Instruments as examples, the author explains in detail the interface circuit design method between DSP and AD converter. Finally, t
[Embedded]
Design of interface circuit between DSP and AD converter
Discussion on the Electromagnetic Compatibility of DSP
Since the first digital signal processor ( DSP )   chip was introduced in the early 1980s , DSP has brought great opportunities for the development of digital signal processing with its unique characteristics of stability, repeatability, large-scale integration, especially programmability and easy adaptive process
[Embedded]
Realization of D/A Function in Digital Signal Processor
introduction TMS320F2407A is a high-speed, high-performance, low-cost microprocessor. It integrates many external expansion devices required by numerical control systems and can realize SPI, SCI, PWM, A/D and other functions. Its two internal event manager modules EVA and EVB each contain two 16-bit general
[Analog Electronics]
Latest Embedded 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号