Next Article in Journal
Analysis of NO2 Pollution over Bangladesh between the Two COVID-19 Caused Lockdowns in 2020 and 2021 Using Sentinel-5P Products
Previous Article in Journal
Photovoltaic Panel Parameters Estimation Using Grey Wolf Optimization Technique
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Proceeding Paper

Optimizing MAG Welding Input Variables to Maximize Penetration Depth Using Particle Swarm Optimization Algorithm †

1
Research Center in Industrial Technologies CRTI, P.O. Box 64, Cheraga 16014, Algeria
2
Thin Films Development and Applications Unit UDCMA-CRTI, Industrial Zone 15 A, Setif 19000, Algeria
*
Author to whom correspondence should be addressed.
Presented at the 1st International Conference on Computational Engineering and Intelligent Systems, Online, 10–12 December 2021.
Eng. Proc. 2022, 14(1), 5; https://doi.org/10.3390/engproc2022014005
Published: 25 January 2022

Abstract

:
Systems based on artificial intelligence, such as particle swarm optimization and genetic algorithm have received increased attention in many research areas. One of the main objectives in the gas metal arc welding (GMAW) process is to achieve maximum depth of penetration (DP) as a characteristic of quality and stiffness. This article has examined the application of particle swarm optimization algorithm to obtain a better DP in a GMAW and compare the results obtained with the technique of genetic algorithms. The effect of four main welding variables in GMAW process which are the welding voltage, the welding speed, the wire feed speed and the nozzle-to-plate distance on the DP have been studied. For the implementation of optimization, a source code has been developed in MATLAB 8.3. The results showed that, in order to obtain the upper penetration depth, it is necessary that: the welding voltage, the welding speed and the nozzle-to-plate distance must be at their lowest levels; the wire feed speed at its highest level.

1. Introduction

M.I.G. (Metal Inert Gas) and M.A.G. (Metal Active Gas) or G.M.A.W. (Gas Metal Arc Welding) is one of the most commonly used processes for joining metal. The basis behind heat production in this process is Joule’s law of heating, where an applied electric current produces heat due to resistance across an electric arc, which heats the filler metal and base metal to form a weld pool. This molten metal is protected from oxidation of the surrounding atmosphere by inert shielding gas coverage [1].
Weld quality plays an important role as it improves the material strength, toughness and hardness of the product. The quality of a welded product is evaluated by various parameters like deposition rate, weld bead geometry and hardness. These characteristics are controlled by a number of welding parameters like welding speed, welding current and welding voltage. Therefore, to obtain good quality, it is important to define the appropriate welding process parameters [2].
To solve an optimization problem, metaheuristics (artificial intelligences) were used to find the optimal solution. The main advantage of metaheuristics lies in their efficiency and applicability. A wide variety of metaheuristics exists as well as several approaches used to classify them. One approach characterizes the type of search strategy, for example, one type of search strategy is to improve simple local search algorithms, and the other type of search strategy contains a learning component in research [3].
One of the approaches of artificial intelligence such as Particle Swarm Optimization (abbreviated as PSO) has received a lot of attention in combinatorial optimization. PSO is a part of the swarm intelligence family [4], it is based on swarm behavior in nature, like fish and bird schooling. In actuality, PSO has become one of the most widely used algorithms due to its flexibility and simplicity [5].
PSO is based on the principle that each possible solution can be represented as a particle in a swarm. Each particle has a position, which is updated at each step of iteration, by adding the current position of the particle to its velocity term [6].
The objective of the optimization phase was to maximize the depth of penetration through the use of a specially developed PSO. In our work, five levels and four input process parameters are selected. These input parameters chosen are welding voltage (V), welding speed (S), wire feed speed (W) and nozzle-to-plate distance (N). The output parameter was depth of penetration (DP).
The penetration of weld bead is illustrated in Figure 1, with the lightest gray representing the base metal, and the darkest gray being the weld metal.

2. Experimental Procedure

The experimental procedure used for this work is briefly explained below.

2.1. Description

The experiments were performed by means of a GMAW machine using a direct current electrode positive. Test pieces of dimensions (200 mm × 100 mm × 6 mm) were cut from steel plates. Filler wire (class ER70S-6) in the form of a coil of 0.8 mm diameter was used to deposit the weld beads. The experimental setup consisted of three parts: wire feed unit, welding power source and welding manipulator, where the welding gun was held in a frame mounted directly above the work table, and it was provided with an attachment on the manipulator for both up and down movement to adjust the required nozzle-to-plate distance. The bead-on-plate technique was adopted for welding the test pieces. The spray transfer mode has been used in this process. The composition of the shielding gas was argon (75%) and carbon dioxide (25%). The gas flow rate used was 14 liters/min.
The chemical composition of the base metal and the filler metal are given in Table 1 and Table 2, respectively [7].

2.2. Identification of Input Process Parameters

The limits of input process parameters with their notations and units are presented in Table 3.

2.3. Recording the Response Variables

Depth of penetration was measured according to the following steps: cutting the test piece, mechanical polishing, revealing the structure by a chemical attack and finally macro-graphic observation.
For this study, the observed experimental input and output values are shown in Table 4.

2.4. Obtaining the Mathematical Models

The regression procedure was used to develop a mathematical model to predict penetration depth. The response function representing any depth of penetration dimensions can be expressed using the equation DP = f (V, S, W, N), where DP is the output parameter and V, S, W, N are the input variables.
The second-order polynomial representing the response surface for four factors is given by [8,9]:
Y = b 0 + i = 1 4 b i X i + i = 1 4 b i i X i 2 + i , j = 1   a n d i j 4 b i j X i X j
where Y (DP) is the dependent variable; Xi (V, S, W, N) are four independent variables; the coefficient b0 is the free term of the regression equation; the coefficients bi (b1, b2, b3 and b4) are linear terms; the coefficients bii (b11, b22, b33 and b44) are quadratic terms; and the coefficients bij (b12, b13, b14, b23, b24 and b34) are interaction terms.
The final mathematical model, being a second-degree response surface, is expressed as follows:
D P = b 0 + b 1 V + b 2 S + b 3 W + b 4 N + b 11 V 2 + b 22 S 2 + b 33 W 2 + b 44 N 2 + b 12 V S + b 13 V W + b 14 V N + b 23 S W + b 24 S N + b 34 W N

3. Overview of the Proposed Algorithm (PSO)

Particle Swarm Optimization (PSO) is an optimization metaheuristic, invented by Russel Eberhart and James Kennedy in 1995 [10], as an alternative to Genetic Algorithm (GA) [11].
PSO is inspired by the observation of the social behavior of bird flocks. It initializes the population with random potential solutions of the problem. Individuals in the population are called particles; everyone has their own position and velocity [12].
Using the last two parameters, the fitness function of the particle has been calculated, and each particle in the problem space would have its best solution. That personal best experience of each particle is called “Pbest”. When a particle completes its population, the best value of all particles is global best experience “Gbest”. After finding the two best values, the particle updates its velocity “Vi (t + 1)” and position “Xi (t + 1)” according to the following equations [13]:
V i ( t + 1 ) = W V i ( t ) + C 1 R 1 ( P b e s t i ( t ) X i ( t ) ) + C 2 R 2 ( G b e s t ( t ) X i ( t ) )
X i ( t + 1 ) = X i ( t ) + V i ( t + 1 )
where i-th is the particle, N is the number of particles in the swarm, so i = 1, 2, …, N particles; the index t denotes the iteration counter; Vi(t + 1), and Xi(t + 1) are, respectively, the particle’s velocity and position at the new iteration (t + 1); Vi(t), and Xi(t) represent the velocity value and position at the current iteration (t), respectively; W is the inertia weight; C1 and C2 are positive constants, referred to as cognitive and social parameters respectively; R1 and R2 are two separate random numbers distributed in the range [0, 1]; Pbesti (t) is the personal best position of the ith particle at the tth iteration; Gbest (t) is the global best position of particles at t iteration [14,15,16].
Figure 2 illustrates the position and velocity update of PSO:
The flow chart of the basic optimization process of particles is shown in Figure 3.

4. Results Validation

4.1. Confirmation Test

After collecting data, and applying the least squares method, the regression equation of Depth of Penetration “DP” was obtained as below:
D P = 5.0731 V + 10.2058 W + 3.3435 N + 0.2694 V 2 0.0449 W 2 0.0035 N 2 0.1190 V S 0.6198 V W 0.3044 V N + 0.5866 W N
After that, the regression equation was maximized by the PSO and GA methods. In PSO algorithm, number of populations, learning factors (C1 = C2), inertia weight (W) and maximum iteration were 35, 2, 0.7, 300, respectively. The operators of GA are: number of populations was 50, type of selection was a tournament, the crossover type was heuristic, the type of mutation was uniform, probability of crossover was 0.85, probability of mutation was 0.02, and maximum iteration was 300.
In order to show the effectiveness of the proposed methods, programs developed in a MATLAB are used. The optimal values of the process variables obtained from PSO and GA are presented in Table 5.
It should be noted that the value “4.6096 mm” obtained with the PSO technique for penetration depth is better than the value obtained with GA “4.5952 mm”. The results show that the two optimization algorithms proposed to make it possible to effectively maximize the objective function.

4.2. Effect of Inputs on Depth of Penetration

Getting deeper penetration or at least adequate penetration is very important in welding. Many variables affect penetration, some more than others, but in general we always want good penetration. It is important to know how each variable affects the deposited weld metal. The optimized direct effects of the four input parameters on the depth of penetration are shown in Figure 4, Figure 5, Figure 6 and Figure 7.
From Figure 4, increasing the arc welding voltage resulted in a slow decrease in penetration depth. If the welding voltage was increased from 28 V to 32 V the depth of penetration decreased from 1.143 mm to 1.044 mm.
Higher voltage spreads the arc out and drops a wider bead. Less energy density is exhibited as the voltage goes up, so penetration drops. If the voltage is too low and you get an erratic arc, you will begin to lose some penetration [17].
If the welding speed was increased from 0.23 m/min to 0.34 m/min the depth of penetration decreased from 1.176 mm to 0.873 mm. Increasing the welding speed results in a gradual decrease in the penetration depth. This can be attributed to a lower heat input at higher speeds per unit length of the weld bead, resulting in a decrease in weld pool and a decrease in penetration depth [18].
In Figure 6, it can be noted that the depth of penetration increases progressively with the wire feed speed. If the wire feed speed was increased from 8 m/min to 11 m/min the depth of penetration increased from 0.919 mm to 1.209 mm.
Wire feed speed controls the amperage as well as the amount of weld penetration. A speed that is too high can lead to burn-through. The voltage needs to be balanced with wire feed speed for an efficient metal transfer. If W/amperage is too high setting the wire feed speed or amperage too high may cause improper starting of the arc, and lead to an excessively large weld bead, burn-through, excessive spatter and poor penetration. If W/amperage is too low a narrow cord, oftentimes convex bead with poor tie-in at the toes of the weld, indicates insufficient amperage [19].
In Figure 7, it should be noted that the depth of penetration decreases gradually with the nozzle-to-plate distance (N). If N was increased from 14 mm to 20 mm the depth of penetration decreased from 1.224 mm to 0.898 mm. As N increases, more resistance to the flow of electricity through the electrode occurs; this increase causes a decrease in current, resulting in a decrease in the level of penetration. Conversely, when N decreases, resistance also decreases. As a result, current increases and thus penetration increases.

5. Conclusions

In this research, an attempt was made to obtain the best set of values for welding voltage (V), welding speed (S), wire feed speed (W) and nozzle-to-plate distance (N) to produce the best quality of weld in terms of penetration depth.
Based on this investigation, it can be concluded that the optimization method (PSO) can be used to find optimum welding conditions for maximum weld bead penetration within the specified limits of the process parameters.
Optimization results indicate that to reach the maximum depth penetration, the three factors V, S and N should be at their minimum values and the factor W must be at its maximum value. There are many other variables that can affect penetration such as gas flow rate and variables include base: like material surface condition (rust, presence of oil …), base material thickness, base material type, and electrode diameter [18].

Author Contributions

Conceptualization, M.M; methodology, M.M.; software, M.M.; validation, M.M., O.F.B. and S.C.; formal analysis, M.M., B.B. and R.A.; investigation, M.M. and S.C.; resources, M.M. and B.B.; data curation, M.M. and O.F.B.; writing—original draft preparation, M.M., O.F.B. and S.C.; writing—review and editing, M.M.; visualization, M.M., O.F.B. and S.C.; supervision, M.M.; project administration, M.M.; funding acquisition, M.M. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Informed consent was obtained from all subjects involved in the study.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Chandrasekaran, R.R. Predication of Bead Geometry in Gas Metal Arc Welding by Statistical Regression Analysis. Master’s Thesis, Applied Science in Mechanical and Mechatronics Engineering, University of Waterloo, Waterloo, ON, Canada, 2019. [Google Scholar]
  2. Edwin Raja Dhas, J.; Kumanan, S. Optimization of Parameters of Submerged Arc Weld Using Non Conventional Techniques. Appl. Soft Comput. 2011, 11, 5198–5204. [Google Scholar] [CrossRef]
  3. Pérez Pozo, L.; Fernando Olivares, Z.; Orlando Durán, A. Optimization of Welding Parameters Using a Genetic Algorithm: A Robotic Arm-Assisted Implementation for Recovery of Pelton Turbine Blades. Adv. Mech. Eng. 2015, 7, 1–17. [Google Scholar] [CrossRef] [Green Version]
  4. Del Valle, Y.; Venayagamoorthy, G.K.; Mohagheghi, S.; Hernandez, J.C.; Harley, R.G. Particle Swarm Optimization: Basic Concepts, Variants and Applications in Power Systems. IEEE Trans. Evol. Comput. 2008, 12, 171–195. [Google Scholar] [CrossRef]
  5. Tang, R.L.; Fang, Y.J. Modification of Particle Swarm Optimization with Human Simulated Property. Neurocomputing 2015, 153, 319–331. [Google Scholar] [CrossRef]
  6. Abdelhafiz, A.; Behjat, L.; Ghannouchi, F.M. Generalized Memory Polynomial Model Dimension Selection Using Particle Swarm Optimization. IEEE Microw. Wirel. Compon. Lett. 2018, 28, 96–98. [Google Scholar] [CrossRef]
  7. Aghakhani, M.; Jalilian, M.M.; Karami, A.; Jalilian, M.M. Optimization of GMAW Process Using Imperialist Competitive Algorithm. In Applied Mechanics and Materials; Fan, W., Ed.; Trans Tech Publications Ltd.: Freienbach, Switzerland, 2012; Volume 110–116, pp. 3575–3579. [Google Scholar]
  8. Sudhakaran, R.; Vel Murugan, V.; Sivasakthivel, P.S.; Balaji, M. Prediction and Optimization of Depth of Penetration for Stainless Steel Gas Tungsten Arc Welded Plates Using Artificial Neural Networks and Simulated Annealing Algorithm. In Neural Comput & Applic; Springer: London, UK, 2011. [Google Scholar]
  9. Sudhakaran, R.; Vel Murugan, V.; Sivasakthivel, P.S. Optimization of Process Parameters to Minimize Angular Distortion in Gas Tungsten Arc Welded Stainless Steel 202 Grade Plates Using Particle Swarm Optimization. J. Eng. Sci. Technol. 2012, 7, 195–208. [Google Scholar]
  10. Li, S.F.; Cheng, C.Y. Particle Swarm Optimization with Fitness Adjustment Parameters. Comput. Ind. Eng. 2017, 113, 831–841. [Google Scholar] [CrossRef]
  11. Tungadio, D.H.; Numbi, B.P.; Siti, M.W.; Jimoh, A.A. Particle Swarm Optimization for Power System State Estimation. Neurocomputing 2015, 148, 175–180. [Google Scholar] [CrossRef]
  12. Kong, Z.; Jia, W.; Zhang, G.; Wang, L. Normal Parameter Reduction in Soft Set Based on Particle Swarm Optimization Algorithm. Appl. Math. Model. 2015, 39, 4808–4820. [Google Scholar] [CrossRef]
  13. Dhal, P.K. Improvement of Stability by Optimal Location with Tuning STATCOM Using Particle Swarm Optimization Algorithm. In Information Systems Design and Intelligent Applications, Advances in Intelligent Systems and Computing; Satapathy, S., Mandal, J., Udgata, S., Bhateja, V., Eds.; Springer: New Delhi, India, 2016; Volume 434, pp. 583–593. [Google Scholar]
  14. AlRashidi, M.R.; El-Hawary, M.E. A Survey of Particle Swarm Optimization Applications in Electric Power Systems. IEEE Trans. Evol. Comput. 2009, 13, 913–918. [Google Scholar] [CrossRef]
  15. Sharaf, A.M.; El-Gammal, A.A.A. Particle Swarm Optimization PSO: A New Search Tool in Power System and Electro Technology. In Computational Intelligence in Power Engineering, Studies in Computational Intelligence; Panigrahi, B.K., Abraham, A., Das, S., Eds.; Springer: Berlin/Heidelberg, Germany, 2010; Volume 302, pp. 235–294. [Google Scholar]
  16. Parsopoulos, K.E.; Vrahatis, M.N. Particle Swarm Optimization and Intelligence: Advances and Applications. In Premier Reference Source; Information Science Reference: Hershey, NY, USA, 2010; p. 328. [Google Scholar]
  17. Welding Answers. 7 Variables That Affect Weld Penetration. Group of Professionals in the Welding Industry: USA. Available online: http://weldinganswers.com/7-variables-that-affect-weld-penetration/ (accessed on 25 March 2020).
  18. Mostafa, N.B.; Khajavi, M.N. Optimization of welding parameters for weld penetration in FCAW. J. Achiev. Mater. Manuf. Eng. 2006, 16, 132–138. [Google Scholar]
  19. Miller. MIG Welding: Setting the Correct Parameters. Miller Electric Manufacturing Company: Appleton, WI, USA, 2020. Available online: https://www.millerwelds.com/resources/article-library/miggmaw-101-setting-the-correct-parameters (accessed on 29 April 2020).
Figure 1. Depth of penetration of weld bead.
Figure 1. Depth of penetration of weld bead.
Engproc 14 00005 g001
Figure 2. PSO position and velocity update.
Figure 2. PSO position and velocity update.
Engproc 14 00005 g002
Figure 3. Flow chart of PSO algorithm.
Figure 3. Flow chart of PSO algorithm.
Engproc 14 00005 g003
Figure 4. Direct effect of welding voltage “V” on depth of penetration “DP”.
Figure 4. Direct effect of welding voltage “V” on depth of penetration “DP”.
Engproc 14 00005 g004
Figure 5. Direct effect of welding speed “S” on depth of penetration “DP”.
Figure 5. Direct effect of welding speed “S” on depth of penetration “DP”.
Engproc 14 00005 g005
Figure 6. Direct effect of wire feed speed “W” on depth of penetration “DP”.
Figure 6. Direct effect of wire feed speed “W” on depth of penetration “DP”.
Engproc 14 00005 g006
Figure 7. Direct effect of nozzle-to-plate distance “N” on depth of penetration “DP”.
Figure 7. Direct effect of nozzle-to-plate distance “N” on depth of penetration “DP”.
Engproc 14 00005 g007
Table 1. Chemical composition of base metal (ST37 steel).
Table 1. Chemical composition of base metal (ST37 steel).
ElementsMnCCrSiSPTiFe
Weight %0.4170.1130.0310.0240.010.0070.002Bal.
Table 2. Standard chemical composition of filler metal (Typical).
Table 2. Standard chemical composition of filler metal (Typical).
ElementsMnSiCuCSPFe
Weight %1.650.950.350.090.0180.012Bal.
Table 3. Selected input process parameters and their limits values.
Table 3. Selected input process parameters and their limits values.
Input Process ParametersNotation and UnitsLimits
Welding voltageV (volts)2628303234
Welding speedS (m/min)0.200.230.270.300.34
Wire feed speedW (m/min)89101112
Nozzle-to-plate distanceN (mm)1214161820
Table 4. Optimal experimental input and output values obtained.
Table 4. Optimal experimental input and output values obtained.
No.V (volts)S (m/min)W (m/min)N (mm)DP (mm)
1300.2710161.232
2300.278160.852
3300.3410160.982
4300.2710201.034
5280.239141.095
6280.239181.042
7320.239181.056
9320.2311141.355
9280.2311141.428
10320.3011180.857
Table 5. Confirmation test results of maximization.
Table 5. Confirmation test results of maximization.
VariablesV(volts)S(m/min)W(m/min)N(mm)DP(mm)
Optimal solution with PSO260.212124.6096
Optimal solution with GA26.0010.20111.99912.0014.5952
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Mezaache, M.; Benaouda, O.F.; Chaouch, S.; Babes, B.; Amraoui, R. Optimizing MAG Welding Input Variables to Maximize Penetration Depth Using Particle Swarm Optimization Algorithm. Eng. Proc. 2022, 14, 5. https://doi.org/10.3390/engproc2022014005

AMA Style

Mezaache M, Benaouda OF, Chaouch S, Babes B, Amraoui R. Optimizing MAG Welding Input Variables to Maximize Penetration Depth Using Particle Swarm Optimization Algorithm. Engineering Proceedings. 2022; 14(1):5. https://doi.org/10.3390/engproc2022014005

Chicago/Turabian Style

Mezaache, Mohamed, Omar Fethi Benaouda, Saad Chaouch, Badreddine Babes, and Rachid Amraoui. 2022. "Optimizing MAG Welding Input Variables to Maximize Penetration Depth Using Particle Swarm Optimization Algorithm" Engineering Proceedings 14, no. 1: 5. https://doi.org/10.3390/engproc2022014005

Article Metrics

Back to TopTop