Development of intelligent high-power ultrasonic cleaning power supply

Publisher:电子科技爱好者Latest update time:2012-03-20 Source: 电源在线网 Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

1 Introduction

Due to the advantages of ultrasonic cleaning, such as good effect, high efficiency and low cost, ultrasonic cleaning machines are widely used in electronics, machinery, clocks, optics, medical treatment, chemical fiber, electroplating and other industries [1]. In ultrasonic cleaning equipment, ultrasonic power supply is one of its important components. Most of the existing ultrasonic power supplies use dedicated integrated control chips (such as SG3525, TL494) or single-chip microcomputers to generate PWM pulse signals. After power amplification, impedance and tuning matching, they drive the transducer to convert electrical signals into mechanical vibrations to generate ultrasonic waves. Both power supplies have their own limitations. The former control method has slow dynamic response, inconvenient parameter adjustment and serious temperature drift [2]. Although the single-chip microcomputer is used to directly generate PWM signals, it can obtain high-precision and high-stability control characteristics and realize flexible and diverse control functions. However, due to the limitation of its operating frequency, the frequency resolution of the output PWM signal is low and it is difficult to meet the frequency fine-tuning. In view of the many problems existing in the above ultrasonic power supply, this paper uses a single-chip microcomputer combined with an analog integrated circuit to form an intelligent control system based on PWM technology to develop a digital ultrasonic power supply with stable performance, simple control and adjustment and low cost.

2 Composition and principle block diagram of ultrasonic power supply

The ultrasonic power supply mainly consists of two parts: the main circuit and the control circuit. Its structural diagram is shown in Figure 1. The main circuit adopts an AC-DC-AC structure. The single-phase AC power is rectified and filtered to form DC power. The DC voltage is converted into an alternating voltage with a frequency consistent with the resonant frequency of the transducer through a full-bridge inverter. The inverter outputs an alternating current, which is then sent to the load transducer through a matching network. The control circuit mainly provides a switching pulse signal for the inverter main circuit to drive the inverter main circuit to work, and uses the feedback loop and the given circuit to achieve closed-loop control of the inverter.

Figure 1 Schematic diagram of ultrasonic power supply structure

3 Ultrasonic power supply circuit design

3.1 PWM signal generator

The schematic diagram of the PWM signal generator is shown in Figure 2. It uses a combination of a single-chip microcomputer and an analog circuit to generate a PWM signal. First, the output frequency of the voltage-controlled oscillator is set through Rt, and the output is sent to the single-chip microcomputer as the clock source of the timer/counter 1 (T/C1). The T/C1 of the single-chip microcomputer is placed in the phase and frequency adjustable PWM working mode. At this time, the upper limit value of the counter determines the frequency of the PWM, and the value of the comparison match register determines the size of the duty cycle. The calculation formula for the PWM frequency is:

PWM frequency = voltage-controlled oscillator output frequency / (1 + counter upper limit) (1)

The single chip microcomputer in the figure uses the ATmega128 single chip microcomputer of the AVR series. Under the control of T/C1, the single chip microcomputer can output two complementary PWM waveforms through PB5 and PB6 to drive the full-bridge inverter circuit.

Figure 2 PWM signal generation circuit

This signal generator has great advantages in frequency sweep control, protection signal processing and automatic frequency tracking. It uses a combination of analog circuit and single-chip microcomputer control to improve the frequency accuracy of the sweep signal and realize digital control of the frequency and amplitude of the sweep signal. In terms of protection signal processing, when an abnormality occurs in the external circuit, the protection signal OV_I can be used to quickly shut down the AND gate to stop the output of the PWM signal, and the corresponding alarm signal is given through the indicator light. In addition, the single-chip microcomputer can adjust the output frequency of the PWM signal in real time by detecting the phase difference between the voltage signal and the current signal at both ends of the transducer fed back, and realize automatic frequency tracking.

3.2 Full-bridge power amplifier circuit and its drive

The PWM signal output by the single-chip microcomputer has a small current and weak driving ability. It needs to be driven by the MOSFET gate driver chip IR21844 to control the MOSFET module. The driving circuit is shown in Figure 3. The PWM signal generated by the single-chip microcomputer is isolated by the high-speed optocoupler HCPL-2631 and amplified by the transistor before being sent to IR21844.
The waveforms of the HO and LO output terminals of the IR21844 are respectively the same and opposite to the logic of the input waveform at the IN terminal, and the amplitude is amplified to a certain extent (10V~20V). Its input/output timing diagram is shown in Figure 4. When the SD terminal is connected to a high level, HO and LO are output normally. When connected to a low level, the two output terminals are blocked. DT is the dead time adjustment terminal. By adjusting the resistance values ​​of resistors R7 and R9 in Figure 3, the dead time can be adjusted to prevent the full-bridge circuit from being directly connected.

Figure 3 Driving circuit schematic

Figure 4 Input and output timing diagram of IR21844

[page] Figure 5 shows the full-bridge power amplifier circuit of the system. Its working principle is as follows: the alternating current is rectified and filtered to become a smooth DC voltage V+. This voltage is applied to the inverter bridge composed of MOSFET power tubes Q3, Q4, Q5, and Q6. When PW1 is high and PW2 is low, HO1 and LO2 are high, and HO2 and LO1 are low (see Figure 3). At this time, Q3 and Q6 are turned on, Q4 and Q5 are turned off, and the voltage across the primary of the transformer T is U=V+, and the current flowing through the primary coil of the transformer is from top to bottom; when PW1 is low and PW2 is high, Q4 and Q5 are turned on, Q3 and Q6 are turned off, and the voltage across the primary of the transformer T is U= -V+, and the current direction of the primary coil of the transformer is from bottom to top. Repeating the above working process, a quasi-square wave signal with the same frequency as the main oscillation signal and a higher voltage amplitude can be obtained at the secondary of the output transformer. Since the power amplifier tube operates in the saturation region or cutoff region of the volt-ampere characteristic curve, the collector power consumption is reduced to a minimum, thereby improving the energy conversion efficiency of the amplifier to more than 90% [3].

Figure 5 Full-bridge power amplifier and matching circuit

3.3 Matching Circuit

In power ultrasonic equipment, the matching design between ultrasonic power supply and transducer is very important, which largely determines whether the ultrasonic equipment can work normally and efficiently. The matching between ultrasonic power supply and transducer includes two aspects: impedance matching and tuning matching. The matching circuit is shown in the dashed box in Figure 5.
Impedance matching refers to changing the resistance of the load to make it equal to the optimal load value of the ultrasonic power supply to ensure that the load obtains the maximum electrical power, while the purpose of tuning matching is to make the transducer as close to a pure resistance state as possible and reduce the reactive component. When a piezoelectric ultrasonic transducer works near its resonant frequency, it is generally capacitive due to the influence of static capacitance. If the signal source is directly connected to the transducer, a part of the reactive component will be generated, resulting in a relative reduction in the active power of the transducer [4]. Therefore, it is necessary to match the opposite inductive reactance at the output end of the ultrasonic power supply to make its load a pure resistor.

At present, the most commonly used matching circuit is the series inductor matching method shown in the dotted box in Figure 5. By reasonably selecting the value of the inductor, the transducer can achieve resonance when driven by an ultrasonic power supply.

[page] 4 Ultrasonic power supply software design

The software design mainly involves programming the microcontroller to achieve frequency setting and adjustment, LCD display and keyboard input control, while monitoring various feedback signals, adjusting the duty cycle to change the output power, and completing frequency sweep, timing, soft start functions, etc. The program flow chart is shown in Figure 6.

5 Experimental Results

Figure 6 Software Flow

The designed ultrasonic power supply was used for the experiment. The inductance was adjusted to make the tuning circuit work at a frequency of 66.53kHz. The measured output transformer primary voltage and current waveforms are shown in Figure 7. As can be seen from the figure, the current waveform is basically a sine wave, and the current and voltage phases are consistent, which achieves a good frequency tracking function. The power supply is stable and reliable in long-term high-power continuous operation, and the switch tube, absorption circuit, and radiator do not heat up.

Figure 7 Output transformer primary voltage and current waveform

6 Conclusion

The ultrasonic cleaning power supply designed uses a combination of analog circuit and single-chip microcomputer control to generate PWM signals, which overcomes the inherent defects of analog circuits and realizes flexible and diverse control functions. At the same time, it solves the problem that the operating frequency of the single-chip microcomputer is not high enough and improves the frequency resolution of the output PWM. The system has over-current, overheating, and over-voltage protection functions, high reliability, and can track the changes in the resonant frequency of the transducer in real time, and the output power is stable. At present, the ultrasonic cleaning power supply has been successfully used in a company in Shenzhen and has achieved good results. ■



Reference address:Development of intelligent high-power ultrasonic cleaning power supply

Previous article:Analysis and prevention of harmonics' influence on high-frequency switching power supply
Next article:Data center power management relies on precise "details"

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号