586,106 active members*
3,026 visitors online*
Register for free
Login
Results 1 to 5 of 5
  1. #1
    Join Date
    May 2008
    Posts
    77

    Re-cut threads and canned cycles

    Does anyone know if you can recut threads after the operation is over? Would the machine repeat in the same location if you don't remove the part, so that you can walk a thread down to depth?

    Does path pilot have can cycles for lathes?

  2. #2
    Join Date
    Feb 2016
    Posts
    62

    Re-cut threads and canned cycles

    Short answer is yes, you can recut/rerun the thread program if you don't take out the part

    I had the same exact concern when the test nut didn't fit.

    I even cut and pasted just the thread code on a new file and it ran just fine.

    I also noticed that path pilot leaves a bit too much material after threading and I would have to recut/chase the threads often. But I wouldn't be surprised if I entered inaccurate offsets.


    Sent from my iPhone using Tapatalk

  3. #3
    Join Date
    May 2008
    Posts
    77

    Re: Re-cut threads and canned cycles

    thanks. I'll download the usermanual for the slant bed to see what if any canned cycle the lathe has.

  4. #4
    Join Date
    Dec 2008
    Posts
    3109

    Re: Re-cut threads and canned cycles

    Quote Originally Posted by soymilk View Post
    Does anyone know if you can recut threads after the operation is over? Would the machine repeat in the same location if you don't remove the part, so that you can walk a thread down to depth?

    Does path pilot have can cycles for lathes?
    +1

    The only criteria for recutting the same path is.... part is not removed, RPM is not altered, & Z start position is unaltered

    - if you had to re-chuck a part.......you could re-chase it by carefully altering the Z start position in the program.
    ........moving the Z start position by the thread pitch would make the tool follow the previous path ( ie 3mm pitch, tool is out by 1/2 a turn..... move start position by 1.5mm )

  5. #5
    Join Date
    Dec 2013
    Posts
    267

    Re: Re-cut threads and canned cycles

    As everyone has pointed out above, the encoder will re-engage the cutter at the same exact point regardless of how many times the program runs.

    It is also possible to "pick up a thread" on a CNC lathe as well. Although I haven't tried this myself. There are lots of very interesting threads that are worth a read online if you want to learn more about how the encoder interfaces to the machine and the G32 synchronization (for Fanuc style controllers). For picking up the thread, it seems to be a combination of setting your Z-axis work offset and your tool wear offset - very similar to how you would pick up a thread on a manual lathe with the Z and/or compound, then dial X for cut.

    Here is a simple threading routine I put together yesterday in Fusion360 with a custom post I wrote for my old Fanuc 0T-B lathe - worked like a charm =) (sorry to be off topic, but this might help explain a little bit about threading if you've only seen canned cycles)

    My apologies for formatting, my post removes all unnecessary whitespace since machines didn't have gigabytes of memory in 1988.

    Notes: Thread pitch is controlled with feed-per-rev in G99 mode, threading at 2000 RPM (servo drive with very high acceleration). This is an M8-1.0 thread.

    Code:
    (THREAD1)
    M1
    T0505
    (KENNA TOP NOTCH THREADING)
    G99
    G99S2000M3
    G0X1.Z0.1969
    X1.Z0.1633
    G1X0.2913F0.03937
    G32Z-0.1988
    X0.3405Z-0.2234
    G0X1.Z-0.2234
    X1.Z0.1611
    G1X0.2834F0.03937
    G32Z-0.1971
    X0.3405Z-0.2256
    G0X1.Z-0.2256
    X1.Z0.1594
    G1X0.2774F0.03937
    G32Z-0.1958
    X0.3405Z-0.2274
    G0X1.Z-0.2274
    X1.Z0.1579
    G1X0.2723F0.03937
    G32Z-0.1947
    X0.3405Z-0.2288
    G0X1.Z-0.2288
    X1.Z0.1567
    G1X0.2678F0.03937
    G32Z-0.1937
    X0.3405Z-0.2301
    G0X1.Z-0.2301
    X1.Z0.1567
    G1X0.2678F0.03937
    G32Z-0.1937
    X0.3405Z-0.2301
    G0X1.Z-0.2301
    X1.Z0.1969
    G28U0.

Similar Threads

  1. canned cycles
    By buster8297 in forum G-Code Programing
    Replies: 9
    Last Post: 11-06-2012, 04:26 PM
  2. 0m-c canned cycles
    By jpcnc in forum Fanuc
    Replies: 2
    Last Post: 07-02-2011, 01:59 AM
  3. canned cycles
    By astro cnc in forum G-Code Programing
    Replies: 3
    Last Post: 02-17-2009, 03:40 PM
  4. canned cycles on 16t?
    By DocHod in forum Fanuc
    Replies: 3
    Last Post: 07-09-2007, 01:58 AM
  5. G90/G91 in canned cycles
    By alfalfa in forum CamSoft Products
    Replies: 18
    Last Post: 02-25-2007, 12:20 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
  •