Skip to content

In-Process Tool Wear Monitoring for Deep Hole Drilling

A BTA drilling head for a 100 mm bore in 34CrNiMo6 steel costs €600 and must be reground after every 15 metres of drilling. If the operator continues drilling with a worn head beyond 15 metres, the cutting forces increase by 40%, the guide pads begin to rub, and within the next 2 metres the carbide cutting edges fracture. The head is destroyed, the bore is scored beyond repair, and the shaft forging — worth €8,000 — is scrapped. A monitoring system that detects the force increase 0.5 metres before failure would save €8,600 per event. In a high-volume production facility drilling 500 shafts per year, the annual saving exceeds €200,000.

The Challenge of Monitoring in Deep Hole Drilling

Deep hole drilling is one of the few machining processes where the cutting zone is completely invisible during operation. The tool is inside the workpiece, often metres from the entry face, surrounded by high-pressure coolant and a stream of chips. Direct observation is impossible. The first indication of tool wear is often a catastrophic failure — a broken drill head, a scored bore, a scrapped workpiece.

The economic case for tool wear monitoring in deep hole drilling is unusually strong because:

  • Workpiece value is high (€500–€15,000 for typical shaft or cylinder forgings)
  • Tool failure in a deep hole causes secondary damage to the bore surface
  • Scrap from a single event can equal hundreds of hours of production value
  • The process is long (hours per workpiece) so early detection provides time to react

What Tool Wear Looks Like in Deep Hole Drilling

Wear ModeEffect on ProcessDetection Method
Flank wear on cutting edgesIncreased cutting forces, higher power consumptionSpindle current, force sensors
Crater wear on rake faceChanged chip form, altered coolant flowCoolant pressure fluctuation
Guide pad wearIncreased torque, bore surface deteriorationTorque sensor, surface measurement
Edge chippingSudden force spike, acoustic emission burstAE sensor, force transient detection
Built-up edgeChanged cutting geometry, surface finish degradationForce signature pattern change

Monitoring Parameters and Sensor Types

Spindle Current and Power Consumption

Motor current monitoring is the most widely used non-invasive method for tool wear detection in deep hole drilling. Current sensors are installed on the spindle motor cables and require no modification to the machine tool.

ParameterTypical SensorSignal Content
Spindle motor currentHall-effect clamp sensorReflects cutting torque, increases with wear
Feed motor currentHall-effect sensorReflects axial cutting force
Spindle powerCalculated from current and voltageIntegrated measure of cutting load

Recent research (Peng et al., 2025) used spindle current signals processed by a Maximum Probability Multi-Synchrosqueezing Transform (MPMSST) to extract tool wear features in BTA drilling. The correlation coefficient between the extracted feature index and actual tool wear reached 0.835, demonstrating that spindle current alone can provide a reliable wear indicator.

Tip: Spindle current monitoring is the most cost-effective monitoring method for deep hole drilling because it uses existing sensors built into the machine tool drive system. No additional sensors need to be installed near the cutting zone, where they would be subject to coolant, vibration, and chip damage.

Cutting Forces and Torque

Direct measurement of cutting forces provides the most immediate indication of tool condition. The thrust force and torque both increase progressively as the cutting edges wear.

ParameterSensor TypeTypical Location
Axial thrust forceDynamometer or load cellBetween tool holder and machine turret
TorqueRotary torque transducerOn the drill tube or workpiece spindle
Radial forcesStrain gauge bridgeOn the drill tube support bushings
Force ChangeIndication
Gradual 20–50% increase over baselineNormal tool wear progression
Sudden spike (>100% in <1 second)Edge chipping or fracture
Cyclic fluctuationBuilt-up edge formation and release
Oscillation at guide pad frequencyGuide pad wear or bore contact

Acoustic Emission

AE sensors detect high-frequency stress waves generated by material deformation and fracture in the cutting zone. They are particularly sensitive to:

  • Micro-cracking of the cutting edge (precedes visible chipping)
  • Chip breakage inside the bore
  • Guide pad rubbing against the bore wall
  • Built-up edge fracture events
AE ParameterWear Indication
RMS amplitude increaseOverall cutting energy increase with wear
Burst count increaseEdge chipping or particle fracture events
Frequency shiftChange in chip formation mechanism
Burst amplitudeSeverity of fracture events

Coolant Pressure and Temperature

The high-pressure coolant system in deep hole drilling carries information about the cutting process because the coolant flow path passes through the cutting zone.

ParameterMonitoring PointWear Indication
Coolant supply pressurePump outletIncreased pressure suggests chip compaction
Coolant return pressureCoolant exit from workpiecePressure drop change indicates flow restriction
Coolant temperatureReturn lineTemperature rise indicates increased friction from worn tool
Coolant flow rateFlow meter in supply lineFlow reduction indicates blockage or wear

Vibration and Acceleration

Accelerometers mounted on the drill tube, workpiece, or machine structure detect vibration changes caused by tool wear:

Vibration ParameterWear Indication
Overall RMS level increaseIncreased cutting forces with wear
Frequency component shiftChange in cutting dynamics
Chatter frequency emergenceGuide pad wear or instability
Impact eventsEdge chipping or chip jamming

Signal Processing Methods

Raw sensor signals from deep hole drilling must be processed to extract features that correlate with tool wear.

Time-Domain Features

FeatureCalculationPhysical Meaning
MeanAverage signal valueBaseline cutting load
RMSRoot mean squareOverall signal energy
VarianceSignal dispersionProcess stability
SkewnessAsymmetry of distributionAsymmetric wear pattern
KurtosisPeak sharpnessImpact events
Peak-to-peakMaximum minus minimumExtreme load variation

Frequency-Domain Features

Fourier transform methods reveal the frequency content of monitoring signals:

Frequency BandTypical Source
Low (0–50 Hz)Spindle rotation, feed variation
Mid (50–500 Hz)Cutting edge engagement, chip formation
High (500 Hz–10 kHz)Guide pad contact, tool vibration
Ultrasonic (>10 kHz)Acoustic emission from material deformation

Time-Frequency Analysis

Because deep hole drilling is a non-stationary process (cutting conditions change as the tool penetrates), time-frequency methods are essential:

MethodAdvantage for Deep Hole Drilling
Short-time Fourier transform (STFT)Simple implementation, good frequency resolution
Wavelet transformAdaptable time-frequency resolution, good for transient detection
Synchrosqueezing transformSharp time-frequency representation, excellent for current signals
Empirical mode decompositionData-adaptive, no pre-defined basis functions

Note: The choice of time-frequency method depends on the signal type. For spindle current signals (which have relatively low frequency content and are dominated by the fundamental rotation frequency), synchrosqueezing transforms provide the clearest separation of wear-related features from background noise.

Feature Compression

High-dimensional feature sets are compressed using singular value decomposition (SVD) or principal component analysis (PCA) to create a single tool wear indicator:

StepPurpose
Extract 20–50 time-frequency featuresCapture all relevant signal content
Apply SVD to feature matrixIdentify the dominant feature vector
Select first singular componentThis component typically correlates most strongly with wear
Normalise to 0–1 rangeCreate a dimensionless wear index

Machine Learning for Tool Wear Prediction

Modern tool wear monitoring systems use machine learning models trained on sensor data to predict remaining useful tool life.

Model TypeTraining Data RequiredGeneralisationTypical Accuracy
Hidden Markov ModelLow-mediumModerate70–80% (state classification)
Random ForestMediumGood80–90% (regression)
Support Vector MachineMediumModerate75–85%
LSTM / Bi-LSTMLargeVery good85–95%
GRU (Gated Recurrent Unit)LargeVery good85–95%
Deep Belief NetworkMediumModerate80–88%

Data Requirements

A production-ready tool wear monitoring model requires:

Data RequirementTypical Volume
Full tool life cycles (new to failure)20–50 cycles
Sensor recordings per cycle1,000–10,000 samples
Wear labels (flank wear width measurements)10–20 per cycle
Operating condition variations3–5 feed/speed combinations

Implementation Challenges

ChallengeMitigation
Limited training data from productionTransfer learning from similar operations
Varying cutting conditions between workpiecesNormalise signals by cutting parameters
Sensor drift over timePeriodic recalibration, adaptive thresholds
False alarms in high-production environmentsMulti-sensor fusion for confirmation

BTA-Specific Monitoring Challenges

BTA drilling presents specific challenges that differentiate it from conventional drilling monitoring:

BTA CharacteristicMonitoring Challenge
Self-piloting cutting actionThe guide pads and cutting edges form a self-stabilising system that masks wear progression until failure is imminent
Coolant pressure fluctuationsThe internal chip evacuation system creates pressure variations that can mask wear-related coolant signals
Long, slender drill tubeTorque measurement at the machine spindle includes torsional wind-up of the tube, not just cutting torque
Multiple cutting edgesWear can progress unevenly across the three cutting edges, requiring individual edge monitoring
Guide pad interactionBore wall contact forces at the guide pads produce signals that can be confused with cutting edge wear

Thin-Film Sensor Systems

A German Research Foundation (DFG) project at TU Dortmund is developing thin-film sensor systems deposited directly onto BTA guide pads. These sensors measure:

  • Contact forces between the guide pad and bore wall
  • Temperature at the guide pad surface
  • Wear state of the guide pad coating

The sensors are deposited using physical vapour deposition (PVD) processes that produce sensor layers only micrometres thick — thin enough that they do not affect the guide pad geometry or the cutting process. Data is transmitted from the rotating tool to the machine control system via wireless telemetry.

Gun Drilling Monitoring

Gun drilling tool wear monitoring has distinct characteristics because of the single-lip cutting action and the V-shaped chip flute:

ParameterSuitability for Gun DrillingReason
Spindle currentGoodSingle cutting edge produces clean torque signal
Axial forceVery goodForce signature directly reflects edge condition
Coolant pressureModerateChip evacuation through V-groove creates pressure signature
Acoustic emissionVery goodSingle edge produces clear AE burst pattern

The single-lip design of gun drills means that the force and torque signatures per revolution contain one dominant cycle (rather than the three cycles typical of BTA). This makes frequency-domain analysis more straightforward and wear feature extraction more reliable with simpler signal processing.

Industrial Implementation

DSP-Based Real-Time Monitoring

A reference implementation uses a Digital Signal Processor (TMS320F2812) as the core of a real-time monitoring system for BTA deep hole drilling. The system monitors:

  • Spindle power signals for tool wear state classification
  • Coolant oil pressure signals for chip evacuation state detection
  • Adaptive noise cancellation to filter out machine background
  • Fuzzy C-means clustering for automatic tool state recognition

The DSP processes signals in real-time and provides three output states:

  1. Normal — continue drilling
  2. Warning — tool wear approaching limit, finish current hole then regrind
  3. Critical — stop immediately, tool failure imminent

Multi-Parameter Data Fusion

A Chinese utility model patent (CN20305563) describes a comprehensive monitoring platform that integrates:

SensorSignalSampling Rate
Current sensor on motor cableSpindle current1 kHz
Torque sensor between gearbox and shaftSpindle torque1 kHz
AE sensor on drill tube bracketAcoustic emission100 kHz
Accelerometer on drill pipeVibration10 kHz
Temperature sensor at coolant outletCoolant temperature10 Hz

All signals are synchronised in a data acquisition card and processed by an industrial computer with a graphical user interface displaying real-time tool wear status.

Edge Computing for In-Machine Inference

The latest generation of monitoring systems performs machine learning inference directly on the machine tool controller using edge computing hardware:

ComponentFunction
Sensor interface moduleSignal conditioning and digitisation
Edge processorOn-device ML inference (e.g., NVIDIA Jetson, Raspberry Pi with TPU)
Machine tool interfaceDigital I/O for stop/warning signals
Cloud connectivityModel updates, historical data analysis
HMI displayReal-time wear indicator, remaining useful life

Warning: Edge computing systems for deep hole drilling monitoring must be validated for reliability in the machine tool environment. A false alarm that stops production unnecessarily is almost as costly as a missed failure. Multi-sensor fusion — requiring confirmation from at least two independent sensor types before issuing a stop signal — is the industry best practice for avoiding false alarms.

Economic Analysis

FactorValue per Event
Cost of scrapped workpiece (e.g., forged shaft)€5,000–€15,000
Cost of destroyed BTA drill head€400–€1,200
Cost of machine downtime (8 hours at €100/hour)€800
Total cost of undetected tool failure€6,200–€17,000
Annual events in high-volume production5–20
Annual savings from monitoring€31,000–€340,000
Cost of monitoring system (installed, per machine)€15,000–€40,000
Payback period2–6 months

Troubleshooting

ProblemLikely CauseCorrective Action
High false alarm rateThreshold set too tight for current conditionsRetrain model with recent data; widen tolerance band
Missed tool failureSensor signal masked by coolant pressure variationAdd secondary sensor (e.g., AE) for cross-confirmation
Drift in baseline signalSensor aging or coolant temperature changeImplement adaptive baseline update; recalibrate sensors
Communication failure between sensor and controllerCable damage from chip flowUse wireless telemetry; armoured cable conduits
Model accuracy degrades over timeCutting conditions changed (material batch, new tool supplier)Retrain model every 100 drilling cycles

FAQ

Why is tool wear monitoring critical in deep hole drilling?

Deep hole drilling is a blind process — the cutting zone is inside the workpiece, often metres from the entry face, submerged in high-pressure coolant. Direct visual inspection is impossible. Tool wear that would be detected visually in conventional machining goes unnoticed until catastrophic failure occurs. The high value of the workpiece (€500–€15,000) means a single failure can cost more than the monitoring system itself.

What sensors are used for tool wear monitoring in deep hole drilling?

The most common sensors are spindle motor current sensors (non-invasive, lowest cost), cutting force dynamometers (most direct wear indication), acoustic emission sensors (sensitive to edge chipping), coolant pressure transducers (detect chip evacuation problems), and accelerometers (detect vibration changes). Multi-sensor systems that combine two or more sensor types provide the most reliable wear detection.

Can spindle current alone detect tool wear reliably?

Yes. Recent research has demonstrated that spindle current signals processed with advanced time-frequency analysis (synchrosqueezing transform) can achieve a correlation coefficient of 0.835 with actual tool wear. While current-only monitoring is less accurate than force-based monitoring, it has the major advantage of requiring no additional sensors — the current sensor is simply clamped around the motor cable.

What machine learning methods are used for tool wear prediction?

Recurrent neural networks (LSTM, GRU) are the most accurate for wear prediction because they model the temporal progression of wear. Hidden Markov models are used for state classification (normal/warning/critical). Random forests and support vector machines provide good results with smaller training datasets. Deep belief networks offer intermediate performance.

How is tool wear monitoring different for BTA versus gun drilling?

BTA drilling has three cutting edges that wear unevenly, creating a more complex force signature. The self-piloting action of BTA heads masks wear progression until failure is imminent. Gun drilling has a single cutting edge, producing cleaner periodic signals per spindle revolution that are easier to analyse. Gun drilling monitoring is more straightforward with simpler signal processing.

What is a thin-film sensor for BTA guide pads?

A thin-film sensor is a force, temperature, or wear sensor deposited directly onto the surface of a BTA guide pad using physical vapour deposition. The sensor layers are only micrometres thick so they do not affect the guide pad geometry. These sensors measure contact forces between the guide pad and bore wall in real-time, providing data that was previously impossible to obtain.

How much does a tool wear monitoring system cost?

A basic system using spindle current monitoring with DSP-based signal processing costs €5,000–€15,000 per machine. A comprehensive multi-sensor system with AE, force, and coolant pressure monitoring costs €20,000–€50,000 per machine. For high-volume production of expensive workpieces, the payback period is typically 2–6 months.

What is the economic justification for tool wear monitoring?

Each undetected tool failure costs €5,000–€17,000 (scrapped workpiece, destroyed tool, downtime). In a facility drilling 500 shafts per year with a tool life of 15 metres per regrind, 5–20 failures are expected annually. Monitoring prevents most of these failures, saving €30,000–€340,000 per year — far exceeding the system cost.

How are sensor signals processed for wear detection?

Raw signals are first filtered to remove noise. Time-domain features (RMS, variance, kurtosis) and frequency-domain features (FFT magnitudes, frequency band energy) are extracted. Time-frequency analysis (wavelet transform, synchrosqueezing transform) captures non-stationary signal content. Machine learning models map the extracted features to tool wear state or remaining useful life.

What data is needed to train a tool wear monitoring model?

A minimum of 20–30 complete tool life cycles from new tool to end of life is needed, with sensor recordings sampled at 1–100 kHz and periodic wear measurements (e.g., flank wear width at 10–20 points per cycle). The data must cover the full range of cutting conditions expected in production. Transfer learning can reduce data requirements if models from similar operations are available.

Conclusion

In-process tool wear monitoring for deep hole drilling transforms a blind process into an observable one. By measuring spindle current, cutting forces, acoustic emission, coolant pressure, and vibration — and processing these signals through time-frequency analysis and machine learning models — it is possible to detect tool wear progression and predict remaining tool life with high accuracy. The economic case is unusually strong because the cost of an undetected tool failure (scrapped workpiece, destroyed tool, machine downtime) typically exceeds the cost of the monitoring system. The three engineering priorities for tool wear monitoring in deep hole drilling are: selecting the right sensor combination for the specific drilling method and workpiece value, implementing robust signal processing that distinguishes wear signals from process noise (coolant pressure fluctuation, chip compaction events), and training machine learning models on sufficient data to achieve reliable wear prediction without excessive false alarms.

Deep Hole Drilling Hub — Your Trusted Third-Party Industry Resource