587,481 active members*
3,083 visitors online*
Register for free
Login
Results 1 to 18 of 18
  1. #1
    Join Date
    Feb 2005
    Posts
    27

    Exclamation fanuc o-t feed rate help

    Hello fellas,
    Iam new to the site and love it...... I recently bought a tong-tai lathe (hatachi-seki off chute) at a bargin basement price. It did not include any manuals. I am having a problem with feed I want to use the standard of inches per rev. but it will only feed in inches per min. even when I use a g99 code. I tried absoulte and incremental (G90 &G91) to see if this has any effect but no good. I can deal with the math to figure out the speeds and feeds but my other lathes will take a G99 and apply it proplerly. I am wondering if anyone out there knows of a parameter setting ?? am missing to something to get this to work properly? I have ran and programed fanuc for years and never ran into this problem maybe someone out there can share some of there wisdom with me??? thank-you

  2. #2
    Join Date
    Dec 2003
    Posts
    24220
    Does the spindle have an encoder? if not it won't have constant surface feed.
    Al
    CNC, Mechatronics Integration and Custom Machine Design

    “Logic will get you from A to B. Imagination will take you everywhere.”
    Albert E.

  3. #3
    Join Date
    Feb 2005
    Posts
    69
    If it has a spindle encoder try G95. Are you trying to use css or just inches per rev? I work mostly with 15, 16, 18, and 21 Fanucs, but I might have some 0-T manuals at work. I'll look Monday.

  4. #4
    Join Date
    Feb 2005
    Posts
    27
    the spindle does have an encoder. I tried the G95 contol says the code is invalid.I always use css (unless I am threading or grooving) I think just a G-code list for the O-T control would help if anyone has one there has to be something simple I am missing I always program with a G90,G99 and G96

  5. #5
    Join Date
    Feb 2005
    Posts
    48
    I program for a 0T at work
    I will copy a G-Code sheet and will try to post it here
    The Machine I prigram for is also a Tong-Tai machine
    It is a Galaxy version unsure of the modle #
    I will also try to look at the parameters and see which one controls the feeds
    Tong Tai is great for forgeting books with there machines
    The company I work for has one mill and one lathe
    The mill came with a operators manual but no parts manual
    The lathe came with a parts manual but no operators manual
    Neither came with fanuc manuals which is not a big deal but when you are missing multiple it realy sucks to trouble shoot machines

  6. #6
    Join Date
    Feb 2005
    Posts
    27
    that would be great camcrash sounds like we have the same machines mine also is a galaxy.(1996)

  7. #7
    Join Date
    Feb 2005
    Posts
    35

    Does anyone know what FANUC stands for?

    F riggin
    A merican
    N o
    U nderstand
    C hinese

  8. #8
    Join Date
    Feb 2005
    Posts
    48
    joe I have not forgot this week started with a lot of fires I have been trying to put out I will try to get this info ASAP

    Sorry,

  9. #9
    Join Date
    Feb 2005
    Posts
    69
    Joe1970,

    I sent you an email, but I might be able to post them here. Codes are for a 0T and 0M.

    Hope this helps, Daryl
    Attached Files Attached Files

  10. #10
    Join Date
    Feb 2005
    Posts
    69
    I brought the books home if you need more info.

  11. #11
    Join Date
    Feb 2005
    Posts
    27
    thank alot daryl i sent e-mails to the shop and see if they will help I am getting sick of converting fpm to fpr I do about 10 set-ups and programs a day all small runs and this is costing me time and money so your help is greatly appreciated this one has got me perplexed I thought I had seen it all but buy used equipment and live and learn...

  12. #12
    Join Date
    Aug 2009
    Posts
    1
    Can i ask anyone,

    When you do G95 for the first time, say with a G01, then type in your XYZ and your Feedrate, for the first time in your code, is that the only time you'll need to use G95?

    Or do you need to specify mm/rev (G95) every time that your cutting?

    This is for FANUC 6MB controller system...(i don't have access to a machine, its just for a university assignment)...

  13. #13
    Join Date
    Mar 2003
    Posts
    2932
    Quote Originally Posted by A L View Post
    Can i ask anyone,

    When you do G95 for the first time, say with a G01, then type in your XYZ and your Feedrate, for the first time in your code, is that the only time you'll need to use G95?

    Or do you need to specify mm/rev (G95) every time that your cutting?

    This is for FANUC 6MB controller system...(i don't have access to a machine, its just for a university assignment)...
    G94 and G95 are "modal", so when you program G95, it puts the control in feed-per-revolution mode, and it remains that way until it reads a G94. So if you always program in G95, put one in the beginning of the program and it will stay active for the entire program.

  14. #14
    Join Date
    Feb 2008
    Posts
    586
    Quote Originally Posted by dcoupar View Post
    G94 and G95 are "modal", so when you program G95, it puts the control in feed-per-revolution mode, and it remains that way until it reads a G94. So if you always program in G95, put one in the beginning of the program and it will stay active for the entire program.
    Also, the default turn-on mode is set by parameter, so you may "turn on" in G95 or in G94 (on my lathe its G98/G99)

  15. #15
    Join Date
    Mar 2003
    Posts
    2932
    Quote Originally Posted by joe1970 View Post
    the spindle does have an encoder. I tried the G95 contol says the code is invalid.I always use css (unless I am threading or grooving) I think just a G-code list for the O-T control would help if anyone has one there has to be something simple I am missing I always program with a G90,G99 and G96
    Check parameter 007 bit 5. If it is 0, your control is set for "Standard G Codes", which uses G98 and G99 for FPM and FPR. If it's 1, the control will use "Special G Codes" which uses G94 and G95.

  16. #16
    Join Date
    Mar 2003
    Posts
    2932
    Quote Originally Posted by beege View Post
    Also, the default turn-on mode is set by parameter, so you may "turn on" in G95 or in G94 (on my lathe its G98/G99)
    Parameter 007 bit 2 selects which code G94 (G98) or G95 (G99) is active at power up.

  17. #17
    Join Date
    Feb 2008
    Posts
    586
    Thanks for the info dcoupar!

  18. #18
    Join Date
    Mar 2003
    Posts
    2932
    Not a problem. That's why we all hang out here!

Similar Threads

  1. Need Bridgeport EZ-Track G-Codes to build post
    By soweebee in forum Bridgeport / Hardinge Mills
    Replies: 13
    Last Post: 01-28-2006, 08:10 AM
  2. C & Z Feed rate
    By rfstar in forum G-Code Programing
    Replies: 7
    Last Post: 06-22-2005, 06:38 AM
  3. Advice needed for Mill Feed Rate
    By raytor in forum Benchtop Machines
    Replies: 4
    Last Post: 03-25-2005, 08:11 PM
  4. Feed rate question
    By studysession in forum Uncategorised MetalWorking Machines
    Replies: 6
    Last Post: 10-30-2004, 07:00 PM
  5. How can I up my feed rate ?
    By ynneb in forum DIY CNC Router Table Machines
    Replies: 7
    Last Post: 07-13-2004, 03:40 AM

Posting Permissions

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