1. Power supply main circuit design
1.1 System overview
Pulse MIG welding is a melting inert gas shielded welding with periodic changes in welding current, which has high requirements for welding equipment. The switching frequency of the main circuit should be high, the response speed should be fast, the dynamic response performance should be good, the output current ripple should be small, and it should be able to adapt to the welding needs of various welding materials and various welding wire diameters under different conditions. The pulse MIG welding machine is mainly composed of 6 parts.
1.1.1 Main circuit
The main circuit is the power conversion circuit of the system. Its function is to rectify the 380V three-phase AC power on the power grid and perform medium-frequency bridge inversion. After rectification again, the output current can reach 450-500A.
1.1.2 Drive circuit
The drive circuit has a protection function to prevent overcurrent, overheating and other conditions. The insulated gate high-power transistor (IGBT) in the drive inverter circuit has strict requirements on the trigger pulse, and its switching loss is also closely related to the slope and amplitude of the trigger pulse.
1.1.3 Main control board circuit
The main control board circuit is the core part of the welding machine control. Variable parameter current closed-loop PI control and voltage closed-loop PI control are used in the control. The system is sent to the analog input port of the drive board through D/A conversion and output through the drive IGBT. The feedback of the control is the sampling value of the final output voltage and current.
1.1.4 Wire feeder circuit
The wire feeder adjusts the speed of the wire feeder motor to achieve uniform or variable speed wire feeding. The wire feeder circuit controls the solenoid valve to switch the shielding gas on and off.
1.1.5 Welding machine panel
The welding machine panel is the interface for the welding machine and the user to interact. The user can observe and set the working mode of the welding machine, the status of the welding machine, the type of welding wire and shielding gas, etc. through the panel.
1.1.6 Remote control box
When the user is far away from the welding machine, the remote control box can be used to replace the function of the control panel to achieve remote control.
1.2 Main circuit design
It works in soft switching mode and adopts an improved shift resonant circuit.
The inverter part N1 and N3 are leading bridge arms, and N2 and N4 are lagging bridge arms. C1 and C3 are parallel capacitors of the leading arm, C2 and C4 are parallel capacitors of the lagging arm, and C1=C3%26gt;%26gt;C2=C4. L2 is a saturated inductor, and Cs is a circulating current suppression series capacitor. T1 is the main transformer. "+" and "-" are welding gun outputs. S1 is an air switch. The grid voltage is rectified and stabilized by Cp and L1 to provide DC input for the inverter.
2. Design of power supply control system
2.1 Overall scheme of pulse MIG arc welding power supply control system
The overall design of pulse MIG arc welding control system is the key to system design, which involves fields such as automatic control, computer and welding.
The pulse MIG arc welding power supply control system has three parts: current waveform control system, arc length control system, and expert system. Among them, the current waveform control system and arc length control system are closed-loop control systems, and the output of the arc length control system is the input of the current waveform control system. Therefore, the whole system is a double closed-loop control system, with current waveform control as the inner loop and arc length control as the outer loop. The expert system is the adjustment part of the whole double closed-loop system.
2.2 Design of each part of the control system
2.2.1 Current waveform control system
In order to achieve the accuracy of current waveform control, this system should adopt PID control. Since ideal differential control reacts quickly to strong disturbances, the thermal inertia of the arc makes the system unable to respond to differential control in time. In addition, ideal differential control will amplify the noise interference in the deviation signal e(t), produce a large noise output, and affect the system performance. Therefore, this system adopts a variable parameter PI controller. For pulse MIG welding, the transition form of one pulse and one droplet has the best welding quality among all transition forms. At this time, the size of the molten droplet is equivalent to the diameter of the welding wire. Therefore, the better control idea of the molten droplet transition is to control the shape of the waveform to ensure the consistency of the size of the molten droplet. Waveform control determines the behavior characteristics of a single molten droplet. In a cycle of molten droplet transition, the transition of the molten droplet can be divided into 6 stages. In these stages, different proportional coefficients and integral times are used respectively to obtain better system dynamic response speed and steady-state accuracy of base current time.
2.2.2 Arc length control system
The stability of the arc length of the welding arc mainly depends on two aspects: one is the self-regulation of the arc; the other is the welding parameters and the selected process method. The traditional arc control method can only guarantee the best arc length control effect in a certain interval because the parameter selection of its arc voltage controller must take into account the entire wire feeding speed range. In addition, it is hoped that the arc length adjustment process can be carried out quickly and stably. Considering the shortcomings of traditional PID control and the fact that fuzzy control is relatively mature, this system uses a fuzzy controller to design the arc voltage feedback part.
First, each pulse is sampled with a peak value as the starting point and a sampling period of 100μs to calculate the average voltage, and the average voltage is compared with the given voltage value to obtain the voltage deviation and the rate of change of the voltage deviation. Then, according to the welder's experience, a fuzzy controller is designed, and the input is the voltage deviation and the rate of change of the voltage deviation. After fuzzy reasoning and defuzzification, the base time of the next pulse is obtained, and the calculated base time is sent to the current waveform control part to modify the current control waveform, thereby adjusting the melting speed so that the average voltage of the pulse is equal to the given voltage.
2.2.3 Expert control system
Expert system is a computer program system that simulates human experts to solve problems in specific fields. The welding expert system contains a large amount of expert-level knowledge and experience in the welding field, and can solve parameter adjustment and coordination problems in the welding field according to the knowledge of welding experts. The welding expert system is an analytical expert system that solves classification problems. The operation usually performed on classification problems is an interpretation operation. The interpretation operation is mainly an identification operation. In the welding expert system, the working conditions must be identified and the corresponding solution must be obtained from the expert system database based on the input. This solution may not be unique and may be wrong. The solution is screened by the inference engine to obtain the optimal solution. The following is the specific working process:
First, on the welding machine display panel, the welder selects the welding conditions, including welding materials, base material type, base material grade, base material thickness, welding wire diameter, shielding gas, wire feeding speed, etc. At the same time, appropriate measures are taken to ensure that there are no contradictions between the related conditions, and the legality of the input conditions is checked. Then, based on the selected welding conditions, the expert system determines the parameters of the current control waveform through reasoning. Finally, the given voltage of the arc control part is determined. At the same time, in order to save the welding specifications, a knowledge acquisition machine is designed.
3. System software design
The pulse MIG inverter welding machine is a complex multi-processor system. Its software design includes the programming of the MC56F8523 DSC on the main control board, the programming of the welding expert system of the MC9S12DP256 microcontroller on the main control board, the software design of the MC9S08GT60 microcontroller on the wire feeder, and the software design of the AT89C51 microcontroller on the panel and the remote control box.
The software of each subsystem realizes part of the functions of the welding machine. The subsystems communicate with each other through the RS-485 bus and are scheduled by the MC9S12DP256. The DSC on the main control board mainly completes the control of the welding process, including the control of the current closed loop and the voltage closed loop. The system software adopts a modular design, which makes the program structure clear and facilitates the expansion of the system structure.
Previous article:Design of stepper motor acceleration and deceleration controller based on FPGA
Next article:Architecture Design of Embedded DSP Processor μDSP
Recommended ReadingLatest update time:2024-11-16 19:46
- Popular Resources
- Popular amplifiers
- Wireless Sensor Network Technology and Applications (Edited by Mou Si, Yin Hong, and Su Xing)
- Modern Electronic Technology Training Course (Edited by Yao Youfeng)
- Modern arc welding power supply and its control
- Small AC Servo Motor Control Circuit Design (by Masaru Ishijima; translated by Xue Liang and Zhu Jianjun, by Masaru Ishijima, Xue Liang, and Zhu Jianjun)
- Huawei's Strategic Department Director Gai Gang: The cumulative installed base of open source Euler operating system exceeds 10 million sets
- Analysis of the application of several common contact parts in high-voltage connectors of new energy vehicles
- Wiring harness durability test and contact voltage drop test method
- Sn-doped CuO nanostructure-based ethanol gas sensor for real-time drunk driving detection in vehicles
- Design considerations for automotive battery wiring harness
- Do you know all the various motors commonly used in automotive electronics?
- What are the functions of the Internet of Vehicles? What are the uses and benefits of the Internet of Vehicles?
- Power Inverter - A critical safety system for electric vehicles
- Analysis of the information security mechanism of AUTOSAR, the automotive embedded software framework
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- Innolux's intelligent steer-by-wire solution makes cars smarter and safer
- 8051 MCU - Parity Check
- How to efficiently balance the sensitivity of tactile sensing interfaces
- What should I do if the servo motor shakes? What causes the servo motor to shake quickly?
- 【Brushless Motor】Analysis of three-phase BLDC motor and sharing of two popular development boards
- Midea Industrial Technology's subsidiaries Clou Electronics and Hekang New Energy jointly appeared at the Munich Battery Energy Storage Exhibition and Solar Energy Exhibition
- Guoxin Sichen | Application of ferroelectric memory PB85RS2MC in power battery management, with a capacity of 2M
- Analysis of common faults of frequency converter
- In a head-on competition with Qualcomm, what kind of cockpit products has Intel come up with?
- Dalian Rongke's all-vanadium liquid flow battery energy storage equipment industrialization project has entered the sprint stage before production
- Allegro MicroSystems Introduces Advanced Magnetic and Inductive Position Sensing Solutions at Electronica 2024
- Car key in the left hand, liveness detection radar in the right hand, UWB is imperative for cars!
- After a decade of rapid development, domestic CIS has entered the market
- Aegis Dagger Battery + Thor EM-i Super Hybrid, Geely New Energy has thrown out two "king bombs"
- A brief discussion on functional safety - fault, error, and failure
- In the smart car 2.0 cycle, these core industry chains are facing major opportunities!
- The United States and Japan are developing new batteries. CATL faces challenges? How should China's new energy battery industry respond?
- Murata launches high-precision 6-axis inertial sensor for automobiles
- Ford patents pre-charge alarm to help save costs and respond to emergencies
- New real-time microcontroller system from Texas Instruments enables smarter processing in automotive and industrial applications
- bluenrg-2 cannot connect to other devices directly when it is the host
- Using STM32's MPU (Memory Protection Unit) to implement code isolation and access control
- FPGA embedded system design.part1.rar
- Playing with Zynq Serial 43——[ex62] Image Laplace Edge Extraction of OV5640 Camera
- [NXP Rapid IoT Review] + First try of mobile APP
- Working Principle of Transformer
- CC2541 Key Fob Reference Design
- Give feedback on Lingdong Micro's MM32F013x library functions and routines
- Could you please tell me what is the name of the plastic film wrapped around the outside of the transformer?
- About the power supply of the circuit board