Why Power Consumption Tracks Wear

As a gun drill wears, the cutting edge dulls. A dull edge requires more force to shear the material, and the spindle motor draws more power to maintain the programmed RPM. The power increase is proportional to the edge wear.

I have verified this relationship by measuring power consumption against measured edge wear across dozens of tools. The correlation is consistent enough that I trust the power reading as a wear indicator without stopping the machine to inspect the edge.

The power-based approach catches wear earlier than surface finish checks. The power starts to rise when the edge has worn 0.05-0.10mm. The surface finish does not degrade noticeably until the edge wear reaches 0.15-0.20mm. Power monitoring gives me 20-30% more tool life while still changing the tool before it produces bad parts.

Establishing the Baseline

For every new job, I record the spindle load during the first cycle with a fresh tool. I record the load at three points: the start of drilling, mid-hole, and near full depth.

Measurement PointTypical Load (% of drive capacity)What It Tells Me
Start of hole25-35%Entry condition, pilot fit
Mid-depth30-40%Normal cutting condition
Near full depth35-45%Chip packing risk at depth
Full depth dwell15-25%Background friction, no cutting

The baseline load varies by material, diameter, and parameters. I expect 30-50% of drive capacity for most jobs. A baseline below 20% means the process is very efficient or the feed is too low. A baseline above 60% means the process is pushing the machine hard and I have little headroom for wear detection.

Setting the Thresholds

I set two thresholds in the CNC control based on the baseline readings.

ThresholdIncrease Over BaselineAction
Alert20%Signal operator to inspect tool
Stop40-50%Stop machine immediately
Rate of change10% in under 2 secondsStop machine (chip packing)

A gradual increase over many parts is tool wear. A sudden spike in a single hole is chip packing. I program the control to distinguish between the two by the rate of change.

On a job with a baseline of 35% load:

  • Alert at 42% (20% increase)
  • Stop at 52% (50% increase)
  • If load jumps from 35% to 45% in under 2 seconds, stop immediately

Distinguishing Tool Wear from Other Causes

Not every power increase is tool wear. I have learned to read the pattern of the increase to identify the root cause.

Load PatternProbable CauseConfirmation
Gradual rise over 50-100 partsNormal tool wearInspect edge, see wear land
Gradual rise over 10-20 partsMaterial hardness changeCheck material cert, test hardness
Sudden spike, returns to baselineChip passing through fluteCheck chip shape, no edge damage
Sudden spike, stays highChip packing in boreCheck coolant pressure, retract drill
Cyclical variationSpindle bearing issueListen for noise, check runout
Drop from baselineCoolant pressure lossCheck pump pressure, filter condition

I have seen a gradual power increase over 30 parts that I initially attributed to tool wear. The tool edge looked fine when I inspected it. The actual cause was a batch of material that was 5 HRC harder than the previous batch. The power increase was the first sign of the material change.

CNC Integration

Most modern CNC controls have built-in spindle load monitoring. The control reads the spindle drive current and displays it as a percentage of the drive rating. The values are available through the control’s programmable logic interface.

I configure the monitoring through the machine parameters:

  • Set the load sampling rate to 100ms for real-time response
  • Enable the load window function for the drilling cycle
  • Set the upper limit to the stop threshold
  • Set the alarm limit to the alert threshold
  • Connect the alarm output to a message display
Control TypeLoad MonitoringParameter Access
FanucSpindle load meter, macro variable #4111PMC ladder logic
SiemensSpindle load S valuePLC program
HaasSpindle load % displayMacro variable
MazakMAZATROL load monitorBuilt-in, program-based

The setup cost is zero on any machine built after 2005. The hardware is already there. It just needs the right parameters configured.

Power Monitoring in Production

On production jobs running multiple parts per shift, I use the power data differently. I track the baseline load for each tool and create a replacement schedule based on the load curve.

ShiftParts RunAverage LoadTrendAction
Day 12534%BaselineNone
Day 22835%+1%None
Day 32736%+2%Monitor
Day 43038%+4%Alert threshold approaching
Day 52541%+7%Replace tool at end of shift

The load increases faster as the tool approaches end of life. I replace the tool when the load hits a 20% increase, regardless of how many parts the tool has run. Some tools last 150 parts, some last 200. The load reading tells me when to change each one individually.

The Power Curve Through Tool Life

Every gun drill I have tested follows a characteristic power curve through its life. Understanding the curve helps me plan tool changes.

Phase 1 (break-in): The load drops slightly (2-5%) during the first 10-20 parts as the cutting edge micro-hones itself. A sharp edge has micro-burns that wear off in the first few cuts. The load decreases as the edge stabilizes.

Phase 2 (steady state): The load stays flat or increases at 0.5-1% per 50 parts. This is the productive life of the tool. The tool is cutting efficiently and producing good parts.

Phase 3 (accelerated wear): The load increases at 2-5% per 10 parts. The edge is breaking down. The tool needs replacement in the next 20-30 parts.

Phase 4 (imminent failure): The load jumps 10%+ in a single part. The edge has fractured or chipped. The tool will break in the next few parts.

I replace the tool at the transition between Phase 2 and Phase 3. The load is typically 15-20% above the Phase 1 minimum. Replacing at this point maximizes tool life while keeping a safety margin against breakage.

Key Takeaways

Spindle power monitoring is the most cost-effective tool wear detection method I use. The hardware is free on any modern CNC control. I set an alert at 20% load increase and a stop at 40-50% increase. A gradual rise is tool wear; a sudden spike is chip packing. The power curve through the tool life tells me exactly when to change the tool, maximizing life while preventing breakage and scrap.