. .

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Hello,

    I am trying to calculate the required plunge depth for a v cutter needed to produce a given diameter of hole.

    Can someone explain the formula I need?

    Thanks!

    --------------------------------------------------
    EDIT:

    Answer:-

    Z = Depth of cut
    d = Required diameter of cut
    a = Cutter tip angle in degrees*
    f = Flat spot
    r = Tip radius

    V Groove type cutter with no flat spot.
    Z=d/(2*tan(a/2))

    V Groove type cutter with flat spot.
    Z=(d-f)/(2*tan(a/2))

    V-Groove type cutter with a radius tip.
    Z=r-(r^2-d^2/4)^0.5, for Z<=2r
    Z=r+(d-2r)/(2*tan(a/2)), for Z>2r

    Ballnose type cutter.
    Z=r-(r^2-d^2/4)^0.5, for Z<=2r

    * The TAN() function in some applications (such as Excel) require the angle to be expressed in radians, Not degrees. Convert degrees to radians - Radians = angleInDegrees x (PI/180)
    So in excel the first formula above would become:-
    Z=d/(2*tan((a*(PI()/180)/2))
    Last edited by cncJim; 06-11-2013 at 12:58 PM.

  2. The Following User Says Thank You to cncJim For This Useful Post:


  3. #2
    I might be wrong, but you should be able to use an online calculator similar to this.....

    Right Triangle Angle And Side Calculator

    Just assume your cutter is lying on its side, therefore.....

    In the 'side b' box (this is your experimental 'cut depth')

    In the angle box (enter your V cutter angle divided by two)

    the cut width will be the 'a' result multiplied by two.

    Example....

    say you have a 60 degree V cutter & you want to know the diameter of a hole if you go 2mm deep

    enter '2' in the side b box
    enter 30 in the angle box

    Click calculate.

    the hole will be side 'a' multiplied by 2...therefore 1.15 x 2 = 3.3mm

    I realsie it's not exactly what you seek (fwiw, I suck at trig), but if nobody else chimes in, te above method should get you there! There may well be a dedicated calculator out there, but that was just a quick search/kludge! (kludge is my friend...we know each other so well)
    Last edited by HankMcSpank; 05-11-2013 at 01:18 PM.

  4. #3
    best I can do
    width of cut/2 x tan (cutter angle)
    tan 30 = 0.577
    Tan 45 = 1
    Tan 60 = 1.732

    Such that for a 60 degree cutter wanting a 3.. wide cut then 3/(2*1.732) = 0.866 ( in whatever units yo are using)

    peter

  5. #4
    Try the attached, just enter cutter angle and hole diameter required.
    Attached Files Attached Files
    Last edited by EddyCurrent; 05-11-2013 at 02:30 PM.

  6. #5
    Thank you everyone for your input! I think I am slowly understanding :)

    Depth of cut = (requiredDiameter/2) X TAN(cutterAngle X (PI/180))

    So..
    requiredDiameter = 10
    cutterAngle = 60
    (10/2) X TAN(60 X (3.141593/180)) = 8.66 plunge
    Last edited by cncJim; 05-11-2013 at 03:31 PM.

  7. #6
    With Excel you have to remember that the TAN() function uses Radians for the angle so the PI()/180 is to change the angle into radians.
    So if you use just a calculator it would be (requiredDiameter/2) X tan(angle in degrees)

    These are the angles reffered to.

    Click image for larger version. 

Name:	v cutter.JPG 
Views:	321 
Size:	6.4 KB 
ID:	10583

  8. The Following User Says Thank You to EddyCurrent For This Useful Post:


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 05-12-2013, 07:28 PM
  2. Will this end-mill plunge?
    By Tenson in forum Tool & Tooling Technology
    Replies: 10
    Last Post: 26-02-2013, 04:40 PM
  3. Z axis not cutting to required depth
    By dinasblu in forum Machine Discussion
    Replies: 10
    Last Post: 02-07-2012, 05:38 PM
  4. Taking the plunge
    By Robin Hewitt in forum Computer Software
    Replies: 0
    Last Post: 14-05-2010, 01:22 AM
  5. End mill depth 'stop' rings
    By HankMcSpank in forum Tool & Tooling Technology
    Replies: 10
    Last Post: 24-02-2010, 02:03 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •