587,568 active members*
3,524 visitors online*
Register for free
Login
Results 1 to 12 of 12
  1. #1
    Join Date
    Feb 2018
    Posts
    23

    Tool Nose Comp lathe problem

    Hi all,

    After many years of programming Fanuc lathes at the machine, I took the plunge today to actually use the TNR comp. As I feared I have hit a problem. WIth a 0.8 mm tool rad, in T3 after facing off to Z 0.0 , I approach the work, G0 X32.0 Z2.0, THEN G1 G42 Z0.0. At this point the tool goes into the face, almost as it the compensation is too much. Hope that explains it enough. Any ideas why?

    Pete , UK

  2. #2
    Join Date
    Mar 2003
    Posts
    2932

    Re: Tool Nose Comp lathe problem

    What is the next block?

  3. #3
    Join Date
    Feb 2018
    Posts
    23
    Quote Originally Posted by dcoupar View Post
    What is the next block?
    Hiya

    Ok, at work now so these are the actual figures

    G0 G42 X47.0 Z2.0
    G0 X26.5
    G1 Z0.0 F0.1
    G1 X30.0 C1.75
    G1 Z-39.5
    G1 X46.0
    G0 G40 X200.0 Z200.0 T1000

  4. #4
    Join Date
    Jan 2010
    Posts
    171

    Re: Tool Nose Comp lathe problem

    I think you need to start lower, now the tip is at X26.5, so if you have 1.2 in nose radius start at x24.(0.1 clearance) But if you change to R1.6 it will plunge, but if you change to smaller it's ok.
    A little tricky to start compensation on a chamfer you need to think of the nose radius of the tool, 30-(1.75*2)-(1.2*2)=24.1

    G0 G42 X47.0 Z2.0
    G0 X24.
    G1 Z0.0 F0.1
    G1 X30.0 C1.75
    G1 Z-39.5
    G1 X46.0
    G0 G40 X200.0 Z200.0 T1000

  5. #5
    Join Date
    Feb 2006
    Posts
    1792

    Re: Tool Nose Comp lathe problem

    Make sure that you have the correct nose number in the offset.

  6. #6
    Join Date
    Feb 2018
    Posts
    23

    Re: Tool Nose Comp lathe problem

    Hi

    Yes its a 0.8mm tool nose rad, and quadrant 3

  7. #7
    Join Date
    Feb 2018
    Posts
    23

    Re: Tool Nose Comp lathe problem

    Hiya,

    It's a 0.8 rad insert, not 1.2.
    But from what you say it seems I have to allow for the tip rad in my x calculation? I.E 0.8 x 2 = 1.6 so 30mm - 1.75 -1.75 - 1.6 = X 24.9. If so, surely thats the point of the G42 isnt it? So I dont have to work this out?

    Pete

  8. #8

    Re: Tool Nose Comp lathe problem

    Quote Originally Posted by ProToZyKo View Post
    I think you need to start lower, now the tip is at X26.5, so if you have 1.2 in nose radius start at x24.(0.1 clearance) But if you change to R1.6 it will plunge, but if you change to smaller it's ok.
    A little tricky to start compensation on a chamfer you need to think of the nose radius of the tool, 30-(1.75*2)-(1.2*2)=24.1

    G0 G42 X47.0 Z2.0
    G0 X24.
    G1 Z0.0 F0.1
    G1 X30.0 C1.75
    G1 Z-39.5
    G1 X46.0
    G0 G40 X200.0 Z200.0 T1000
    ಠ_ಠ

    T1010
    ************************************************** *********
    *~~Darwinian Man, though well-behaved, At best is only a monkey shaved!~~*
    ************************************************** *********
    *__________If you feel inclined to pay for the support you receive__________*
    *_______Please give to charity https://www.oxfam.org.au/get-involved/_______*
    ************************************************** *********

  9. #9
    Join Date
    Feb 2018
    Posts
    23
    Quote Originally Posted by MysticMonkey View Post
    ಠ_ಠ

    T1010
    Yes the line before has T1010

  10. #10
    Join Date
    Jan 2010
    Posts
    171

    Re: Tool Nose Comp lathe problem

    Quote Originally Posted by singist48 View Post
    Hiya,

    It's a 0.8 rad insert, not 1.2.
    But from what you say it seems I have to allow for the tip rad in my x calculation? I.E 0.8 x 2 = 1.6 so 30mm - 1.75 -1.75 - 1.6 = X 24.9. If so, surely thats the point of the G42 isnt it? So I dont have to work this out?

    Pete
    It's only where when you start you need to consider this, if you tell the machine to go to x26.5 it will undercut to make the chamfer.
    Maybe you can do it like this instead, it will go under with the tool radius.

    G0 X47.0 Z2.0
    G0 G42 X26.5
    G1 Z0.0 F0.1
    G1 X30.0 C1.75
    G1 Z-39.5
    G1 X46.0
    G0 G40 X200.0 Z200.0 T1000

  11. #11
    Join Date
    Feb 2018
    Posts
    23
    Quote Originally Posted by ProToZyKo View Post
    It's only where when you start you need to consider this, if you tell the machine to go to x26.5 it will undercut to make the chamfer.
    Maybe you can do it like this instead, it will go under with the tool radius.

    G0 X47.0 Z2.0
    G0 G42 X26.5
    G1 Z0.0 F0.1
    G1 X30.0 C1.75
    G1 Z-39.5
    G1 X46.0
    G0 G40 X200.0 Z200.0 T1000
    You are the man! Thank you so much. It seems such a simple
    Answer but I could not get my head round it. Works
    Perfectly now.

    Thanks again

    Pete

  12. #12
    Join Date
    Jan 2010
    Posts
    171

    Re: Tool Nose Comp lathe problem

    Glad it worked, i don't use compensation much because issues like this, but i never thought about starting compensation X start of chamfer, i always started compensation on Z so i always had to give it enough space in X direction before chamfer.

Similar Threads

  1. Tool Nose Radius Comp
    By lukehonor in forum G-Code Programing
    Replies: 1
    Last Post: 12-27-2010, 11:22 PM
  2. Tool nose comp
    By jorgehrr in forum G-Code Programing
    Replies: 8
    Last Post: 09-26-2010, 07:23 PM
  3. tool nose comp?
    By wronggrade in forum G-Code Programing
    Replies: 8
    Last Post: 12-02-2008, 01:46 PM
  4. Help with tool nose radius comp
    By mcash3000 in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 6
    Last Post: 05-09-2008, 02:25 PM
  5. tool nose comp.?
    By pp-TG in forum MetalWork Discussion
    Replies: 1
    Last Post: 09-19-2006, 09:36 PM

Tags for this Thread

Posting Permissions

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