ARTIFICIAL NEURAL NETWORK MODELING AND OPTIMIZATION IN HONING PROCESS

Size: px
Start display at page:

Download "ARTIFICIAL NEURAL NETWORK MODELING AND OPTIMIZATION IN HONING PROCESS"

Transcription

1 International Journal of Computer Engineering & Technology (IJCET) Volume 7, Issue 3, May-June 2016, pp , Article ID: IJCET_07_03_006 Available online at Journal Impact Factor (2016): (Calculated by GISI) ISSN Print: and ISSN Online: IAEME Publication ARTIFICIAL NEURAL NETWORK MODELING AND OPTIMIZATION IN HONING PROCESS Benu Singh Research Scholar, Department of Computer Application, B B Das University, Lucknow, India Sunita Bansal Professor, Department of Computer Application, B B Das University, Lucknow, India Puneet Mishra Professor, Department of Computer Science, Lucknow University, Lucknow, India ABSTRACT Determination of process parameters and maximum utility of the resources are the two main concerns while designing the manufacturing process for the products. The process parameters affect the final product shape and aesthetic look; whereas the utility refers to the output. The present study is devoted to the development of ANN models for the analysis of the honing process applied to an actual industrial component, namely the connecting rod of a motor bike. The surface quality of the honed components is measured with the help of a Talysurf Intra machine. Traditionally accepted measure of surface roughness is Center Line Average (R a ) and therefore the same has been adopted for the present study. Six process parameters, namely grit size, coolant temperature, honing speed, honing feed, honing time and operator experience are considered as the input variables. In general, honing experiment is time consuming and expensive, especially when carried out in an industrial setting. Fractional factorial design is, therefore, used to minimize the number of experimental observations. The relationship between the inputs and outputs of the honing process is determined with the help of ANNs. The ANN models developed during the present investigation have a three layer structure, namely one input layer, one output layer and one hidden layer. The developed model is used to study the effect of the process parameter on R a values. Key words: Surface Roughness, Honing, Artificial Neural Network, and Optimization 67 editor@iaeme.com

2 Benu Singh, Sunita Bansal and Puneet Mishra Cite this Article: Benu Singh, Sunita Bansal and Puneet Mishra, Artificial Neural Network Modeling and Optimization In Honing Process, International Journal of Computer Engineering and Technology, 7(3), 2016, pp INTRODUCTION Surface roughness plays an important and valuable role in the practical and theoretical applications of a manufactured component. It is widely used as an index of product quality and is in most cases a technical requirement for mechanical products. [20] This is an important design consideration as it impacts many part characteristics such as fatigue strength, assembly tolerances, coefficient of friction, wear rate, corrosion resistance and aesthetics. [7] Roughness of the machined surface is important while planning for the machining operation such as turning, milling and honing etc. Production process parameters selected for the machining of a part influence the surface roughness and reliability of components. [19] Honing is an important fine finishing operation, often used for internal cylindrical surfaces such as gun barrels, hydraulic cylinders, bearings and engine cylinder bores. [1] Excess material is removed by means of slow moving abrasive sticks pressed against the surface to be machined. Two kinds of motion, namely rotational and reciprocating, are imparted by the honing machine to the hone (or honing tool) carrying the abrasive sticks. Although honing can be used on flat and external cylindrical surfaces too, it is predominantly used for finishing internal cylindrical surfaces (holes). Guide pads on the hone allow proper alignment (or float) of the abrasive sticks with the axis of the cylindrical hole. Size of workpiece determines the thickness of the hone. Larger the size, greater is the number of sticks. The usual length of the abrasive sticks is about one-half of the workpiece length. The stroke length during reciprocation is such that the abrasive sticks protrude one-fourth to onethird of their length on either side of the hole. This is done to ensure uniform wear of the abrasive sticks. The honing tool has an inbuilt mechanism to expand the honing sticks radially outwards and impart to them the needed radial in-feed. When the honing of the piece is completed, the honing sticks are retracted radially inward and the hone is withdrawn from the workpiece. 2. LITERATURE REVIEW The aim of a neural network is to learn from events that have happened during experiments and to be able to apply this to future situations or for new independent data. Experimental studies in neurophysiology show that the response of a biological neuron is random and it is possible to obtain predictable results only by averaging many observations. [22]. The development of neural networks began with the pioneering work of McCulloch and Pitts. [17] The physiological learning rule for synaptic modification was proposed for showing the connectivity of the brain with the continually changing as an organism learns differing functional tasks. [10] The first so-called self-organising maps using competitive learning was developed by Kohonen in 1972 and were capable of reproducing important aspects of the structure of biological neural networks. [13] Later, the idea of an energy function to formulate a new way of understanding computations performed by recurrent networks with symmetric synaptic connections was used. [11] Also, the development of a back propagation algorithm was reported in [24] 68 editor@iaeme.com

3 Artificial Neural Network Modeling and Optimization In Honing Process Manufacturing process parameter modelling and optimization is one of the advanced issues in the present environment. The process parameters if modeled well, resulting in low tool wear, improved tool shelf life and better surface asperities etc. The process parameters like feed rate, production quantity, workpiece hardness, cutting tool point angle, spindle speed and depth of cut etc are the affecting parameter of surface roughness. [9] The new methods to predict the surface roughness of the workpiece material during the manufacturing process are developed time to time by the researchers. [27] The machining forces, tool-wear relationship, effect of cutting conditions and tool geometry were analyzed earlier during the manufacturing process by regression analysis. [2, 14, 15, 23, 26] The series of experiments were conducted to determine the affects of these parameters on surface roughness [18] However, it is not easy to design the process parameter for complex shaped products involving a number of factors that are not linearly related. Still, this method has been widely used in manufacturing situation when there is a single output parameter of interest, and the correlations with the input variables are not so complex. [25] 3. PROBLEM FORMULATION Honing involves complex physical phenomena, including shearing, ploughing, heat transfer and lubrication. A variety of input variables such as physical and mechanical properties of workpiece and abrasive grits, feed, speed, coolant temperature and manmachine interaction affect the process. Exact mathematical analysis of the honing process is not available in literature. Therefore, process planners have traditionally resorted to hand book knowledge/experience or rules of thumb for designing the process. As literature depicted that CLA values corresponding to various input variables has the influence on the surface quality in the honing process. [16] In the present environment, several computer application software are available for modeling and optimization in real life problem. These software s help in selecting the appropriate significant parameters to obtain the required product quality, also they enhance the manufacturing system performance. Artificial Neural Network Model is versatile to design and optimize the process parameters. Further, the threefold cross over approach is helpful to design the test datasets based on the results of the experiment. Each network is trained, validated and tested with the help of these datasets. 4. METHODOLOGY The practitioners already have used regression analysis, genetic algorithms, expert systems or artificial neural networks (ANN) for analyzing the process. [4, 8] In particular, ANNs offer a new and intelligent alternative for relating the input variables of the honing process to its output parameters. An ANN has the capability to learn or to be trained about the honing process on account of its robustness, its ability to incorporate non-linear dependencies between the input and output variables and its power of generalization. [21] Artificial neural network seems to be more robust because it exhibits the highest level of integration with computers. In contrast with other methods, ANN can manage noisy or incomplete data with ease. The neural networks possess the ability to learn from a set of data without the need for a full specification of the decision model; they are believed to automatically provide any needed data transformations. There is no need to explicitly formulate the problem, the solution algorithm or to write code and information processing is distributed over the neurons which operate in parallel. In the present work, the back propagation artificial 69 editor@iaeme.com

4 Benu Singh, Sunita Bansal and Puneet Mishra neural network models is used to simulate the honing process and establish cause and affect relationships between various input factors and output characteristics. For the selected models the difference between observed and predicted values of the response variable is checked to be within the specified tolerance limit. The R 2 (a common statistic in ANN applications) is equal to one minus ratio of the sum of squares of estimated errors (i.e. the deviation between predicted and actual value of the dependent variable) to the sum of squared deviations about the mean of the dependent variable. It is a measure of the total variation of the dependent variable. Where y i indicates the observed response, and t i indicates target or predicted response Experimental Study Connecting rod (Shown in Figure 1) of an internal combustion engine is subjected to high rate cyclic loading. High accuracy and tight tolerances of cylindrical holes in the connecting rod of an automobile are ever more demanding requirements. Close tolerances and fits to mating components, namely the crankshaft on one end and piston head on the other, are specified for the sake of component reliability. Figure 1 Geometry of connecting rod The connecting rod is manufactured by the powder metallurgy technology, forging, and sometimes even casting. The powder forged (PF) rod is fabricated by consolidating metal powders into a form, sintering the form and machining to final dimensions. The forged connecting rod is fabricated by starting with a wrought steel billet, followed by forging and machining to the required dimensions. The quality of the bore surface of a connecting rod influences oil consumption, noxious emissions, and running performance. Inner surfaces of the big end bore and small end bore of a connecting rod are finished by rough honing followed by finish honing. In the present investigation, the honing experiments were conducted on connecting rods used in the Yamaha motorcycles. SCM 420H steel is used as the material of construction of the 70 editor@iaeme.com

5 Artificial Neural Network Modeling and Optimization In Honing Process connecting rods. The chemical composition of the connecting rod material is given in Table 1, standard values in Table 2 and the level of the process variable is given in Table 3. Table 1 Chemical composition of material of the connecting rod Ingredient C Si Mn S P Cr Mo Composition Table 2 Standard values for contact pressure Abrasive material Rough honing (N/cm2) Finish honing (N/cm2) Ceramic honing stones Plastic bonded honing stones Diamond honing edges Boron nitride honing ledges Table 3 Levels of the variables Grit size Temperature Speed Feed Time Operator Skill Number 0 C rpm µm Second Years Model Development In the present study, six input factors relevant to the chosen honing process have been considered. It was decided to adopt a 2-level approach for varying each factor in order during a given set of observations. The most intuitive scheme to study these factors and how they affect the responses would be to vary the factors of interest in a 2 k full factorial design, i.e. to try all possible combinations. [5] To generate this design, 2 4 design in the factors P 1, P 2, P 3, P 4, and then added two columns for P 5 and P 6. In this, P 1, P 2, P 3, P 4, P 5 and P 6 represent the six input variables taken for experiments. To find the two new columns select the two design generators I = P 2 P 3 P 4 P 6 and I= P 1 P 2 P 3 P 5. Thus column P 5 would be found from P 5 = P 1 P 2 P 3 and column P 6 would be 71 editor@iaeme.com

6 Benu Singh, Sunita Bansal and Puneet Mishra P 6 = P 2 P 3 P 4 (Table 4). Therefore columns P 1 P 2 P 3 P 5 and P 2 P 3 P 4 P 6 are equal to identity column. Table fractional factorial design of Experiment Ex. No. Grit Size Temperature Speed Feed Time Operator P 1 P2 P3 P4 P5 Skills P Two levels of each parameter were taken for the model construction and model validation experiments. Five (05) different set of experiments (readings) was conducted, with each set comprising of 16 experiments. Table 5 Factors and levels for various set of readings Factors Set Levels P1 P2 P3 P4 P5 P 6 No. ºC Rpm µm Sec. Years 1 st High Level (+) Low Level (-) nd High Level (+) Low Level (-) rd High Level (+) Low Level (-) th High Level (+) Low Level (-) th High Level (+) Low Level (-) editor@iaeme.com

7 Artificial Neural Network Modeling and Optimization In Honing Process The present paper describes the development and application of a artificial neural network model for the prediction of surface roughness in a honing process. The proposed ANNs have a 3-layer architecture, comprising of 6 neurons in the input layer, optimized number of neurons h in the hidden layer and a single neuron in the output layer shown in Fig. 2. Figure 2 Schematic diagram for the Single Output Type Neural Network Graphs are plotted to illustrate the comparisons of ANN predictions with the experimental observations for both trained and validated data corresponding to the above models. Fig.3 and 4 show the graphical plot for the R 2 value and the slope of ANN predictions of R a training and validation datasets respectively for the Model-1S. Similarly, figure 5 & 6 shows the graphical plot for Model-2S, and figure 7 & 8 shows the graphical plot for Models 3S. Figure 3 Predictions against Observations of R a for Model-1S (Training dataset) 73 editor@iaeme.com

8 Benu Singh, Sunita Bansal and Puneet Mishra Figure 4 Predictions against Observations of R a for Model-1S (Validation dataset) Figure 5 Predictions against Observations of R a for Models-2S (Training dataset) Figure 6 Predictions against Observations of R a for Models-2S (Validation dataset) 74 editor@iaeme.com

9 Artificial Neural Network Modeling and Optimization In Honing Process Figure 7 Predictions against Observations of Ra for Models-3S (Training dataset) Figure 8 Predictions against Observations of Ra for Models-3S (Validation dataset) The correlation coefficients of the training and validation data of R a component of surface roughness is measured for all the three models the values of R 2 show a good correlation for both training and validation data. 5. RESULTS AND CONCLUSIONS The performance of a connecting rod can be expressed in terms of R a surface roughness parameter. The present work is based on modeling of the honing process carried out on a precision automobile component, namely the big end bore of a connecting rod. The component is designed to be a load bearing and wear resistant, to offer low friction and possess long life. The proposed models relate the input parameters of the honing process to R a values. The control of the surface roughness parameter leads to achieve functional requirements like reduction of wear, improvement of oil efficiency and improved life of the component. Further, the graph between observed and predicted values shows the R 2 and the linear relationship. The R 2 value plotted in graph reflects the amount of noise in the 75 editor@iaeme.com

10 Benu Singh, Sunita Bansal and Puneet Mishra data. The lower value of R 2 indicates that important and systematic factors have been omitted from the model and the model is inadequate. REFERENCES [1] Armergo, E.J.A. and Brown, R.H. (1969), The machining of metals, Prentice- Hall Inc., Englewood Cliffs, New Jersey, pp370. [2] Arora, P.K. (2008), Statistical modelling of surface roughness in turning process, M.Tech. Dissertation, Department of Mechanical Engineering, CITM, MD University, Rohtak, Haryana, India. [3] ASME, (1996), Surface Texture (Surface roughness, Waviness, and Lay): An American Standard, ASME B (Revision of ANSI/ASME B ), and ASME Press, New York. [4] Bernados, P.G. and Vosniako, G.C. (2002), Predicting surface roughness in CNC face milling using neural networks and Taguchi s design of experiments, Robotics and Computer Integrated Manufacturing, 18, pp [5] Box, G.E.P, Hunter, W.G., and Hunter, J.S. (1978), Statistics for experimenter: An Introduction to design, data analysis, and model building, New York, John Wiley and Sons. [6] Dabnun, M.A., Hashmi, M.S.J. and El-Baradie, M.A. (2005), Surface roughness prediction model by design of experiments for turning machinable glass ceramic (Macor), Journal of Materials Processing and Technology, 164(65), pp [7] Feng, C-X. and Wang, X. (2002), Surface roughness predictive modeling Neural Networks vs. regression, IIE Transactions,.35, pp [8] Feng, C-X. (2001), Experimental study of the effect of turning parameters on surface roughness, Proceedings of 2001 Industrial Engineering Research Conference, Institute of Industrial Engineers, Norcross, GA, Paper [9] Hebb, D.O. (1949), The organization of behavior, Wiley, New York. [10] Hopfield, J.J. (1982), Neural network and physical system with emergent collective computational capabilities, In proceedings of national academy of science (USA), 79, pp [11] Kohonen, T. (1972), Correlation matrix memories, IEEE Transactions on Computers, 21, pp [12] Lin, S.C. and Chang, M.F. (1998), A study on the effects of vibrations on the surface finish using a surface topography simulation model for turning, International Journal of Machine Tools and Manufacture, 38, pp [13] Lin, J.T, Bhattacharya, D. and Kecman, V. (2003), Multiple regression and neural networks analyses in composite machining, Journal of Composite Science and Technology, 63, pp [14] Malburg, M.C., Raja, J. (1993), Characterization of surface texture generated by plateau honing process, CIRP Annals, 42 (1), pp [15] McCulloch, W. and Pitts, W. (1943), A logical calculus of the ideas imminent in nervous activity, Bulletin of Mathematical Biophysics,.5, pp [16] Munoz-Escalona, P and Cassier, Z. (1998), Influence of the critical cutting speed on the surface finish of turned steel, Wear,.218, pp [17] Ogodorov, V.A. (2008), Identification of honing processes, Russian Engineering Research, 28, pp editor@iaeme.com

11 Artificial Neural Network Modeling and Optimization In Honing Process [18] Ozcelik, B. and Bayramouglu, M. (2005), The statistical modeling of surface roughness in high speed flat end milling, International Journal of Machine Tools and Manufacture, 46, pp [19] Ozel, T. and Nadgir, A. (2002), Prediction of flank wears by using back propagation neural network modeling when cutting hardened H-13 steel with chamfered and honed CBN tools, International Journals of Machine Tools and Manufacture, 42, pp [20] Patrikar, R.M., Ramanathan, K., and Zhuang, W. (2002), Surface roughness modeling with Neural Networks, Proceedings of 9 th International Conference on Neural Information Processing, 4, pp [21] Rangwala, S.S. and Dornfeld D.A. (1989), Learning and optimization of machining operations using computing abilities of neural networks, IEEE Trans Systems, Man Cybernetics, 19, pp [22] Rumelhart, D.E. and McClelland, J. (1986), Parallel distributed processing, MIT Press, Cambridge, Mass. [23] Smith, A.E. and Mason, A.K. (1997), Cost estimation predictive modelling: regression versus neural network, The Engineering Economist, 42(2), pp [24] Wang, M.Y. and Chang, H.Y. (2004), Experimental study of surface roughness in slot end milling, International Journal of Machine Tools and Manufacture,.44, pp [25] Sweety H Meshram, Vinaykeswani and Nileshbodne, Data Filtration and Simulation by Artificial Neural Network, International Journal of Electronics and Communication Engineering & Technology, 5(7), 2014, pp [26] Nikhil Balkrishna Bole and Rohansing R. Kait, Experimental Verification of Honing Process Parameters on Surface Roughness with Form Talysurf 120 Machine In Taper Bearings, International Journal of Mechanical Engineering and Technology, 5(1), 2014, pp [27] Zhou, X. and Xi, F. (2002), Modeling and predicting surface roughness of the grinding process, International Journal of Machine Tools and Manufacture, 46, pp editor@iaeme.com

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

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

[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

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

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

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 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

CHAPTER 7 MASS LOSS PREDICTION USING ARTIFICIAL NEURAL NETWORK (ANN)

CHAPTER 7 MASS LOSS PREDICTION USING ARTIFICIAL NEURAL NETWORK (ANN) 128 CHAPTER 7 MASS LOSS PREDICTION USING ARTIFICIAL NEURAL NETWORK (ANN) Various mathematical techniques like regression analysis and software tools have helped to develop a model using equation, which

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

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

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

INTERNATIONAL JOURNAL OF MECHANICAL ENGINEERING AND TECHNOLOGY (IJMET)

INTERNATIONAL JOURNAL OF MECHANICAL ENGINEERING AND TECHNOLOGY (IJMET) INTERNATIONAL JOURNAL OF MECHANICAL ENGINEERING AND TECHNOLOGY (IJMET) International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 ISSN 0976 6340 (Print) ISSN 0976 6359 (Online) Volume

More information

RESEARCH ABOUT ROUGHNESS FOR MATING MEMBERS OF A CYLINDRICAL FINE FIT AFTER TURNING WITH SMALL CUTTING FEEDS

RESEARCH ABOUT ROUGHNESS FOR MATING MEMBERS OF A CYLINDRICAL FINE FIT AFTER TURNING WITH SMALL CUTTING FEEDS International Conference on Economic Engineering and Manufacturing Systems Braşov, 26 27 November 2009 RESEARCH ABOUT ROUGHNESS FOR MATING MEMBERS OF A CYLINDRICAL FINE FIT AFTER TURNING WITH SMALL CUTTING

More information

OPTIMIZING GRINDING PARAMETERS FOR SURFACE ROUGHNESS WHEN GRINDING TABLET BY CBN GRINDING WHEEL ON CNC MILLING MACHINE

OPTIMIZING GRINDING PARAMETERS FOR SURFACE ROUGHNESS WHEN GRINDING TABLET BY CBN GRINDING WHEEL ON CNC MILLING MACHINE International Journal of Mechanical Engineering and Technology (IJMET) Volume 10, Issue 01, January 2019, pp. 1112 1119, Article ID: IJMET_10_01_114 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=10&itype=1

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

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

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

APPLICATION OF ARTIFICIAL NEURAL NETWORK FOR MODELING SURFACE ROUGHNESS IN CENTERLESS GRINDING OPERATION

APPLICATION OF ARTIFICIAL NEURAL NETWORK FOR MODELING SURFACE ROUGHNESS IN CENTERLESS GRINDING OPERATION 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 APPLICATION OF ARTIFICIAL NEURAL NETWORK

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

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

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

An Investigation of Effect of Dressing Parameters for Minimum Surface Roughness using CNC Cylindrical Grinding Machine. Dadaso D.

An Investigation of Effect of Dressing Parameters for Minimum Surface Roughness using CNC Cylindrical Grinding Machine. Dadaso D. An Investigation of Effect of Dressing Parameters for Minimum Surface Roughness using CNC Cylindrical Grinding Machine Dadaso D. Mohite 1, PG Scholar, Pune University, NBN Sinhgad School of Engineering,

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

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

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

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

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

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

International Research Journal of Engineering and Technology (IRJET) e-issn: Volume: 02 Issue: 05 Aug p-issn:

International Research Journal of Engineering and Technology (IRJET) e-issn: Volume: 02 Issue: 05 Aug p-issn: Investigation of the Effect of Machining Parameters on Surface Roughness and Power Consumption during the Machining of AISI 304 Stainless Steel by DOE Approach Sourabh Waychal 1, Anand V. Kulkarni 2 1

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 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

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

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

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

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

NUMERICAL SIMULATION OF GRINDING FORCES BY SIMULINK

NUMERICAL SIMULATION OF GRINDING FORCES BY SIMULINK Int. J. Mech. Eng. & Rob. Res. 14 Rahul S and Nadeera M, 14 Research Paper ISSN 2278 0149 www.ijmerr.com Vol. 3, No. 4, October, 14 14 IJMERR. All Rights Reserved NUMERICAL SIMULATION OF GRINDING FORCES

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

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

DATA MINING APPLICATION USING DECISION TREE AND ANN FOR PREDICTING SURFACE ROUGHNESS OF END MILLING MANUFACTURING PROCESS

DATA MINING APPLICATION USING DECISION TREE AND ANN FOR PREDICTING SURFACE ROUGHNESS OF END MILLING MANUFACTURING PROCESS International Journal of Computer Science Engineering and Information Technology Research (IJCSEITR) Vol.1, Issue 2 Dec 2011 61-68 TJPRC Pvt. Ltd., DATA MINING APPLICATION USING DECISION TREE AND ANN FOR

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

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

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

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

Die Wear Profile Investigation in Hot Forging

Die Wear Profile Investigation in Hot Forging Die Wear Profile Investigation in Hot Forging F. R. Biglari, M Zamani Abstract In this study, the wear profile on the die surface during the hot forging operation for an axisymmetric cross-section is examined.

More information

Characterization of Surface Topography with. Abbott Firestone Curve

Characterization of Surface Topography with. Abbott Firestone Curve Contemporary Engineering Sciences, Vol. 11, 2018, no. 68, 3397-3407 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ces.2018.87319 Characterization of Surface Topography with Abbott Firestone Curve

More information

OPTIMIZATION OF MACHINING PARAMETERS FOR FACE MILLING OPERATION IN A VERTICAL CNC MILLING MACHINE USING GENETIC ALGORITHM

OPTIMIZATION OF MACHINING PARAMETERS FOR FACE MILLING OPERATION IN A VERTICAL CNC MILLING MACHINE USING GENETIC ALGORITHM OPTIMIZATION OF MACHINING PARAMETERS FOR FACE MILLING OPERATION IN A VERTICAL CNC MILLING MACHINE USING GENETIC ALGORITHM Milon D. Selvam Research Scholar, Department of Mechanical Engineering, Dr.A.K.Shaik

More information

Optimization of Surface Roughness in cylindrical grinding

Optimization of Surface Roughness in cylindrical grinding Optimization of Surface Roughness in cylindrical grinding Rajani Sharma 1, Promise Mittal 2, Kuldeep Kaushik 3, Pavan Agrawal 4 1Research Scholar, Dept. Of Mechanical Engineering, Vikrant Institute of

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 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

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

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

[Rao* et al., 5(9): September, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116

[Rao* et al., 5(9): September, 2016] ISSN: IC Value: 3.00 Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY MULTI-OBJECTIVE OPTIMIZATION OF MRR, Ra AND Rz USING TOPSIS Ch. Maheswara Rao*, K. Jagadeeswara Rao, K. Laxmana Rao Department

More information

On cutting force coefficient model with respect to tool geometry and tool wear

On cutting force coefficient model with respect to tool geometry and tool wear On cutting force coefficient model with respect to tool geometry and tool wear Petr Kolar 1*, Petr Fojtu 1 and Tony Schmitz 1 Czech Technical University in Prague, esearch Center of Manufacturing Technology,

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

A COUPLED ARTIFICIAL NEURAL NETWORK AND RESPONSE SURFACE METHODOLOGY MODEL FOR THE PREDICTION OF AVERAGE SURFACE ROUGHNESS IN END MILLING OF PREHEATED

A COUPLED ARTIFICIAL NEURAL NETWORK AND RESPONSE SURFACE METHODOLOGY MODEL FOR THE PREDICTION OF AVERAGE SURFACE ROUGHNESS IN END MILLING OF PREHEATED A COUPLED ARTIFICIAL NEURAL NETWORK AND RESPONSE SURFACE METHODOLOGY MODEL FOR THE PREDICTION OF AVERAGE SURFACE ROUGHNESS IN END MILLING OF PREHEATED Ti6Al4V ALLOY Md. Anayet U. PATWARI,, A.K.M. Nurul

More information

Application of Central Composite and Orthogonal Array Designs for Predicting the Cutting Force

Application of Central Composite and Orthogonal Array Designs for Predicting the Cutting Force Application of Central Composite and Orthogonal Array Design... Application of Central Composite and Orthogonal Array Designs for Predicting the Cutting orce Srinivasa Rao G.* 1 and Neelakanteswara Rao

More information

Basic Components & Elements of Surface Topography

Basic Components & Elements of Surface Topography Basic Components & Elements of Surface Topography Skid and Skidless Measuring Equipment Surface Profile Measurement Lengths Sampling Length (l) Assessment (Evaluation) Length (L) Traversing Length Cutoff

More information

EXPERIMENTAL INVESTIGATIONS AND OPTIMIZATION OF JIG GRINDING PROCESS

EXPERIMENTAL INVESTIGATIONS AND OPTIMIZATION OF JIG GRINDING PROCESS IMPACT: International Journal of Research in Engineering &Technology (IMPACT: IJRET) ISSN 2321-8843 Vol. 1, Issue 3, Aug 2013, 65-76 Impact Journals EXPERIMENTAL INVESTIGATIONS AND OPTIMIZATION OF JIG

More information

The Mathematical Modeling and Computer Simulation of Rotating Electrical Discharge Machining

The Mathematical Modeling and Computer Simulation of Rotating Electrical Discharge Machining The Mathematical Modeling and Computer Simulation of Rotating Electrical Discharge Machining J. Kozak, Z. Gulbinowicz Abstract This paper studies the effect of the tool electrode wear on the accuracy of

More information

Optimization of turning parameters for surface roughness

Optimization of turning parameters for surface roughness Optimization of turning parameters for surface roughness DAHBI Samya, EL MOUSSAMI Haj Research Team: Mechanics and Integrated Engineering ENSAM-Meknes, Moulay Ismail University Meknes, Morocco samya.ensam@gmail.com,

More information

Condition Monitoring of CNC Machining Using Adaptive Control

Condition Monitoring of CNC Machining Using Adaptive Control International Journal of Automation and Computing 10(3), June 2013, 202-209 DOI: 10.1007/s11633-013-0713-1 Condition Monitoring of CNC Machining Using Adaptive Control B. Srinivasa Prasad D. Siva Prasad

More information

APPLICATION OF MODELING TOOLS IN MANUFACTURING TO IMPROVE QUALITY AND PRODUCTIVITY WITH CASE STUDY

APPLICATION OF MODELING TOOLS IN MANUFACTURING TO IMPROVE QUALITY AND PRODUCTIVITY WITH CASE STUDY Proceedings in Manufacturing Systems, Volume 7, Issue, ISSN 7- APPLICATION OF MODELING TOOLS IN MANUFACTURING TO IMPROVE QUALITY AND PRODUCTIVITY WITH CASE STUDY Mahesh B. PARAPPAGOUDAR,*, Pandu R. VUNDAVILLI

More information

COMPARISON STUDY OF OPTIMIZATION OF SURFACE ROUGHNESS PARAMETERS IN TURNING EN1A STEEL ON A CNC LATHE WITH COOLANT AND WITHOUT COOLANT

COMPARISON STUDY OF OPTIMIZATION OF SURFACE ROUGHNESS PARAMETERS IN TURNING EN1A STEEL ON A CNC LATHE WITH COOLANT AND WITHOUT COOLANT COMPARISON STUDY OF OPTIMIZATION OF SURFACE ROUGHNESS PARAMETERS IN TURNING EN1A STEEL ON A CNC LATHE WITH COOLANT AND WITHOUT COOLANT Girish Tilak 1 1GirishTilak Assistant Professor, Department of Automobile

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

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

Precision cylindrical face grinding

Precision cylindrical face grinding Precision Engineering 23 (1999) 177 184 Precision cylindrical face grinding Albert J. Shih a, *, Nien L. Lee b a Department of Mechanical and Aerospace Engineering, North Carolina State University, Raleigh,

More information

A Neuro-Genetic Approach for Multi-Objective Optimization of Process Variables in Drilling

A Neuro-Genetic Approach for Multi-Objective Optimization of Process Variables in Drilling gopalax -International Journal of Technology And Engineering System(IJTES): Jan March 2011- Vol2.No1. A Neuro-Genetic Approach for Multi-Objective Optimization of Process Variables in Drilling Jyotiprakash

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

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

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

Optimization of turning parameters for machinability using Taguchi method An experimental investigation

Optimization of turning parameters for machinability using Taguchi method An experimental investigation Optimization of turning parameters for machinability using Taguchi method An experimental investigation N B DoddaPatter* 1, H M Somashekar 1, Dr. N. Lakshmana swamy 2, Dr. Y.Vijayakumar 3 1 Research Scholar,

More information

OPTIMIZATION OF MACHINING PARAMETERS FROM MINIMUM SURFACE ROUGHNESS IN TURNING OF AISI STEEL

OPTIMIZATION OF MACHINING PARAMETERS FROM MINIMUM SURFACE ROUGHNESS IN TURNING OF AISI STEEL OPTIMIZATION OF MACHINING PARAMETERS FROM MINIMUM SURFACE ROUGHNESS IN TURNING OF AISI 200 STEEL MOHAMMED IRFAAN, 2 BHUVNESH BHARDWAJ Lecturer, Department of Mechanical Engineering, Adigrat University,

More information

BALKANTRIB O5 5 th INTERNATIONAL CONFERENCE ON TRIBOLOGY JUNE Kragujevac, Serbia and Montenegro

BALKANTRIB O5 5 th INTERNATIONAL CONFERENCE ON TRIBOLOGY JUNE Kragujevac, Serbia and Montenegro BALKANTRIB O5 5 th INTERNATIONAL CONFERENCE ON TRIBOLOGY JUNE.15-18. 25 Kragujevac, Serbia and Montenegro ANOTHER APPROACH OF SURFACE TEXTURE IN TURNING USING MOTIF AND Rk PARAMETERS G. Petropoulos*, A.

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

Quality Improvement in the Multi-response Problem by Using Clustering Characteristic

Quality Improvement in the Multi-response Problem by Using Clustering Characteristic Proceedings of the 2007 WSEAS International Conference on Computer Engineering and Applications, Gold Coast, Australia, January 17-19, 2007 325 Quality Improvement in the Multi-response Problem by Using

More information

OPTIMISATION OF PIN FIN HEAT SINK USING TAGUCHI METHOD

OPTIMISATION OF PIN FIN HEAT SINK USING TAGUCHI METHOD CHAPTER - 5 OPTIMISATION OF PIN FIN HEAT SINK USING TAGUCHI METHOD The ever-increasing demand to lower the production costs due to increased competition has prompted engineers to look for rigorous methods

More information

Surface roughness prediction during grinding: A Comparison of ANN and RBFNN models

Surface roughness prediction during grinding: A Comparison of ANN and RBFNN models Surface roughness prediction during grinding: A Comparison of ANN and RBFNN models NIKOLAOS E. KARKALOS Section of Manufacturing Technology, School of Mechanical Engineering National Technical University

More information

TRIBOMETERS MICRO-MACRO TRIBOLOGY TESTING

TRIBOMETERS MICRO-MACRO TRIBOLOGY TESTING TRIBOMETERS MICRO-MACRO TRIBOLOGY TESTING The Tribometer provides highly accurate and repeatable wear friction testing in rotative and linear modes compliant to ISO and ASTM standards. Designed, at the

More information

Pradeep Kumar J, Giriprasad C R

Pradeep Kumar J, Giriprasad C R ISSN: 78 7798 Investigation on Application of Fuzzy logic Concept for Evaluation of Electric Discharge Machining Characteristics While Machining Aluminium Silicon Carbide Composite Pradeep Kumar J, Giriprasad

More information

ANALYSIS AND OPTIMIZATION OF CONNECTING ROD BY FEA

ANALYSIS AND OPTIMIZATION OF CONNECTING ROD BY FEA ANALYSIS AND OPTIMIZATION OF CONNECTING ROD BY FEA 1 Mr.Ajit Lonkar 1 M-Tech Student dept CAD/CAM 1 Narayana Technical Campus, Telangana, India[Affiliated to JNTU, Approved by AICTE] ABSTRACT: The automobile

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

TURNING PARAMETER OPTIMIZATION FOR SURFACE ROUGHNESS OF ASTM A242 TYPE-1 ALLOYS STEEL BY TAGUCHI METHOD

TURNING PARAMETER OPTIMIZATION FOR SURFACE ROUGHNESS OF ASTM A242 TYPE-1 ALLOYS STEEL BY TAGUCHI METHOD TURNING PARAMETER OPTIMIZATION FOR SURFACE ROUGHNESS OF ASTM A242 TYPE-1 ALLOYS STEEL BY TAGUCHI METHOD Jitendra Verma 1, Pankaj Agrawal 2, Lokesh Bajpai 3 1 Department of Mechanical Engineering, Samrat

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

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

Index Terms Design of Experiment, Material Removal, Contact Wheels, Robotic Finishing, Surface Roughness.

Index Terms Design of Experiment, Material Removal, Contact Wheels, Robotic Finishing, Surface Roughness. Assessment of Factors in Material Removal by Abrasion using Compliant Contact Wheel with Design of Experiment Method Z. Halil, T. Chow, Y. Sun, S.H.Yeo and A. Wee Abstract Surface finishing, normally the

More information

DESIGN OF EXPERIMENTS AND RESPONSE SURFACE METHOD IN CONTEXT TO GRINDING PROCESS

DESIGN OF EXPERIMENTS AND RESPONSE SURFACE METHOD IN CONTEXT TO GRINDING PROCESS DESIGN OF EXPERIMENTS AND RESPONSE SURFACE METHOD IN CONTEXT TO GRINDING PROCESS 1 Prof R. G. Jivani, 2 Prof Dr. P. M. George, 3 Prof. B. S. Patel Asso. Professor 1,2,3, B. V. M. Engg. College, V. V. Nagar,

More information

Manufacturing capability of the robotic complex machining edge details

Manufacturing capability of the robotic complex machining edge details Manufacturing capability of the robotic complex machining edge details Alena Ivanova 1, Alexander Belomestnyh 2, Evgeniy Semenov 3, Boris Ponomarev 4 1 Research laboratory of high-productivity machinery,

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

Prediction of surface roughness of turned surfaces using neural networks

Prediction of surface roughness of turned surfaces using neural networks Int J Adv Manuf Technol (2006) 28: 688 693 DOI 10.1007/s00170-004-2429-4 ORIGINAL ARTICLE Z.W. Zhong L.P. Khoo S.T. Han Prediction of surface roughness of turned surfaces using neural networks Received:

More information

FINITE ELEMENT MODELLING AND ANALYSIS OF WORKPIECE-FIXTURE SYSTEM

FINITE ELEMENT MODELLING AND ANALYSIS OF WORKPIECE-FIXTURE SYSTEM FINITE ELEMENT MODELLING AND ANALYSIS OF WORKPIECE-FIXTURE SYSTEM N. M. KUMBHAR, G. S. PATIL, S. S. MOHITE & M. A. SUTAR Dept. of Mechanical Engineering, Govt. College of Engineering, Karad, Dist- Satara,

More information

Experimental Study and Parameter Optimization of Turning Operation of Aluminium Alloy-2014

Experimental Study and Parameter Optimization of Turning Operation of Aluminium Alloy-2014 Experimental Study and Parameter Optimization of Turning Operation of Aluminium Alloy-2014 Arjun Pridhvijit 1, Dr. Binu C Yeldose 2 1PG Scholar, Department of Mechanical Engineering, MA college of Engineering

More information

Umesh C K Department of Mechanical Engineering University Visvesvaraya College of Engineering Bangalore

Umesh C K Department of Mechanical Engineering University Visvesvaraya College of Engineering Bangalore Analysis And Prediction Of Feed Force, Tangential Force, Surface Roughness And Flank Wear In Turning With Uncoated Carbide Cutting Tool Using Both Taguchi And Grey Based Taguchi Method Manjunatha R Department

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

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

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

APPLICATION OF CNC MILLING IN MANUFACTURING TURBINE BLADES

APPLICATION OF CNC MILLING IN MANUFACTURING TURBINE BLADES International Journal of Civil Engineering and Technology (IJCIET) Volume 8, Issue 5, May 2017, pp. 801 808, Article ID: IJCIET_08_05_089 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=8&itype=5

More information

Analysis of Surface Roughness for Cylindrical Stainless Steel Pipe (Ss 3163) In CNC Lathe Turning Process Using ANN Method

Analysis of Surface Roughness for Cylindrical Stainless Steel Pipe (Ss 3163) In CNC Lathe Turning Process Using ANN Method Analysis of Surface Roughness for Cylindrical Stainless Steel Pipe (Ss 3163) In CNC Lathe Turning Process Using ANN Method Arvind Singh Tomar 1, Rohit Pandey 2 1,2 Assistant Professor, Mechanical & Automation

More information

INTELLIGENT PROCESS SELECTION FOR NTM - A NEURAL NETWORK APPROACH

INTELLIGENT PROCESS SELECTION FOR NTM - A NEURAL NETWORK APPROACH International Journal of Industrial Engineering Research and Development (IJIERD), ISSN 0976 6979(Print), ISSN 0976 6987(Online) Volume 1, Number 1, July - Aug (2010), pp. 87-96 IAEME, http://www.iaeme.com/iierd.html

More information

SURFACE TEXTURE PARAMETERS FOR FLAT GRINDED SURFACES

SURFACE TEXTURE PARAMETERS FOR FLAT GRINDED SURFACES ENGINEERING FOR RURAL DEVELOPMENT Jelgava, 20.2.05.2015. SURFACE TEXTURE PARAMETERS FOR FLAT GRINDED SURFACES Natalija Bulaha, Janis Rudzitis Riga Technical University, Latvia natalija.bulaha@rtu.lv, janis.rudzitis_1@rtu.lv

More information