586,512 active members*
3,432 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > Fanuc > Fanuc Series 20-TA (G90 canned cycle)
Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2009
    Posts
    88

    Fanuc Series 20-TA (G90 canned cycle)

    i am wanting to use a G90 canned cycle and was wondering how to input the data. just starting out with cnc lathe with a fanuc control so any help would be great

    thanks

  2. #2
    Join Date
    Oct 2009
    Posts
    118
    G90 is a turn/bore cycle.

    turn example. starting with a 5" part turn down to 4.9" length 1".

    GO X5. Z.1
    G90 X4.9 Z-1. F.01

    this command will do the same as these moves

    G0 X5. Z1.
    G0 X4.9
    G1 Z-1. F.01
    G1 X5. F.01
    G0 Z.1

    Now that saved some typing, but there is more...

    GO X5. Z.1
    G90 X4.9 Z-1. F.01
    X4.8
    X4.7
    G0 G28 U0 W0 M5

    This example will continue cutting by the value specified. This can save typing, make programs shorter, easier to read. The downside is at the end of each cut, it will feed up to 5". This can be a waste of time. A G71 would work better in some cases.

    Regards,
    Ken

  3. #3
    Join Date
    Dec 2009
    Posts
    88
    my operator's manual does not show a G71 what is it and how is it utilized and thanks on the G90 info that clears thing up

  4. #4
    Join Date
    Feb 2006
    Posts
    1792
    See the attachment for more info on G90 which can also be used for taper turning with an R-word.

    Yes. Because of radial retraction at feedrate, subsequent calls of G90 become inefficient. In such cases, change the radial position of the start point after a few calls.

    G71 may be an option.
    Attached Files Attached Files

  5. #5
    Join Date
    Oct 2009
    Posts
    118
    Here is a control similar to yours, this is a tool builders manual.

    http://www.snkamerica.com/Prod-pdf/G...tor_Guide2.pdf

    What would help you a lot is a fanuc operator's manual for your specific control. They can be ordered from fanuc, but I don't know the cost.

Similar Threads

  1. canned cycle for lathe with fanuc control
    By JPann in forum G-Code Programing
    Replies: 6
    Last Post: 09-27-2011, 06:45 PM
  2. Canned Cycle - Fanuc oi
    By Trevorweb in forum G-Code Programing
    Replies: 6
    Last Post: 03-12-2009, 03:08 PM
  3. Fanuc Canned Cycle MACROS
    By kuyohtay in forum Fanuc
    Replies: 9
    Last Post: 05-20-2008, 09:40 PM
  4. G90 (Canned turning cycle) Fanuc 21i-TB ?
    By Jdavis733 in forum G-Code Programing
    Replies: 0
    Last Post: 01-24-2008, 03:18 AM
  5. Canned Cycle G73 Om Control Fanuc(drill)
    By marrieche in forum Fanuc
    Replies: 1
    Last Post: 03-05-2007, 11:51 PM

Posting Permissions

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