Published by: PIONEER RESEARCH & DEVELOPMENT GROUP ( 11

Size: px
Start display at page:

Download "Published by: PIONEER RESEARCH & DEVELOPMENT GROUP ( 11"

Transcription

1 A Closed Form Equation Obtained By Artificial Bee Colony For The Surface Roughness Of Aisi 1050 Steel Eray Mert TEKIN 1, Deniz USTUN 2, Berat Baris BULDUM 3, Ali AKDAGLI 4 1 Mersin University, Faculty of Engineering, Department of Electrical Electronics Engineering, 33343, Ciftlikkoy, Yenisehir, Mersin, Turkey. 2 Mersin University, Faculty of Technology, Department of Software Engineering, 33400, Tarsus, Mersin, Turkey. 3 Mersin University, Faculty of Engineering, Department of Mechanical Engineering, 33343, Ciftlikkoy, Yenisehir, Mersin, Turkey. 4 Mersin University, Faculty of Engineering, Department of Electrical Electronics Engineering, 33343, Ciftlikkoy, Yenisehir, Mersin, Turkey. Abstract In this study, a new and simple formulation achieved using the artificial bee colony (ABC) that recently developed as an artificial intelligence optimization algorithm has been proposed in computing the surface roughness of the AISI 1050 steel. The steel exhibiting a good performance with respect to the mechanical strength is one of the widely used carbon steels in the manufacturing process. Twenty experiments consisting of the various cutting parameters namely the cutting speed, rate of feed and depth of cut were performed in terms of the surface roughness with the help of a CNC horizontal machining center. The surface roughness formulation was constructed and then the unknown coefficients belonging to the formulation were optimally calculated by using ABC algorithm. The results obtained by using the presented formula were compaired with those of the method previously reported in the literature. The parametric studies are also carried out to evaluate the individual effect of the cutting speed, depth of cut and feed rate on the surface roughness of the AISI 1050 steel. The advantage of the proposed formulation is that it does not require any sophisticated mathematical computations and one can easily make an assessment the surface roughness according to cutting parameters. Further, it provides the obtaining of most accurate values in the surface roughness calculation of AISI Keywords: Surface roughness; CNC milling; Artificial bee colony; AISI 1050 steel. 1. Introduction The medium carbon steels are one of the widely used alloy steels in the manufacturing industry due to their highly susceptible to heat operation. Further, the strengths of medium carbon steel are better than those of low carbon steels and the ductility of medium carbon steel is close to the low carbon steel. Due to these advantages, medium carbon steels may be preferred in the manufacturing industry [1]. In the manufacturing industry, the surface finish is of vital importance for quality characteristics of the product like the performance characteristic of mechanical parts and the cost of production. Recently, the modern industry is making an effort to produce high quality product in a very short time with less operator intervention by using new technologies developed in the computer science, computer numerical control (CNC) and flexible manufacturing systems [2, 3]. In order to provide a better finished surface and quality products, the several techniques are adopted in the manufacturing industries [2 4]. The common criteria for surface quality is the surface roughness. The low surface roughness values increase the fatigue life of machine part [2, 4 7]. The form of surface roughness can be affected from many factors as workpiece material, tool variables and machining parameters [2, 4, 5]. While cutting of the parameters consist the depth of cut, the rate of feed and cutting speed, the tool variables contain the tool material, tool vibration, rake and shear angle, cutting edge geometry and nose radius. Besides, the workpiece variable covers the machined material hardness and other mechanical attributes [2, 3]. The control of all the machining parameters like the surface roughness control and particular manufacturing processes is very difficult for users. The cutting parameters are usually chosen based on experience or it can be Published by: PIONEER RESEARCH & DEVELOPMENT GROUP ( 11

2 determined by use of the manufacturer s user manuals [2, 3]. The several techniques based on statistical regression as neural network methods were used to obtained a relationship between the cutting performance and chosen cutting parameters [2, 3]. In the study presented by in [2], an optimization strategy for the CNC pocket milling process based on regression analysis including differential evolution algorithm was improved. In the wet cutting circumstances utilizing of the machining variables like spindle speed, feed rate, depth of cut and step over. Using a bisection method, Beak et al. chosen the optimal feed rate [8]. A numerical model by Franko et al. [9] was proposed for estimating the surface profile and surface roughness in the face milling with the round insert cutting tools. Lou and Chen [10], a new method for prediction of the systems was developed to predict surface roughness. An artificial neural network model approach performing the estimation of the surface roughness in CNC face milling was proposed by Benardos and Vosniakosa [11]. In a study by Zou et al., a technique based on a modified differential evolution algorithm was suggested to solve unconstrained optimization problems [12]. As mentioned above, the presented techniques for the prediction of the surface roughness or the surface profile is based on the consecutive mathematical formulas derived by using the complicated functions. Additionally, the applicability of proposed models based on artificial neural network is difficult in the practice. Therefore, the determination of surface roughness takes a lot of time and it requires experience of mathematics. In this study, to cope with the above problems, a simple and novel closed form expression based on the cutting parameters like cutting speed, rate of feed and depth of cut has been proposed by utilizing the ABC algorithm in the computing accurate surface roughness values for the AISI 1050 medium carbon steel plate. 2. Artificial bee colony (ABC) algorithm The artificial bee colony (ABC) algorithm [13 21] is a swarm based algorithm developed by using the motivation foraging behavior of the honey bees for determining close to the ideal solutions of the hard problems in the optimization processes. The swarm in the ABC algorithm consists of three groups like the onlooker, the employed and the scout bees. The honey bees fly to determine the optimal solution in a multidimensional search space. The employed bees are appointed to nectar resources taken advantages of its experiences. The onlooker bees determine the nectar resource position depending on the observing of the employed bees dancing in the hive and adjust their positions. In order to assign new food sources instead of the consumed food source, the scout bees perform a random search in the search space. Firstly, the colony divides two parts like the employed and onlooker bees. The possible solution points representing the number of food sources around hive are equal to that of the employed bees. In the following stage, the employed and onlooker bees exploit the food sources. If a nectar source is exhausted by an employed bee, this employed bee becomes a scout bee to find a new nectar source again [22]. The ABC algorithm pseudocode is illustrated below: Initialization step: Produce the population of the initial x i=1, 2,, SN Calculate and judge the fitness (f i) of the honey bee population Cycle=1 Repeat Employed bee step: Generate new point of the solution Compute and evaluate the fitness value of the f i Perform the greedy selection process Compute the probability values (p i) for the possible solution x i Onlooker bee step: Choose a solution x i according as p i probability value Generate new point of the solution Compute and evaluate the fitness value of the f i Perform the greedy selection process Scout bee step: if an employed bee abandons from a nectar resource that is represented the possible solution, a new solution is determined by scout bee at random. Save in memory the best solution determined so far Cycle=Cycle+1 Until Cycle= Maximum Cycle Number (MCN) The flow chart for the ABC algorithm is shown in Fig. 1. At the initial step, the values of possible solution points regarding the food source location randomly generate between two specified limitation values. The fitness (quality) of the produced values regarding to the quantities of the food is computed to judge the profitability in the first step. Published by: PIONEER RESEARCH & DEVELOPMENT GROUP ( 12

3 Chemical Composition (wt. -%) Mechanical Properties C P S Mn Cr Si Yield strength (MPa) Tensile Strength (MPa) Elongation (%) Brinell Hardness (HB) Fig. 1 The flow chart of the ABC algorithm In the onlooker bees step, the possibility of the determined solution values for the problem is calculated and the best search new solutions in the environment of the points having high possibility values. In the scout bees step, if a determined solution point does not enhance after a specified number of trial limits, a new solution point is randomly identified as same the first step. Lastly, the detected best solution point of the problem is saved in memory and this process consecutively continues as much as the identified MCN [15]. 3. The derivation of the surface roughness expression for AISI 1050 steel In order to yield the expression of surface roughness (RaE), the experimental results given in [2] have been used for 20 samples having the surface roughness in the range of μm. Firstly the parameters like the cutting speed v (rpm), rate of feed f (mm min-1), depth of cut d (mm) have different values. In [2], the experiments of the pocket milling have been conducted on a FANUC CTEK CNC horizontal machining center using an end mill cutting tools made of 8 mm high speed steel (HSS) for the pocket milling of AISI 1050 medium carbon steel plate. The carbon steel plate used in this work has the dimensions of mm3. The pockets were machined under constant step over value having the half of the tool diameter (4 mm). The forty pockets have been machined on the steel plate considering to recommended depth of cut given in design matrix and each pocket has the dimensions of mm2. The properties of workpiece material utilized in the present study are listed in Table 1 [2]. Table 1: The chemical and mechanical properties of workpiece material of AISI 1050 [2]. Table 2: The experimental results for the surface roughness of AISI 1050 [2]. Cutting Parameters Case Number Cutting speed v (rpm) Feed rate f (mm/min) Depth of cut d (mm) RaE (μm) In order to construct the best formulation structure which is proper with the experimental parameters for the related to surface roughness, the different formulation structures of the surface roughness formulas consisting of the unknown coefficients (ai) together with the experimental parameters (v, f and d) were constructed. The following average percentage error (APE) as objective function is used in the ABC method to be minimized. In the above equation, RaE exp and RaE cal are the experimental and calculated surface roughness values, respectively. The values of ABC algorithm optimization parameters for this work are set as given in Table 3. Table 3: The optimization parameters of the ABC algorithm used in this study. ABC algorithm parameters Assigned values (1) Published by: PIONEER RESEARCH & DEVELOPMENT GROUP ( 13

4 Number of dimensions (D) 5 Population size (NP) 60 A sequence of trials was performed to yield a surface roughness and the following equation which gives the satisfactory results is then determined. The unknown coefficients in the surface roughness expression have been then determined as optimally and these coefficients are tabulated in Table 4. Table 4: Coefficient values for the surface roughness expression of AISI 1050 steel determined by the ABC algorithm. Index (i) ai Numerical results and discussion The obtained experimental and calculated values of RaE for 20 experiments are presented in Table 5. According to the calculations with formula obtained by ABC algorithm, the APE between the experimental RaE and calculated RaE was achieved as 2.95%. The calculated surface roughness results from the achieved expression with the ABC algorithm and those of the experimental values for 20 samples are plotted in Fig. 2. This good agreement between the experimental and calculated results supports the accuracy of the novel surface roughness formula. Furthermore, the fit of the proposed surface roughness expression was measured by a correlation coefficient (R2) and it was calculated with a high value as in terms of the coefficient of determine the close between experimental RaE and calculated RaE. In order to verify the validity of the proposed expression, the surface roughness results calculated in this study were also compared with those of a suggestion reported elsewhere [2] over calculated results of AISI 1050 steel published earlier in the literature. These comparative results and corresponding percentage errors are given in Table 5. Table 5: The comparative results for the RaE of AISI 1050 steel. Surface Roughness RaE (μm) Error (%) Case Experimental Calculated Number [2] This [2] This [2] (2) study study APE (%) It is clearly seen from the results given above that our calculated surface roughness values with the proposed expression are better than the obtained results by using suggestion given in [2]. This good agreement between the values of the experimental and our calculated surface roughness supports the validity of the surface roughness expression obtained using the ABC algorithm. Using the expression presented here, one can easily calculate the surface roughness of the AISI 1050 steel using a scientific calculator since it does not require complicated mathematical transformations of sophisticated functions. Fig. 2 The calculated and experimental surface roughness values In order to examine the of the parameters on the surface roughness formulation, the plots shown in Fig. 3 is obtained with the help of the proposed formulation. While the values of parameters for plotting the figures are computed, a constant value is selected for two of the three Published by: PIONEER RESEARCH & DEVELOPMENT GROUP ( 14

5 parameters. Further, for another factor, the value of the factor is increased according to a certain rate value selected in the range of lower and upper values and Its effect on surface roughness is investigated. In Fig. 3a which identified the values of the feed rate and depth of cut as 294 mm/min and 1.26 mm, have shown the relationship of surface roughness and cutting speed. When the cutting speed value increases, the decreasing of the surface roughness is distinctly seen especially rpm range. As shown by Fig. 4, in fixed feed rate, increasing spindle speed makes closer the cutting tool path and the cutting tool path zone becomes purer surface. The relation of the among surface roughness with depth of cut is illustrated in Fig 3b. The values of feed rate and cutting speed have fixed for 1135 rpm and 294 mm/min. As the depth of cut increases, the surface roughness value rises. The depth of cut amounts makes more resistance makes more vibration to cutting tool during removing chips and naturally that cause the high surface roughness values. The changing in surface roughness has shown depending on the feet rate in Fig 3c. The values of cutting speed and depth of cut have selected 1135 rpm and 1.26 mm, respectively. The plot illustrating relation of surface roughness and the feed rate is given in Fig 3c. It is seen that the surface roughness increases while the feed rate rises. The cutting tool path distance gets higher against the increasing feed rate and that s affects the surface roughness. (b) (c) Fig. 3 The effect of the parameters on surface roughness formulation: (a) surface roughness cutting speed, (b) surface roughness depth of cut and (c) surface roughness feed rate 5. Conclusion (a) In the present study, a new, simple and surface roughness mathematical expression which results in accurately calculating the surface roughness of the AISI 1050 steel has been presented. To achieve this goal, an expression was derived by utilizing the twenty-experimental data for AISI 1050 steel, having different parameters such as the cutting speed, rate of feed, depth of cut by the ABC algorithm which is one of the most used evolution methods. The surface roughness results have been compared with a method reported in the literature. It was shown that the surface roughness values obtained from the surface roughness expression are in very good agreement with the results as compared with that calculated by the Published by: PIONEER RESEARCH & DEVELOPMENT GROUP ( 15

6 other method earlier. It is concluded that the advantages of expression presented in this work are the simple, and reliable. Acknowledgments This research was supported by Mersin University, Department of Scientific Research Projects with the project number of TP We are thankful to Mersin University, Department of Scientific Research Projects. References [1] 1 W. F. Gale, T. C. Totemeir, Smitless Metals Reference Book. Butterworth-Heinemann. 8th ed. Burlington: USA; [2] U. Esme, M. K. Kulekci, D. Ustun, B. Buldum, Y. Kazancoglu, S. Ocalır, Modelling and optimization of CNC milling of AISI 1050 steel by a regression based differential evolution algorithm, Mater Test, vol. 58, pp , July [3] B. C. Routara, A. K. Sahoo, A. K. Parida, P. C. Pahdi, Response surface methodology and genetic algorithm used to optimize the cutting condition for surface roughness parameters in CNC turnin, Procedia Eng. vol. 38, pp , September [4] B. Buldum, A. Sık, U. Esme, M. K. Kulekci, Y. Kazancoglu, Use of Grey-Taguchi method for the optimization of oblique turning process of AZ91D magnesium alloy, Mater Test. vol. 54, pp , November [5] J. P. Fabricio, P. P. Anderson, P. B. Pedro, F. J. Roberto, B. S. Messias, Optimization of radial basis function neural network employed for prediction of surface roughness in hard turning process using Taguchi s orthogonal arrays, Expert Syst Appl. vol. 29, pp , July [6] P. G. Bernardos, G. C. Vosniakos, Prediction of surface roughness in CNC machining, Int J Mach Tool Manu. vol. 43, pp , June [7] T. Ozel, Y. Karpat, Predictive modeling of surface roughness and tool wear in hard turning using regression and neural networks, Int J Mach Tool Manu. vol. 45, pp , April [8] D. K. Beak, J. K. Tae, S. K. Hee, Optimization of feed rate in a face milling operation using a surface roughness model, Int J Mach Tool Manu. vol. 41, pp February [9] P. Franco, M. Estrems, F. Fuara, Influence of radial and axial runouts on surface roughness in face milling with round insert cutting tools, Int J Mach Tool Manu. vol. 44, pp December [10] S. J. Lou, J. C. Chen, In-process surface roughness recognition (ISRR) system in end-milling operation, Int J Adv Manuf Tech. vol. 15, pp March [11] P. G. Benardos, G. C. Vosniakos, Prediction of surface roughness in CNC face milling using neural networks and Taguchi s design of experiments, Robot Cım Int Manuf. vol. 18, pp October December [12] D. Zou, J. Wu, L. Gao, S. Li, A modified differential evolution algorithm for unconstrained optimization problems, Neurocomputing. vol. 120, pp November [13] G. Zhu, K. Sam, Gbest-guided artificial bee colony algorithm for numerical function optimization, Appl Math Comput, vol. 217, pp , December [14] W. Gao, L. Sanyang, Improved artificial bee colony algorithm for global optimization, Inf Process Lett, vol. 111, pp , September [15] D. Karaboga, B. Basturk, A powerful and efficient algorithm for numerical function optimization: artificial bee colony (ABC) algorithm, J Glob Optim, vol.39, pp , November [16] F. Kang, L. Junjie, X. Qing, Structural inverse analysis by hybrid simplex artificial bee colony algorithms, Comput Struct, vol. 87, pp , July [17] D. Karaboga, B. Gorkemli, C. Ozturk, N. Karaboga, A comprehensive survey: artificial bee colony (ABC) algorithm and applications, Artıf Intell Rev, vol. 42, pp , June [18] Z. Li, Z. Zhou, X. Sun, D. Guo, Comparative Study of Artificial Bee Colony Algorithms with Heuristic Swap Operators for Traveling Salesman Problem, Intelligent Computing Theories and Technology 7996 of the series Lecture Notes in Computer Science, pp , [19] A. Singh, An artificial bee colony algorithm for the leafconstrained minimum spanning tree problem., Applied Soft Computing, vol. 9,no. 2, pp March [20] F. Kang, J. Li, Q. Xu, Structural inverse analysis by hybrid simplex artificial bee colony algorithms, Computers and Structures, vol. 87, pp , July [21] H. Sun, H. Luş, R. Betti, Identification of structural models using a modified Artificial Bee Colony algorithm, Computers and Structures, vol. 116, pp , January [22] D. Karaboga, An idea based on honey bee swarm for numerical optimization, Technical Report-TR06, Erciyes University, Kayseri, Turkey, Published by: PIONEER RESEARCH & DEVELOPMENT GROUP ( 16

Optimization of Benchmark Functions Using Artificial Bee Colony (ABC) Algorithm

Optimization of Benchmark Functions Using Artificial Bee Colony (ABC) Algorithm IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 10 (October. 2013), V4 PP 09-14 Optimization of Benchmark Functions Using Artificial Bee Colony (ABC) Algorithm

More information

Application of Taguchi Method in the Optimization of Cutting Parameters for Surface Roughness in Turning on EN-362 Steel

Application of Taguchi Method in the Optimization of Cutting Parameters for Surface Roughness in Turning on EN-362 Steel IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 02 July 2015 ISSN (online): 2349-6010 Application of Taguchi Method in the Optimization of Cutting Parameters

More information

Development of an Artificial Neural Network Surface Roughness Prediction Model in Turning of AISI 4140 Steel Using Coated Carbide Tool

Development of an Artificial Neural Network Surface Roughness Prediction Model in Turning of AISI 4140 Steel Using Coated Carbide Tool ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology An ISO 3297: 2007 Certified Organization, Volume 2, Special Issue

More information

Central Manufacturing Technology Institute, Bangalore , India,

Central Manufacturing Technology Institute, Bangalore , India, 5 th International & 26 th All India Manufacturing Technology, Design and Research Conference (AIMTDR 2014) December 12 th 14 th, 2014, IIT Guwahati, Assam, India Investigation on the influence of cutting

More information

Optimization of Process Parameters of CNC Milling

Optimization of Process Parameters of CNC Milling Optimization of Process Parameters of CNC Milling Malay, Kishan Gupta, JaideepGangwar, Hasrat Nawaz Khan, Nitya Prakash Sharma, Adhirath Mandal, Sudhir Kumar, RohitGarg Department of Mechanical Engineering,

More information

Artificial bee colony algorithm with multiple onlookers for constrained optimization problems

Artificial bee colony algorithm with multiple onlookers for constrained optimization problems Artificial bee colony algorithm with multiple onlookers for constrained optimization problems Milos Subotic Faculty of Computer Science University Megatrend Belgrade Bulevar umetnosti 29 SERBIA milos.subotic@gmail.com

More information

Optimization of Milling Parameters for Minimum Surface Roughness Using Taguchi Method

Optimization of Milling Parameters for Minimum Surface Roughness Using Taguchi Method Optimization of Milling Parameters for Minimum Surface Roughness Using Taguchi Method Mahendra M S 1, B Sibin 2 1 PG Scholar, Department of Mechanical Enginerring, Sree Narayana Gurukulam College of Engineering

More information

Volume 3, Special Issue 3, March 2014

Volume 3, Special Issue 3, March 2014 ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology Volume 3, Special Issue 3, March 2014 2014 International Conference

More information

[Mahajan*, 4.(7): July, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785

[Mahajan*, 4.(7): July, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785 [Mahajan*, 4.(7): July, 05] ISSN: 77-9655 (IOR), Publication Impact Factor:.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY OPTIMIZATION OF SURFACE GRINDING PROCESS PARAMETERS

More information

Optimization of Surface Roughness in End Milling of Medium Carbon Steel by Coupled Statistical Approach with Genetic Algorithm

Optimization of Surface Roughness in End Milling of Medium Carbon Steel by Coupled Statistical Approach with Genetic Algorithm Optimization of Surface Roughness in End Milling of Medium Carbon Steel by Coupled Statistical Approach with Genetic Algorithm Md. Anayet Ullah Patwari Islamic University of Technology (IUT) Department

More information

Analyzing the Effect of Overhang Length on Vibration Amplitude and Surface Roughness in Turning AISI 304. Farhana Dilwar, Rifat Ahasan Siddique

Analyzing the Effect of Overhang Length on Vibration Amplitude and Surface Roughness in Turning AISI 304. Farhana Dilwar, Rifat Ahasan Siddique 173 Analyzing the Effect of Overhang Length on Vibration Amplitude and Surface Roughness in Turning AISI 304 Farhana Dilwar, Rifat Ahasan Siddique Abstract In this paper, the experimental investigation

More information

MATHEMATICAL MODEL FOR SURFACE ROUGHNESS OF 2.5D MILLING USING FUZZY LOGIC MODEL.

MATHEMATICAL MODEL FOR SURFACE ROUGHNESS OF 2.5D MILLING USING FUZZY LOGIC MODEL. INTERNATIONAL JOURNAL OF R&D IN ENGINEERING, SCIENCE AND MANAGEMENT Vol.1, Issue I, AUG.2014 ISSN 2393-865X Research Paper MATHEMATICAL MODEL FOR SURFACE ROUGHNESS OF 2.5D MILLING USING FUZZY LOGIC MODEL.

More information

Optimization of Roughness Value by using Tool Inserts of Nose Radius 0.4mm in Finish Hard-Turning of AISI 4340 Steel

Optimization of Roughness Value by using Tool Inserts of Nose Radius 0.4mm in Finish Hard-Turning of AISI 4340 Steel http:// Optimization of Roughness Value by using Tool Inserts of Nose Radius 0.4mm in Finish Hard-Turning of AISI 4340 Steel Mr. Pratik P. Mohite M.E. Student, Mr. Vivekanand S. Swami M.E. Student, Prof.

More information

ANN Based Surface Roughness Prediction In Turning Of AA 6351

ANN Based Surface Roughness Prediction In Turning Of AA 6351 ANN Based Surface Roughness Prediction In Turning Of AA 6351 Konani M. Naidu 1, Sadineni Rama Rao 2 1, 2 (Department of Mechanical Engineering, SVCET, RVS Nagar, Chittoor-517127, A.P, India) ABSTRACT Surface

More information

Optimization of Process Parameter for Surface Roughness in Drilling of Spheroidal Graphite (SG 500/7) Material

Optimization of Process Parameter for Surface Roughness in Drilling of Spheroidal Graphite (SG 500/7) Material Optimization of Process Parameter for Surface Roughness in ing of Spheroidal Graphite (SG 500/7) Prashant Chavan 1, Sagar Jadhav 2 Department of Mechanical Engineering, Adarsh Institute of Technology and

More information

Volume 1, Issue 3 (2013) ISSN International Journal of Advance Research and Innovation

Volume 1, Issue 3 (2013) ISSN International Journal of Advance Research and Innovation Application of ANN for Prediction of Surface Roughness in Turning Process: A Review Ranganath M S *, Vipin, R S Mishra Department of Mechanical Engineering, Dehli Technical University, New Delhi, India

More information

A.M.Badadhe 1, S. Y. Bhave 2, L. G. Navale 3 1 (Department of Mechanical Engineering, Rajarshi Shahu College of Engineering, Pune, India)

A.M.Badadhe 1, S. Y. Bhave 2, L. G. Navale 3 1 (Department of Mechanical Engineering, Rajarshi Shahu College of Engineering, Pune, India) IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) ISSN (e): 2278-1684, ISSN (p): 2320 334X, PP: 10-15 www.iosrjournals.org Optimization of Cutting Parameters in Boring Operation A.M.Badadhe

More information

Multi-Objective Optimization of End-Milling Process Parameters Using Grey-Taguchi Approach

Multi-Objective Optimization of End-Milling Process Parameters Using Grey-Taguchi Approach Page26 Multi-Objective Optimization of End-Milling Process Parameters Using Grey-Taguchi Approach Chitrasen Samantra*, Debasish Santosh Roy**, Amit Kumar Saraf***, & Bikash Kumar Dehury****, *Assistant

More information

Artificial Bee Colony (ABC) Optimization Algorithm for Solving Constrained Optimization Problems

Artificial Bee Colony (ABC) Optimization Algorithm for Solving Constrained Optimization Problems Artificial Bee Colony (ABC) Optimization Algorithm for Solving Constrained Optimization Problems Dervis Karaboga and Bahriye Basturk Erciyes University, Engineering Faculty, The Department of Computer

More information

Multi-Objective Optimization of Milling Parameters for Machining Cast Iron on Machining Centre

Multi-Objective Optimization of Milling Parameters for Machining Cast Iron on Machining Centre Research Journal of Engineering Sciences ISSN 2278 9472 Multi-Objective Optimization of Milling Parameters for Machining Cast Iron on Machining Centre Abstract D.V.V. Krishna Prasad and K. Bharathi R.V.R

More information

Study & Optimization of Parameters for Optimum Cutting condition during Turning Process using Response Surface Methodology

Study & Optimization of Parameters for Optimum Cutting condition during Turning Process using Response Surface Methodology 5 th International & 26 th All India Manufacturing Technology, Design and Research Conference (AIMTDR 2014) December 12 th 14 th, 2014, IIT Guwahati, Assam, India Study & Optimization of Parameters for

More information

Optimization of Turning Process during Machining of Al-SiCp Using Genetic Algorithm

Optimization of Turning Process during Machining of Al-SiCp Using Genetic Algorithm Optimization of Turning Process during Machining of Al-SiCp Using Genetic Algorithm P. G. Karad 1 and D. S. Khedekar 2 1 Post Graduate Student, Mechanical Engineering, JNEC, Aurangabad, Maharashtra, India

More information

Travelling Salesman Problem Using Bee Colony With SPV

Travelling Salesman Problem Using Bee Colony With SPV International Journal of Soft Computing and Engineering (IJSCE) Travelling Salesman Problem Using Bee Colony With SPV Nishant Pathak, Sudhanshu Prakash Tiwari Abstract Challenge of finding the shortest

More information

MODELLING AND OPTIMIZATION OF WIRE EDM PROCESS PARAMETERS

MODELLING AND OPTIMIZATION OF WIRE EDM PROCESS PARAMETERS MODELLING AND OPTIMIZATION OF WIRE EDM PROCESS PARAMETERS K. Kumar 1, R. Ravikumar 2 1 Research Scholar, Department of Mechanical Engineering, Anna University, Chennai, Tamilnadu, (India) 2 Professor,

More information

APPLICATION OF GREY BASED TAGUCHI METHOD IN MULTI-RESPONSE OPTIMIZATION OF TURNING PROCESS

APPLICATION OF GREY BASED TAGUCHI METHOD IN MULTI-RESPONSE OPTIMIZATION OF TURNING PROCESS Advances in Production Engineering & Management 5 (2010) 3, 171-180 ISSN 1854-6250 Scientific paper APPLICATION OF GREY BASED TAGUCHI METHOD IN MULTI-RESPONSE OPTIMIZATION OF TURNING PROCESS Ahilan, C

More information

Optimization of Machining Parameters for Turned Parts through Taguchi s Method Vijay Kumar 1 Charan Singh 2 Sunil 3

Optimization of Machining Parameters for Turned Parts through Taguchi s Method Vijay Kumar 1 Charan Singh 2 Sunil 3 IJSRD - International Journal for Scientific Research & Development Vol., Issue, IN (online): -6 Optimization of Machining Parameters for Turned Parts through Taguchi s Method Vijay Kumar Charan Singh

More information

EFFECT OF CUTTING SPEED, FEED RATE AND DEPTH OF CUT ON SURFACE ROUGHNESS OF MILD STEEL IN TURNING OPERATION

EFFECT OF CUTTING SPEED, FEED RATE AND DEPTH OF CUT ON SURFACE ROUGHNESS OF MILD STEEL IN TURNING OPERATION EFFECT OF CUTTING SPEED, FEED RATE AND DEPTH OF CUT ON SURFACE ROUGHNESS OF MILD STEEL IN TURNING OPERATION Mr. M. G. Rathi1, Ms. Sharda R. Nayse2 1 mgrathi_kumar@yahoo.co.in, 2 nsharda@rediffmail.com

More information

Power Load Forecasting Based on ABC-SA Neural Network Model

Power Load Forecasting Based on ABC-SA Neural Network Model Power Load Forecasting Based on ABC-SA Neural Network Model Weihua Pan, Xinhui Wang College of Control and Computer Engineering, North China Electric Power University, Baoding, Hebei 071000, China. 1471647206@qq.com

More information

Research Article Polygonal Approximation Using an Artificial Bee Colony Algorithm

Research Article Polygonal Approximation Using an Artificial Bee Colony Algorithm Mathematical Problems in Engineering Volume 2015, Article ID 375926, 10 pages http://dx.doi.org/10.1155/2015/375926 Research Article Polygonal Approximation Using an Artificial Bee Colony Algorithm Shu-Chien

More information

Volume 3, Issue 3 (2015) ISSN International Journal of Advance Research and Innovation

Volume 3, Issue 3 (2015) ISSN International Journal of Advance Research and Innovation Experimental Study of Surface Roughness in CNC Turning Using Taguchi and ANOVA Ranganath M.S. *, Vipin, Kuldeep, Rayyan, Manab, Gaurav Department of Mechanical Engineering, Delhi Technological University,

More information

CHAPTER 5 SINGLE OBJECTIVE OPTIMIZATION OF SURFACE ROUGHNESS IN TURNING OPERATION OF AISI 1045 STEEL THROUGH TAGUCHI S METHOD

CHAPTER 5 SINGLE OBJECTIVE OPTIMIZATION OF SURFACE ROUGHNESS IN TURNING OPERATION OF AISI 1045 STEEL THROUGH TAGUCHI S METHOD CHAPTER 5 SINGLE OBJECTIVE OPTIMIZATION OF SURFACE ROUGHNESS IN TURNING OPERATION OF AISI 1045 STEEL THROUGH TAGUCHI S METHOD In the present machine edge, surface roughness on the job is one of the primary

More information

Optimization of process parameters in CNC milling for machining P20 steel using NSGA-II

Optimization of process parameters in CNC milling for machining P20 steel using NSGA-II IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) e-issn: 2278-1684,p-ISSN: 2320-334X, Volume 14, Issue 3 Ver. V. (May - June 2017), PP 57-63 www.iosrjournals.org Optimization of process parameters

More information

Experimental Study of the Effects of Machining Parameters on the Surface Roughness in the Turning Process

Experimental Study of the Effects of Machining Parameters on the Surface Roughness in the Turning Process International Journal of Computer Engineering in Research Trends Multidisciplinary, Open Access, Peer-Reviewed and fully refereed Research Paper Volume-5, Issue-5,2018 Regular Edition E-ISSN: 2349-7084

More information

Solving Travelling Salesman Problem Using Variants of ABC Algorithm

Solving Travelling Salesman Problem Using Variants of ABC Algorithm Volume 2, No. 01, March 2013 ISSN 2278-1080 The International Journal of Computer Science & Applications (TIJCSA) RESEARCH PAPER Available Online at http://www.journalofcomputerscience.com/ Solving Travelling

More information

International Journal of Industrial Engineering Computations

International Journal of Industrial Engineering Computations International Journal of Industrial Engineering Computations 4 (2013) 325 336 Contents lists available at GrowingScience International Journal of Industrial Engineering Computations homepage: www.growingscience.com/ijiec

More information

Particle Swarm Optimization Artificial Bee Colony Chain (PSOABCC): A Hybrid Meteahuristic Algorithm

Particle Swarm Optimization Artificial Bee Colony Chain (PSOABCC): A Hybrid Meteahuristic Algorithm Particle Swarm Optimization Artificial Bee Colony Chain (PSOABCC): A Hybrid Meteahuristic Algorithm Oğuz Altun Department of Computer Engineering Yildiz Technical University Istanbul, Turkey oaltun@yildiz.edu.tr

More information

Enhanced ABC Algorithm for Optimization of Multiple Traveling Salesman Problem

Enhanced ABC Algorithm for Optimization of Multiple Traveling Salesman Problem I J C T A, 9(3), 2016, pp. 1647-1656 International Science Press Enhanced ABC Algorithm for Optimization of Multiple Traveling Salesman Problem P. Shunmugapriya 1, S. Kanmani 2, R. Hemalatha 3, D. Lahari

More information

Optimization of process parameter for maximizing Material removal rate in turning of EN8 (45C8) material on CNC Lathe machine using Taguchi method

Optimization of process parameter for maximizing Material removal rate in turning of EN8 (45C8) material on CNC Lathe machine using Taguchi method Optimization of process parameter for maximizing Material removal rate in turning of EN8 (45C8) material on CNC Lathe machine using Taguchi method Sachin goyal 1, Pavan Agrawal 2, Anurag Singh jadon 3,

More information

Optimization of Machining Parameters in CNC Turning Using Firefly Algorithm

Optimization of Machining Parameters in CNC Turning Using Firefly Algorithm IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 01, 2014 ISSN (online): 2321-0613 Optimization of Parameters in CNC Turning Using Firefly Algorithm Dr. S. Bharathi Raja

More information

Optimizing Turning Process by Taguchi Method Under Various Machining Parameters

Optimizing Turning Process by Taguchi Method Under Various Machining Parameters Optimizing Turning Process by Taguchi Method Under Various Machining Parameters Narendra Kumar Verma 1, Ajeet Singh Sikarwar 2 1 M.Tech. Scholar, Department of Mechanical Engg., MITS College, Gwalior,M.P.,INDIA

More information

Optimization of End Milling Process Parameters for Minimization of Surface Roughness of AISI D2 Steel

Optimization of End Milling Process Parameters for Minimization of Surface Roughness of AISI D2 Steel Optimization of End Milling Process Parameters for Minimization of Surface Roughness of AISI D2 Steel Pankaj Chandna, Dinesh Kumar Abstract The present work analyses different parameters of end milling

More information

New Method for Accurate Parameter Estimation of Induction Motors Based on Artificial Bee Colony Algorithm

New Method for Accurate Parameter Estimation of Induction Motors Based on Artificial Bee Colony Algorithm New Method for Accurate Parameter Estimation of Induction Motors Based on Artificial Bee Colony Algorithm Mohammad Jamadi Zanjan, Iran Email: jamadi.mohammad@yahoo.com Farshad Merrikh-Bayat University

More information

Available online at ScienceDirect. Procedia Engineering 97 (2014 )

Available online at   ScienceDirect. Procedia Engineering 97 (2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 97 (2014 ) 365 371 12th GLOBAL CONGRESS ON MANUFACTURING AND MANAGEMENT, GCMM 2014 Optimization and Prediction of Parameters

More information

Parametric Investigation of Single Point Incremental Forming For Al 8011A H-14

Parametric Investigation of Single Point Incremental Forming For Al 8011A H-14 Parametric Investigation of Single Point Incremental Forming For Al 8011A H-14 Bhavesh Sonagra 1, Jayendra B. Kanani 2 1 Student M.E. CAD/CAM, A.I.T.S, Rajkot, Gujarat, India 2 Assistant Professor, A.I.T.S,

More information

Simulation Approach And Optimization Of Machining Parameters In Cnc Milling Machine Using Genetic Algorithm.

Simulation Approach And Optimization Of Machining Parameters In Cnc Milling Machine Using Genetic Algorithm. Simulation Approach And Optimization Of Machining Parameters In Cnc Milling Machine Using Genetic Algorithm. Shivasheshadri M 1, Arunadevi M 2, C. P. S. Prakash 3 1 M.Tech (CIM) Student, Department of

More information

Fuzzy logic and regression modelling of cutting parameters in drilling using vegetable based cutting fluids

Fuzzy logic and regression modelling of cutting parameters in drilling using vegetable based cutting fluids Indian Journal of Engineering & Materials Sciences Vol. 20, February 2013, pp. 51-58 Fuzzy logic and regression modelling of cutting parameters in drilling using vegetable based cutting fluids Emel Kuram

More information

Predetermination of Surface Roughness by the Cutting Parameters Using Turning Center

Predetermination of Surface Roughness by the Cutting Parameters Using Turning Center Predetermination of Surface Roughness by the Cutting Parameters Using Turning Center 1 N.MANOJ, 2 A.DANIEL, 3 A.M.KRUBAKARA ADITHHYA, 4 P.BABU, 5 M.PRADEEP Assistant Professor, Dept. of Mechanical Engineering,

More information

OPTIMIZATION OF MACHINING PARAMETER FOR TURNING OF EN 16 STEEL USING GREY BASED TAGUCHI METHOD

OPTIMIZATION OF MACHINING PARAMETER FOR TURNING OF EN 16 STEEL USING GREY BASED TAGUCHI METHOD OPTIMIZATION OF MACHINING PARAMETER FOR TURNING OF EN 6 STEEL USING GREY BASED TAGUCHI METHOD P. Madhava Reddy, P. Vijaya Bhaskara Reddy, Y. Ashok Kumar Reddy and N. Naresh Department of Mechanical Engineering,

More information

Key Words: DOE, ANOVA, RSM, MINITAB 14.

Key Words: DOE, ANOVA, RSM, MINITAB 14. ISO 9:28 Certified Volume 4, Issue 4, October 24 Experimental Analysis of the Effect of Process Parameters on Surface Finish in Radial Drilling Process Dayal Saran P BalaRaju J Associate Professor, Department

More information

The Artificial Bee Colony Algorithm for Unsupervised Classification of Meteorological Satellite Images

The Artificial Bee Colony Algorithm for Unsupervised Classification of Meteorological Satellite Images The Artificial Bee Colony Algorithm for Unsupervised Classification of Meteorological Satellite Images Rafik Deriche Department Computer Science University of Sciences and the Technology Mohamed Boudiaf

More information

Australian Journal of Basic and Applied Sciences. Surface Roughness Optimization of Brass Reinforced Epoxy Composite Using CNC Milling Process

Australian Journal of Basic and Applied Sciences. Surface Roughness Optimization of Brass Reinforced Epoxy Composite Using CNC Milling Process AENSI Journals Australian Journal of Basic and Applied Sciences ISSN:1991-8178 Journal home page: www.ajbasweb.com Surface Roughness Optimization of Brass Reinforced Epoxy Composite Using CNC Milling Process

More information

A Geometrical Model for Surface Roughness Prediction When Face Milling Al 7075-T7351 with Square Insert Tools

A Geometrical Model for Surface Roughness Prediction When Face Milling Al 7075-T7351 with Square Insert Tools Munoz De Escalona, Patricia and Maropoulos, Paul G. (2015) A geometrical model for surface roughness prediction when face milling Al 7075-T7351 with square insert tools. Journal of Manufacturing Systems,

More information

SURFACE ROUGHNESS MONITORING IN CUTTING FORCE CONTROL SYSTEM

SURFACE ROUGHNESS MONITORING IN CUTTING FORCE CONTROL SYSTEM Proceedings in Manufacturing Systems, Volume 10, Issue 2, 2015, 59 64 ISSN 2067-9238 SURFACE ROUGHNESS MONITORING IN CUTTING FORCE CONTROL SYSTEM Uros ZUPERL 1,*, Tomaz IRGOLIC 2, Franc CUS 3 1) Assist.

More information

Influence of insert geometry and cutting parameters on surface roughness of 080M40 Steel in turning process

Influence of insert geometry and cutting parameters on surface roughness of 080M40 Steel in turning process Influence of insert geometry and cutting parameters on surface roughness of 080M40 Steel in turning process K.G.Nikam 1, S.S.Kadam 2 1 Assistant Professor, Mechanical Engineering Department, Gharda Institute

More information

PREDICTION AND OPTIMIZATION OF SURFACE ROUGHNESS BY COUPLED STATISTICAL AND DESIRABILITY ANALYSIS IN DRILLING OF MILD STEEL

PREDICTION AND OPTIMIZATION OF SURFACE ROUGHNESS BY COUPLED STATISTICAL AND DESIRABILITY ANALYSIS IN DRILLING OF MILD STEEL 1. Md. Anayet U. PATWARI, 2. S.M. Tawfiq ULLAH, 3. Ragib Ishraq KHAN, 4. Md. Mahfujur RAHMAN PREDICTION AND OPTIMIZATION OF SURFACE ROUGHNESS BY COUPLED STATISTICAL AND DESIRABILITY ANALYSIS IN DRILLING

More information

Development of an Hybrid Adaptive Neuro Fuzzy Controller for Surface Roughness (SR) prediction of Mild Steel during Turning

Development of an Hybrid Adaptive Neuro Fuzzy Controller for Surface Roughness (SR) prediction of Mild Steel during Turning Development of an Hybrid Adaptive Neuro Fuzzy Controller for Surface Roughness () prediction of Mild Steel during Turning ABSTRACT Ashwani Kharola Institute of Technology Management (ITM) Defence Research

More information

FRACTAL DIMENSION MODELING IN CNC MILLING USING TAGUCHI METHOD

FRACTAL DIMENSION MODELING IN CNC MILLING USING TAGUCHI METHOD Proceedings of the International Conference on Mechanical Engineering 2009 (ICME2009) 26-28 December 2009, Dhaka, Bangladesh ICME09- FRACTAL DIMENSION MODELING IN CNC MILLING USING TAGUCHI METHOD T. K.

More information

Empirical Modeling of Cutting Forces in Ball End Milling using Experimental Design

Empirical Modeling of Cutting Forces in Ball End Milling using Experimental Design 5 th International & 26 th All India Manufacturing Technology, Design and Research Conference (AIMTDR 2014) December 12 th 14 th, 2014, IIT Guwahati, Assam, India Empirical Modeling of Cutting Forces in

More information

Analysis and Effect of Process Parameters on Surface Roughness and Tool Flank Wear in Facing Operation

Analysis and Effect of Process Parameters on Surface Roughness and Tool Flank Wear in Facing Operation Analysis and Effect of Process Parameters on Surface Roughness and Tool Flank Wear in Facing Operation BADRU DOJA and DR.D.K.SINGH Department of Mechanical Engineering Madan Mohan Malaviya Engineering

More information

An Experimental Analysis of Surface Roughness

An Experimental Analysis of Surface Roughness An Experimental Analysis of Surface Roughness P.Pravinkumar, M.Manikandan, C.Ravindiran Department of Mechanical Engineering, Sasurie college of engineering, Tirupur, Tamilnadu ABSTRACT The increase of

More information

CORRELATION AMONG THE CUTTING PARAMETERS, SURFACE ROUGHNESS AND CUTTING FORCES IN TURNING PROCESS BY EXPERIMENTAL STUDIES

CORRELATION AMONG THE CUTTING PARAMETERS, SURFACE ROUGHNESS AND CUTTING FORCES IN TURNING PROCESS BY EXPERIMENTAL STUDIES 5 th International & 26 th All India Manufacturing Technology, Design and Research Conference (AIMTDR 2014) December 12 th 14 th, 2014, IIT Guwahati, Assam, India CORRELATION AMONG THE CUTTING PARAMETERS,

More information

Optimization of Cutting Parameters for Milling Operation using Genetic Algorithm technique through MATLAB

Optimization of Cutting Parameters for Milling Operation using Genetic Algorithm technique through MATLAB International Journal for Ignited Minds (IJIMIINDS) Optimization of Cutting Parameters for Milling Operation using Genetic Algorithm technique through MATLAB A M Harsha a & Ramesh C G c a PG Scholar, Department

More information

Optimization of Laser Cutting Parameters Using Variable Weight Grey-Taguchi Method

Optimization of Laser Cutting Parameters Using Variable Weight Grey-Taguchi Method AENSI Journals Australian Journal of Basic and Applied Sciences ISSN:1991-8178 Journal home page: www.ajbasweb.com Optimization of Laser Cutting Parameters Using Variable Weight Grey-Taguchi Method K.F.

More information

OPTIMIZATION FOR SURFACE ROUGHNESS, MRR, POWER CONSUMPTION IN TURNING OF EN24 ALLOY STEEL USING GENETIC ALGORITHM

OPTIMIZATION FOR SURFACE ROUGHNESS, MRR, POWER CONSUMPTION IN TURNING OF EN24 ALLOY STEEL USING GENETIC ALGORITHM Int. J. Mech. Eng. & Rob. Res. 2014 M Adinarayana et al., 2014 Research Paper ISSN 2278 0149 www.ijmerr.com Vol. 3, No. 1, January 2014 2014 IJMERR. All Rights Reserved OPTIMIZATION FOR SURFACE ROUGHNESS,

More information

Volume 4, Issue 1 (2016) ISSN International Journal of Advance Research and Innovation

Volume 4, Issue 1 (2016) ISSN International Journal of Advance Research and Innovation Volume 4, Issue 1 (216) 314-32 ISSN 2347-328 Surface Texture Analysis in Milling of Mild Steel Using HSS Face and Milling Cutter Rajesh Kumar, Vipin Department of Production and Industrial Engineering,

More information

Research Article Optimization of Process Parameters in Injection Moulding of FR Lever Using GRA and DFA and Validated by Ann

Research Article Optimization of Process Parameters in Injection Moulding of FR Lever Using GRA and DFA and Validated by Ann Research Journal of Applied Sciences, Engineering and Technology 11(8): 817-826, 2015 DOI: 10.19026/rjaset.11.2090 ISSN: 2040-7459; e-issn: 2040-7467 2015 Maxwell Scientific Publication Corp. Submitted:

More information

In recent years several different algorithms

In recent years several different algorithms Journal of Advances in Computer Engineering and Technology, 3(2) 2017 A hybrid meta-heuristic algorithm based on ABC and Firefly algorithms Azita yousefi 1, Bita amirshahi 2 Received (2015-10-09) Accepted

More information

ABC Optimization: A Co-Operative Learning Approach to Complex Routing Problems

ABC Optimization: A Co-Operative Learning Approach to Complex Routing Problems Progress in Nonlinear Dynamics and Chaos Vol. 1, 2013, 39-46 ISSN: 2321 9238 (online) Published on 3 June 2013 www.researchmathsci.org Progress in ABC Optimization: A Co-Operative Learning Approach to

More information

Experimental Investigation of Material Removal Rate in CNC TC Using Taguchi Approach

Experimental Investigation of Material Removal Rate in CNC TC Using Taguchi Approach February 05, Volume, Issue JETIR (ISSN-49-56) Experimental Investigation of Material Removal Rate in CNC TC Using Taguchi Approach Mihir Thakorbhai Patel Lecturer, Mechanical Engineering Department, B.

More information

Experimental Investigation and Optimization of Machining Parameters of CNC Milling

Experimental Investigation and Optimization of Machining Parameters of CNC Milling Experimental Investigation and Optimization of Machining Parameters of CNC Milling Satypal T. Warghat, Prof. Ram Meghe Institute of Technology & Research, Badnera-Amravati, M.S. India, stw13kgiet@gmail.com

More information

Enhanced Artificial Bees Colony Algorithm for Robot Path Planning

Enhanced Artificial Bees Colony Algorithm for Robot Path Planning Enhanced Artificial Bees Colony Algorithm for Robot Path Planning Department of Computer Science and Engineering, Jaypee Institute of Information Technology, Noida ABSTRACT: This paper presents an enhanced

More information

Innovative Systems Design and Engineering ISSN (Paper) ISSN (Online) Vol.5, No.1, 2014

Innovative Systems Design and Engineering ISSN (Paper) ISSN (Online) Vol.5, No.1, 2014 Abstract Tool Path Optimization of Drilling Sequence in CNC Machine Using Genetic Algorithm Prof. Dr. Nabeel Kadim Abid Al-Sahib 1, Hasan Fahad Abdulrazzaq 2* 1. Thi-Qar University, Al-Jadriya, Baghdad,

More information

Analysis and Optimization of Parameters Affecting Surface Roughness in Boring Process

Analysis and Optimization of Parameters Affecting Surface Roughness in Boring Process International Journal of Advanced Mechanical Engineering. ISSN 2250-3234 Volume 4, Number 6 (2014), pp. 647-655 Research India Publications http://www.ripublication.com Analysis and Optimization of Parameters

More information

Optimization in CNC end milling of UNS C34000 medium leaded brass with multiple surface roughnesses characteristics

Optimization in CNC end milling of UNS C34000 medium leaded brass with multiple surface roughnesses characteristics Sādhanā Vol. 35, Part 5, October 2010, pp. 619 629. Indian Academy of Sciences Optimization in CNC end milling of UNS C34000 medium leaded brass with multiple surface roughnesses characteristics BHARAT

More information

Fast Artificial Bee Colony for Clustering

Fast Artificial Bee Colony for Clustering Informatica 42 (2018) 211 219 211 Fast Artificial Bee Colony for Clustering Abba Suganda Girsang Computer Science Department, BINUS Graduate Program - Master of Computer Science Bina Nusantara University,

More information

CHAPTER 4. OPTIMIZATION OF PROCESS PARAMETER OF TURNING Al-SiC p (10P) MMC USING TAGUCHI METHOD (SINGLE OBJECTIVE)

CHAPTER 4. OPTIMIZATION OF PROCESS PARAMETER OF TURNING Al-SiC p (10P) MMC USING TAGUCHI METHOD (SINGLE OBJECTIVE) 55 CHAPTER 4 OPTIMIZATION OF PROCESS PARAMETER OF TURNING Al-SiC p (0P) MMC USING TAGUCHI METHOD (SINGLE OBJECTIVE) 4. INTRODUCTION This chapter presents the Taguchi approach to optimize the process parameters

More information

Experimental Investigations to Determine Optimal Cutting Parameters in Grinding Operations by Design of Experiments

Experimental Investigations to Determine Optimal Cutting Parameters in Grinding Operations by Design of Experiments Experimental Investigations to Determine Optimal Cutting Parameters in Grinding Operations by Design of Experiments Bareddy Ramamohan Reddy Indira Institute of Technology and Science, JNTU, Kakinada, Andhra

More information

Use of Artificial Neural Networks to Investigate the Surface Roughness in CNC Milling Machine

Use of Artificial Neural Networks to Investigate the Surface Roughness in CNC Milling Machine Use of Artificial Neural Networks to Investigate the Surface Roughness in CNC Milling Machine M. Vijay Kumar Reddy 1 1 Department of Mechanical Engineering, Annamacharya Institute of Technology and Sciences,

More information

Solving Constraint Satisfaction Problems by Artificial Bee Colony with Greedy Scouts

Solving Constraint Satisfaction Problems by Artificial Bee Colony with Greedy Scouts , 23-25 October, 2013, San Francisco, USA Solving Constraint Satisfaction Problems by Artificial Bee Colony with Greedy Scouts Yuko Aratsu, Kazunori Mizuno, Hitoshi Sasaki, Seiichi Nishihara Abstract In

More information

Optimisation of Quality and Prediction of Machining Parameter for Surface Roughness in CNC Turning on EN8

Optimisation of Quality and Prediction of Machining Parameter for Surface Roughness in CNC Turning on EN8 Indian Journal of Science and Technology, Vol 9(48), DOI: 10.17485/ijst/2016/v9i48/108431, December 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Optimisation of Quality and Prediction of Machining

More information

EVALUATION OF OPTIMAL MACHINING PARAMETERS OF NICROFER C263 ALLOY USING RESPONSE SURFACE METHODOLOGY WHILE TURNING ON CNC LATHE MACHINE

EVALUATION OF OPTIMAL MACHINING PARAMETERS OF NICROFER C263 ALLOY USING RESPONSE SURFACE METHODOLOGY WHILE TURNING ON CNC LATHE MACHINE EVALUATION OF OPTIMAL MACHINING PARAMETERS OF NICROFER C263 ALLOY USING RESPONSE SURFACE METHODOLOGY WHILE TURNING ON CNC LATHE MACHINE MOHAMMED WASIF.G 1 & MIR SAFIULLA 2 1,2 Dept of Mechanical Engg.

More information

International Journal of Advancements in Research & Technology, Volume 7, Issue 9, September ISSN

International Journal of Advancements in Research & Technology, Volume 7, Issue 9, September ISSN International Journal of Advancements in Research & Technology, Volume 7, Issue 9, September-2018 26 Optimize Machining Parameters in Turning Operation Using Genetic Algorithm and Network Fitting Tool

More information

CNC Milling Machines Advanced Cutting Strategies for Forging Die Manufacturing

CNC Milling Machines Advanced Cutting Strategies for Forging Die Manufacturing CNC Milling Machines Advanced Cutting Strategies for Forging Die Manufacturing Bansuwada Prashanth Reddy (AMS ) Department of Mechanical Engineering, Malla Reddy Engineering College-Autonomous, Maisammaguda,

More information

OPTIMIZATION OF CNC END MILLING OF BRASS USING HYBRID TAGUCHI METHOD USING PCA AND GREY RELATIONAL ANALYSIS

OPTIMIZATION OF CNC END MILLING OF BRASS USING HYBRID TAGUCHI METHOD USING PCA AND GREY RELATIONAL ANALYSIS International Journal of Mechanical and Production Engineering Research and Development (IJMPERD) ISSN 2249-6890 Vol. 3, Issue 1, Mar 2013, 227-240 TJPRC Pvt. Ltd. OPTIMIZATION OF CNC END MILLING OF BRASS

More information

Optimization of Process Parameters for Wire Electrical Discharge Machining of High Speed Steel using Response Surface Methodology

Optimization of Process Parameters for Wire Electrical Discharge Machining of High Speed Steel using Response Surface Methodology Optimization of Process Parameters for Wire Electrical Discharge Machining of High Speed Steel using Response Surface Methodology Avinash K 1, R Rajashekar 2, B M Rajaprakash 3 1 Research scholar, 2 Assistance

More information

Improving Productivity in Machining Processes Through Modeling

Improving Productivity in Machining Processes Through Modeling Improving Productivity in Machining Processes Through Modeling Improving Productivity in Machining Processes Through Modeling E. Budak Manufacturing Research Laboratory, Sabanci University, Istanbul, Turkey

More information

Cutting Force Simulation of Machining with Nose Radius Tools

Cutting Force Simulation of Machining with Nose Radius Tools International Conference on Smart Manufacturing Application April. 9-11, 8 in KINTEX, Gyeonggi-do, Korea Cutting Force Simulation of Machining with Nose Radius Tools B. Moetakef Imani 1 and N. Z.Yussefian

More information

FUZZY LOGIC AND REGRESSION MODELLING OF MACHINING PARAMETERS IN TURNING USING CRYO-TREATED M2 HSS TOOL

FUZZY LOGIC AND REGRESSION MODELLING OF MACHINING PARAMETERS IN TURNING USING CRYO-TREATED M2 HSS TOOL International Journal of Mechanical Engineering and Technology (IJMET) Volume 9, Issue 10, October 2018, pp. 200 210, Article ID: IJMET_09_10_019 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=9&itype=10

More information

IJAMS CNC TURNING PROCESS OPTIMIZATION USING BIO-INSPIRED ALGORITHM. R. S. S. Prasanth 1, K. Hans Raj 1

IJAMS CNC TURNING PROCESS OPTIMIZATION USING BIO-INSPIRED ALGORITHM. R. S. S. Prasanth 1, K. Hans Raj 1 IJAMS CNC TURNING PROCESS OPTIMIZATION USING BIO-INSPIRED ALGORITHM R. S. S. Prasanth 1, K. Hans Raj 1 1 Dayalbagh Educational Institute, Dayalbagh, Agra 282110, INDIA rss.prasanth@gmail.com, khansraj@rediffmail.com

More information

SIMULATION APPROACH OF CUTTING TOOL MOVEMENT USING ARTIFICIAL INTELLIGENCE METHOD

SIMULATION APPROACH OF CUTTING TOOL MOVEMENT USING ARTIFICIAL INTELLIGENCE METHOD Journal of Engineering Science and Technology Special Issue on 4th International Technical Conference 2014, June (2015) 35-44 School of Engineering, Taylor s University SIMULATION APPROACH OF CUTTING TOOL

More information

An Efficient Optimization Method for Extreme Learning Machine Using Artificial Bee Colony

An Efficient Optimization Method for Extreme Learning Machine Using Artificial Bee Colony An Efficient Optimization Method for Extreme Learning Machine Using Artificial Bee Colony Chao Ma College of Digital Media, Shenzhen Institute of Information Technology Shenzhen, Guangdong 518172, China

More information

Keywords: Turning operation, Surface Roughness, Machining Parameter, Software Qualitek 4, Taguchi Technique, Mild Steel.

Keywords: Turning operation, Surface Roughness, Machining Parameter, Software Qualitek 4, Taguchi Technique, Mild Steel. Optimizing the process parameters of machinability through the Taguchi Technique Mukesh Kumar 1, Sandeep Malik 2 1 Research Scholar, UIET, Maharshi Dayanand University, Rohtak, Haryana, India 2 Assistant

More information

Open Access Research on the Prediction Model of Material Cost Based on Data Mining

Open Access Research on the Prediction Model of Material Cost Based on Data Mining Send Orders for Reprints to reprints@benthamscience.ae 1062 The Open Mechanical Engineering Journal, 2015, 9, 1062-1066 Open Access Research on the Prediction Model of Material Cost Based on Data Mining

More information

Taguchi approach with multiple performance characteristics for burr size minimization in drilling

Taguchi approach with multiple performance characteristics for burr size minimization in drilling Journal of Scientific & Industrial Research Vol. 65 December 006, pp. 977-98 aguchi approach with multiple performance characteristics for burr size minimization in drilling V N Gaitonde, *, S R Karnik,

More information

Surface Roughness Prediction of Al2014t4 by Responsive Surface Methodology

Surface Roughness Prediction of Al2014t4 by Responsive Surface Methodology IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 02 July 2015 ISSN (online): 2349-6010 Surface Roughness Prediction of Al2014t4 by Responsive Surface Methodology

More information

Artificial Bee Colony Based Load Balancing in Cloud Computing

Artificial Bee Colony Based Load Balancing in Cloud Computing I J C T A, 9(17) 2016, pp. 8593-8598 International Science Press Artificial Bee Colony Based Load Balancing in Cloud Computing Jay Ghiya *, Mayur Date * and N. Jeyanthi * ABSTRACT Planning of jobs in cloud

More information

OPTIMIZATION OF MACHINING PARAMETERS IN HIGH SPEED END MILLING OF AL-SiC USING GRAVIATIONAL SEARCH ALGORITHM

OPTIMIZATION OF MACHINING PARAMETERS IN HIGH SPEED END MILLING OF AL-SiC USING GRAVIATIONAL SEARCH ALGORITHM OPTIMIZATION OF MACHINING PARAMETERS IN HIGH SPEED END MILLING OF AL-SiC USING GRAVIATIONAL SEARCH ALGORITHM ABSTRACT Vikas Pare 1, Geeta Agnihotri 2, C.M. Krishna 3 Department of Mechanical Engineering,

More information

OPTIMIZATION OF WEDM PARAMETERS USING TAGUCHI METHOD AND FUZZY LOGIC TECHNIQUE FOR AL-6351 DEEPAK BHARDWAJ & ANKIT SAXENA

OPTIMIZATION OF WEDM PARAMETERS USING TAGUCHI METHOD AND FUZZY LOGIC TECHNIQUE FOR AL-6351 DEEPAK BHARDWAJ & ANKIT SAXENA International Journal of Mechanical and Production Engineering Research and Development (IJMPERD) ISSN(P): 2249-6890; ISSN(E): 2249-8001 Vol. 8, Issue 1 Feb 2018, 723-732 TJPRC Pvt. Ltd. OPTIMIZATION OF

More information

EXPERIMENTAL VALIDATION OF TURNING PROCESS USING 3D FINITE ELEMENT SIMULATIONS

EXPERIMENTAL VALIDATION OF TURNING PROCESS USING 3D FINITE ELEMENT SIMULATIONS CHAPTER-5 EXPERIMENTAL VALIDATION OF TURNING PROCESS USING 3D FINITE ELEMENT SIMULATIONS This chapter presents the three-dimensional (3D) finite element analysis (FEA) to calculate the workpiece tool wear

More information

Experimental Analysis and Optimization of Cutting Parameters for the Surface Roughness in the Facing Operation of PMMA Material

Experimental Analysis and Optimization of Cutting Parameters for the Surface Roughness in the Facing Operation of PMMA Material IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) e-issn: 2278-1684,p-ISSN: 2320-334X PP. 52-60 www.iosrjournals.org Experimental Analysis and Optimization of Cutting Parameters for the Surface

More information