What is Lathe Turning Time, DOC & MRR?
Mathematical Foundation
Laws & Principles
- DOC is Radial, Not Diametral: When you advance a lathe tool 0.125 inches into the work, you remove 0.125 inches from the radius, reducing the diameter by 0.250 inches total. This is why the formula divides by 2.
- MRR Uses Average Diameter: As the tool removes material, the effective cutting diameter shrinks from D_start to D_final. Using the average diameter gives the correct mean surface speed for MRR calculation.
- Feed Rate Multiplier: Faster feed (IPR) directly improves MRR and reduces cycle time, but increases tool loading. Typical finishing feeds are 0.003–0.008 IPR; heavy roughing feeds reach 0.020–0.050 IPR.
- Multiple Passes: For deep material removal, the full offset may be broken into multiple passes for dimensional control and tool protection. Multiply single-pass machining time by passes for total cycle time.
- Input Validation: Final diameter must be smaller than starting diameter for outer turning. If final > start, the component errors gracefully rather than computing a negative DOC.
Step-by-Step Example Walkthrough
" A machinist needs to turn a 2.500-inch diameter steel bar down to 2.000 inches over a 4-inch cut length at 800 RPM with 0.015 IPR feed. Calculate DOC, time, and MRR. "
- 1. Calculate DOC: (2.500 - 2.000) / 2 = 0.500 / 2 = 0.250 inch radial depth.
- 2. Calculate machining time: T = 4.0 / (0.015 × 800) = 4.0 / 12.0 = 0.333 minutes (20 seconds).
- 3. Calculate average diameter: D_avg = (2.500 + 2.000) / 2 = 2.250 inches.
- 4. Calculate MRR: π × 2.250 × 0.250 × 0.015 × 800 = 21.21 in³/min.
- 5. Volume cross-check: π/4 × (2.5² - 2.0²) × 4 = 7.07 in³. At 21.21 in³/min for 0.333 min = 7.07 in³ ✓