You are on page 1of 5

2019 5th International Conference on Control, Automation and Robotics

Automated Machine Tool Prognostics for Turning Operation using Acoustic


Emission and Learning Vector Quantization

1
M. Arslan, 2K. Kamal, 3M. Fahad, 4Senthan Mathavan, 5M. A Khan
1,2,5
National University of Sciences and Technology, Islamabad, Pakistan
3
University of Management and Technology, Pakistan
4
Nottingham Trent University, UK
e-mail: muhammad.arslan86@mts.ceme.edu.pk, khurram.kamal@pnec.nust.edu.pk, engr.fahad.air@gmail.com,
s.mathavan@ieee.org, makhan267@gmail.com

Abstract—Computer Numeric Control (CNC) machines are Machine tool condition (health) monitoring is one of the
vital need of every manufacturing industry from small to large primary machine condition monitoring procedure as the tool
scale. Machine breakdown time or bad machining costs directly interacts with the work-piece. Severely degraded or
significantly with respect to time, quality and possible human damaged tool will adversely affect the work-piece finishing
labor injury that can be avoided by devising automated quality and can cause severe damage to the operator. Online
machine and tool condition monitoring systems to adapt tool health monitoring will not only reduce the
automated preventive maintenance. This research is envisioned manufacturing process cost, time and injury hazards but will
to device online tool condition monitoring system for CNC also enable to statistically access the particular tool material
machine using airborne acoustic emission; a cheap yet highly
performance for the specific operation.
accurate tool state prognostic scheme. Learning Vector
Quantization (LVQ) neural network is trained on seven II. LITERATURE REVIEW
statistical features for two different types of machining
materials (Aluminum and Mild Steel) with Carbide tool tip. Tool condition monitoring (TCM) can be divided into
Training accuracies of 95.33% and 94.33% are achieved with two major sorts as per sensor mounting methods, stated as,
the proposed design for the two trails. The experimentation structural borne and airborne techniques. Structural-borne
delivered promising industrial oriented performance scores techniques use machining in-process induced signals, for
with an efficient applicability. instance, vibration, temperature, cutting force, motor current
signals and structural-borne acoustic emissions. Vibration
Keywords-CNC machine; LVQ; airborne AE; new tool; used signals are mainly acquired by mounting accelerometer
tool; worn-out tool closer to either the tool or the work-piece. Sevilla et.al [2]
and [3] acquired vibration signals during CNC milling
I. INTRODUCTION
process whereas, [4] acquired vibration signals during CNC
One of the key drivers of advanced manufacturing turning operation for TCM. In the common observation
industries are Computer Numeric Control (CNC) machines. greater the tool wear is, greater will be the vibration signal
CNC machines are well known industrial equipment with the amplitude. Acquiring signals through this method is
benefits of being accurate, faster and robust than the human relatively cheaper, but could get affected by idle machine
labor. According to Grand View Research, by 2025, the vibrations while the placement of the sensor and machine
market share of CNC machine manufacturing industry will cutting lubrication highly affects the vibration signal
be around 100.9 billion USD with compound annual growth propagation [5]. Similarly, [6] and [7] used cutting force
rate (CAGR) of 6.8% [1]. Automotive, power, textile and signal to classify tool condition for CNC turning operation
many other industries have opted to use lathe, milling, laser, while, [8] used cutting force for TCM in CNC milling
grinding, welding, winding and other CNC machines for operations. Generally, dynamometer is used to acquire
required processes. Due to high-end and extensive machining cutting force while the signal’s intensity gradually increases
processes, these machines require proper monitoring and as the tool degrades. Cutting force based TCM systems are
maintenance. Negligence in the scheduled maintenance can fairly accurate for fine-tiped tools, whereas, milling process
cause fatal damages to the machine parts or its operator, could get affected by sensor deployment itself [9] and
leading to breakdown maintenance. Both the breakdown industrial grade dynamometers are expensive TCM solutions
maintenance and offline (scheduled) maintenance requires [10]. With the increase in cutting force the CNC motor
machine downtime that penalizes in the form of increased power requirmenets increse that leads to more current
production cost and time while the machine itself suffers consumptions; TCM methods based on this phenomena are
with the rapid degradation eventually causing shorter also used in the literature. Motor current sensing based TCM
lifespan. In order to avoid machine downtime for offline systems were proposed by [11] for milling operation whereas,
maintenance, online machine maintenance techniques should [12], [13] used it for turning operation. However, this
be used that are capable of monitoring the machine method is suitable for low spindle speed operations [14] and
conditions in real-time without turning off the machine. small CNC machines [15]. Mostly, structural-bourne TCM

978-1-7281-3326-3/19/$31.00 ©2019 IEEE 468

Authorized licensed use limited to: University of Management & Technology Lahore. Downloaded on May 27,2021 at 05:20:06 UTC from IEEE Xplore. Restrictions apply.
methods are affected by machine vibrations and have costly IV. LEARNING VECTOR QUANTIZATION (LVQ)
implimentations. On the other hand air-bourne acoustic ALGORITHM
emission (AE) sensor based methods are equally acurate,
Unlike LVQ predecessors, Vector Quantization (VQ) and
cheap and hinder no machining parameters [16]. [17] used
Self Organizing Maps (SOM), it is a supervised
airborne acoustic emissions in milling operation, [18] used
classification and pattern identification technique [22]. Fig. 2
airborne AE during turning operation and [19] used AE for
shows the generic architecture of LVQ algorithm. Input
drilling operation on CNC machine. Due to airborne AE
feature vectors are fed to hidden layer, called competitive
sensor based TCM systems inexpensivness, contactlessness
layer, that learns to distinguish the classes same as SOM. If
and robutness to machine vibrations, this method is highly
the input feature vector and respective weight vector of
appreciated but it gets affected by environmental noise which
the winning output node have the same target class then
makes the process bit tricky. There are some hybrid sensors
new weight ∆ will be updated as
based approaches which used multiple sensors for TCM,
such as, [20] and [21] which have good reported accuracies
but high complexities. ∆ = ( − ) (1)

III. PROPOSED TECHNIQUE Whereas, if the input feature vector and respective
weight vector of the winning output node have the
In order to perform intended experimentation for TCM different target class then new weight ∆ will be updated as
system, turning operations has been performed on CNC
turning type lathe machine. For data acquisition, a typical
∆ =− ( − ) (2)
microphone has been used as airborne AE signal sensor. AE
signals are then preprocessed to obtain statistical features,
where is learning rate. While linear layer converts hidden
which are then fed to Learning Vector Quantization (LVQ)
layer target classes back to labelled targets fed as inputs.
algorithm as inputs. The algorithm has been trained after
setting up the desired number of epochs and learning rate.
Training has been set to halt once the desired number epochs
are achieved, later, the network has been tested to predict the
tool health tri-categorically. Fig. 1 demonstrates the
comprehensive design flow diagram of the proposed TCM
system wherein CNC turning operation signals have been
acquired for different tool states and work-piece materials
through acoustic emission sensor. Obtained signals have
been converted to time domain statistical features and then
Figure 2. Learning Vector Quantization (LVQ) algorithm architecture [23].
(trail-wise) fed to LVQ after initializing relevant parameters.
Algorithm Training has been done till the desired epochs
V. EXPERIMENTATION SETUP
have reached and final weights have been saved. In the end,
the trained network has been tested to predict tool categories A. Experimental Configuration
as a validation step. Denford Cyclone-P CNC turning machine has been used
to conduct experiments at Industrial Automation Lab of
college of EME, National University of Sciences and
Technology, Islamabad, Pakistan. Fig. 3 shows the setup of
experimentation where Aluminum work-piece is ready to be
machined while Carbide tool tip has been set at tool holder to
perform the experiment and standard microphone is placed in
proximity to the machining operation to acquire AE signals
with minimum background noise. Table I shows set
machining parameters.
TABLE I. CONFIGURED MACHINING PARAMETERS FOR CNC TURNING

Machining Parameter Set Value

Revolution/min (rev/min) 1500


Feed rate (mm/min) 200

Depth of cut (mm) 1

Figure 1. Proposed design flow.

469

Authorized licensed use limited to: University of Management & Technology Lahore. Downloaded on May 27,2021 at 05:20:06 UTC from IEEE Xplore. Restrictions apply.
out (red) tools are visible. Evidently green has minimal,
yellow has moderate and red has maximum amplitudes.

Figure 3. Experimentation and data acquisition setup.


Figure 5. Samples of recorded signals for Trail-1 displaying three
categories temporal amplitudes.
Two trails have been performed, comprised of using a
single tool tip material (Carbide) with two types of work-
piece materials (Aluminum and Mild Steel). Aluminum is
soft metal while mild steel is comparatively hard alloy. In
both trails, three states of carbide tool tips are used that are
categorized as New tool, Used tool and Worn-out tool. In
New tool category; unused (new) carbide tool tip has been
used, in Used tool category; used Carbide tool tip has been
utilized whereas, in worn-out tool category; fractured carbide
tool tip has been used. In Trail-1 aluminum work-piece has
been used with three states of Carbide tool tip while in Trail- Figure 6. Sample of recorded signals for Trail-2 displaying three categories
2 Mild Steel has been machined respectively. Standard temporal amplitudes.
microphone has been used for AE signals acquisition with
the advantage of being cheap and relatively robust data C. Time Domain Statistical Features Extraction
acquisition setup. Fig. 4 shows the configuration of The recorded signals are then preprocessed in
experimentation which illustrates the experiment distribution MATLAB® to be chopped into smaller parts using window
scheme with single tool material and two types of work- method. Then, these arrays are converted into statistical
pieces; Aluminum (Trail-1) and Mild Steel (Trail-2), each features for each category among both trails. 115 statistical
having three tool states. feature per category has been acquired making 345 indexes
per trail. 48510 data samples (comprised of 1.1 seconds
duration) are squashed to form single statistical feature index,
altogether approximately 16.7 million samples have been
utilized per trail. Time domain based seven statistical
features are extracted namely; Mean, Kurtosis, Root Mean
Square (RMS), Skewness, Standard Deviation (Std) and
Peak to Peak (P2P) values. Fig. 7 illustrates the statistical
features split scheme where each statistical feature is denoted
by SF.

Figure 4. Categorization of experimentation performed.

B. Data Acquisition
For data acquisition purpose, market accessible
microphone with sampling frequency of 44.1 kHz has been
used to acquire airborne AE signals of the turning process to
meet the Nyquist criteria as the signals lie in the range of
20Hz to 20kHz (human audible range). The AE signals are Figure 7. Statistical features split scheme for both trails.
recorded in laptop’s hard drive using Windows® 10 stock
voice recorder. For each trail, three recordings per tool D. Designing TCM System
condition has been saved. In total, 6 recordings are taken; Learning Vector Quantization (LVQ) neural network has
three for each trail, that are, each for a tool condition. Fig. 5 been used as a core of proposed TCM system. For each trail,
and Fig. 6 show the recorded signals samples for both trails separate TCM system has been designed with the intention
wherein; amplitude of new (green), used (yellow), and worn- to classify tool condition tri-categorically using MATLAB®

470

Authorized licensed use limited to: University of Management & Technology Lahore. Downloaded on May 27,2021 at 05:20:06 UTC from IEEE Xplore. Restrictions apply.
Script. For both trails, individually, the statistical feature B. Trail 2: Mild Steel Work-Piece
sets have been fed to the LVQ network. Data split scheme Trail-2 has given best training accuracy at 370th epoch
for training and validation has been fixed 85% and 15%. with 21 hidden layers and 0.1 learning rate. The confusion
Network training has been done with various variations of matrix with performance scores is shown in Table IV. The
number of hidden layers, epochs and learning rates. Table II overall achieved training accuracy for all three classes is
shows the minimum and maximum values of the 94.33% with validation accuracy 93.33%. Fig. 9 illustrates
corresponding parameters used during each trail training. Mean Square Error (MSE) 0.0378 for training at 370th epoch.
After each trail training, trained network has been validated TABLE IV. RESULTED CONFUSION MATRIX AND PERFORMANCE SCORES
on 15% of the dataset. FOR TRAIL-2

TABLE II TRAINING PARAMETER MIN AND MAX VALUES Ground Truth (GT)
Training Parameter Min Value Max Value P Precision

Predicted (P)
New Used Worn-out
Values (%)
Epochs 1 500 New 86 0 2 88 97.7
Hidden Layers 1 50 Used 6 99 0 105 94.3
Initial Learning Rate 0.001 0.1 Worn-out 8 1 98 107 91.6
GT Values 100 100 100 300
Recall (%) 86 99 98
VI. REULTS AND DISCUSSION
As mentioned earlier, two trails have been individually
conducted in the experimentation for TCM both with three
tool health levels; New, Used and Worn-out tools. In both
trails Carbide tool tip has been used whereas Trail-1 has been
machined on Aluminum work-piece and Trail-2 has been
machined on Mild Steel. Both work-pieces are highly
industry oriented materials with Aluminum being softer and
lighter while Mild Steel being harder and heavier.
A. Trail 1: Aluminum Work-Piece
Trail-1 has given best training accuracy at 237th epoch
with 23 hidden layers and 0.1 learning rate. The confusion
matrix with performance scores is shown in Table III. The
overall achieved training accuracy for all three classes is Figure 9. Mean Square Error (MSE) convergence graph for Trial-2.
95.33% and validation accuracy is 95.00%. Fig. 8 illustrates
Mean Square Error (MSE) 0.0311 for training at 237th epoch. It has been observed that Trail-1 has slightly better
TABLE III. RESULTED CONFUSION MATRIX AND PERFORMANCE SCORES results than Trail-2. One of the reasons for Trail-1 better
FOR TRAIL-1
performance scores is that the adjusted machining
parameters were ideal for Aluminum work-piece, on the
Ground Truth (GT)
other hand, these machining parameters were not optimally
P Precision
suitable for mild steel (Trail-2) but for the sake of
Predicted (P)

New Used Worn-out


Values (%)
New 100 8 0 108 92.6 standardized experimentation criteria the machining
Used 0 92 6 98 93.9 parameters have been kept the same; which affected the
Worn-out 0 0 94 94 100 inter-classes AE signals covariance for the training data.
GT Values 100 100 100 300
Recall (%) 100 92 94 VII. CONCLUTION AND FUTURE WORK
This study is intended to use airborne acoustic emission
of CNC turning operation to predict three states of tool
degradation levels for two different kinds of work-pieces
machined with Carbide tool tip. In two trails, LVQ neural
network has been trained for this purpose to which seven
statistical features of three classes have been fed as inputs.
Trail-1 yielded 95.33% training accuracy while Trail-2 gave
94.33% training accuracy. These performance scores depict
affective use of airborne AE with LVQ network, whereas,
the experiment gained high level of performance with cheap
data acquisition setup. In the future work, TCM system for
different kinds of work-piece materials and tool tips could be
Figure 8. Mean Square Error (MSE) convergence graph for Trial-1. added while more complex machine learning algorithms

471

Authorized licensed use limited to: University of Management & Technology Lahore. Downloaded on May 27,2021 at 05:20:06 UTC from IEEE Xplore. Restrictions apply.
could be used to device sophisticated TCM system that can [12] H.-X. L. X.-P. G. R. D. Xiaoli Li, "Fuzzy Estimation of Feed-
predict multiple tool materials health in a single architecture. Cutting Force From Current Measurement—A Case Study on
Intelligent Tool Wear Condition Monitoring," IEEE
TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS—
REFERENCES PART C: APPLICATIONS AND REVIEWS, vol. 34, no. 4, 2004.
[1] G. V. Research, "Computer Numerical Control (CNC) Machine [13] F. A. D.R. Salgadoa, "An approach based on current and sound
Market Size & Share Report By Type (Lathe, Milling, Laser, signals for in-process tool wear monitoring," International Journal
Grinding, Welding, Winding), By End Use (Industrial, Power & of Machine Tools & Manufacture, vol. 47, p. 2140–2152, 2007.
Energy, Automotive, Aerospace & Defense), And Segment
[14] Y. S. T. B. Y. Lee, "Application of the Discrete Wavelet Transform
Forecasts, 2018 - 2025," Jan, 2018.
to the Monitoring of Tool Failure in End Milling Using the Spindle
[2] J. R.-O. J. J.-C. D. J.-V. P.Y. Sevilla-Camacho, "FPGA-based Motor Current," Int J Adv Manuf Technol, vol. 15, pp. 238-243, 1999.
reconfigurable system for tool condition monitoring in high-speed
[15] F. J. A. I. C. A. M. D. R. Salgado, "In-process surface roughness
machining process," Measurement, vol. 64, p. 81–88, 2015.
prediction system using cutting vibrations in turning," Int J Adv
[3] W. X. Y. R. a. Y. Z. Chen Gao, "Numerical Control Machine Tool Manuf Technol, vol. 43, pp. 40-51, 2009.
Fault Diagnosis Using Hybrid Stationary Subspace Analysis and
[16] D. K. S. C. V. W. Nitin Ambhorea, "Tool condition monitoring
Least Squares Support Vector Machine with a Single Sensor,"
system: A review," in 4th International Conference on Materials
Applied Sciences, vol. 7, no. 346, 2017.
Processing and Characterization, 2015.
[4] A. A. M. S. M. Ali Rastegari, "Condition based maintenance of
[17] K. K. Z. S. S. M. A. J. U. A. T. Zafar, "Tool health monitoring for
machine tools: Vibration monitoring of spindle units," in Reliability
wood milling process using Airborne Acoustic Emission," in 2015
and Maintainability Symposium (RAMS), 2017 Annual, Orlando, FL,
IEEE International Conference on Automation Science and
USA, 2017.
Engineering (CASE), Gothenburg, Sweden, 2015.
[5] W. X. Yuqing Zhou, "Review of tool condition monitoring methods
[18] K. K. R. K. Z. S. S. M. U. A. T. Zafar, "Tool Health Monitoring
in milling processes," The International Journal of Advanced
using Airborne Acoustic Emission and a PSO-optimized Neural
Manufacturing Technology, 2018.
Network," in Cybernetics (CYBCONF), 2015 IEEE 2nd
[6] R. U. S.-S. Y. Daniel Alberto, "Tool Holder Sensor Design for International Conference, 2015.
Measuring the Cutting Force in CNC Turning Machines," in 2015
[19] K. Patra, "Acoustic Emission based Tool Condition Monitoring
IEEE International Conference on Advanced Intelligent
System in Drilling," Proceedings of the World Congress on
Mechatronics (AIM), Busan, Korea, 2015.
Engineering, vol. 3, 2011.
[7] K. J. S. A. P. B. Qun Ren, "An Enhanced Adaptive Neural Fuzzy
[20] K. T. E. S. T. M. Keith Harris, "A Multivariate Control Chart for
Tool Condition Monitoring for Turning Process," in 2016 IEEE
Autocorrelated Tool Wear Processes," Quality and Reliability
International Conference on Fuzzy Systems (FUZZ), 2016.
Engineering International , vol. 32, pp. 2093-2106, 2016.
[8] C.-C. M. C.-H. K. PoTsang B. Huang, "A PNN self-learning tool
[21] J. R. R. S. T. T. S. Á. J. M. T. JUAN C. JÁUREGUI, "Frequency
breakage detection system in end milling operations," Applied Soft
and Time-Frequency Analysis of Cutting Force and Vibration
Computing, vol. 37, pp. 114-124, 2015.
Signals for Tool Condition Monitoring," IEEE Access, vol. 6, pp.
[9] K. O. T. A. Ryo Koike, "A sensorless approach for tool fracture 6400-6410, 2018.
detection in milling by integrating multi-axial servo information,"
[22] T. Kohonen, Self-Organizing Maps, Springer-Verlag Berlin
CIRP Annals - Manufacturing Technology, 2016.
Heidelberg New York, 2001.
[10] A. P. E. V. G. C. P. Stavropoulos, "Tool wear predictability
[23] K. S. S. S. KALYANI, "STUDY OF NEURAL NETWORK
estimation in milling based on multi-sensorial data," Int J Adv Manuf
MODELS FOR SECURITY ASSESSMENT IN POWER
Technol, 2015.
SYSTEMS," International Journal of Research and Reviews in
[11] A. A.-H. Jabbar K. Abbass, "A comparative study of using spindle Applied Sciences, vol. 1, no. 2, pp. 104-117, 2009.
motor power and eddy current for the detection of tool conditions in
milling processes," in Industrial Informatics (INDIN), 2015 IEEE
13th International Conference, 2015.

472

Authorized licensed use limited to: University of Management & Technology Lahore. Downloaded on May 27,2021 at 05:20:06 UTC from IEEE Xplore. Restrictions apply.

You might also like