587,173 active members*
3,843 visitors online*
Register for free
Login
Page 1 of 2 12
Results 1 to 20 of 21
  1. #1
    Join Date
    Nov 2007
    Posts
    361

    o-t series drilling cycle

    Iam running a femco lathe that has a fanuc o-t series control.I've tried every canned drilling cycle that I know of and everyone in the shop as well.But nothing works! Does anyone have any Idea whats going on or what to do to fix this.All help is deeply appreciated THANKS
    :drowning:

  2. #2
    Join Date
    Nov 2007
    Posts
    364
    Whats wrong with it?

  3. #3
    Join Date
    Nov 2007
    Posts
    361

    drilling cycle

    Quote Originally Posted by lshingleton View Post
    Whats wrong with it?
    The drilling cycle does not work .I changed the parameter 0909#3to1 and it gave me 000 p/s alarm . I have tried every drilling cycle and everyone in the shop as well, but nothing works Any ideas?

  4. #4
    Join Date
    Nov 2006
    Posts
    925
    Why did you change the parameter and what codes did you try for the drilling cycle?
    Mark.

  5. #5
    Join Date
    Nov 2007
    Posts
    361
    Quote Originally Posted by gridley51 View Post
    Why did you change the parameter and what codes did you try for the drilling cycle?
    Mark.
    I got the parameter off of another problem I was reading about the same but diffrent kind of machine.And the number was wrong it was 909.3 to a 1 . I have tried G73, G81,G84,G83,G74, it rejects every thing.

  6. #6
    Join Date
    Nov 2006
    Posts
    925
    Just had a quick look at an OT-A manual and it supports G32,G92 threading cycles and G34 which is variable lead threadcutting.
    Mark.

  7. #7
    Join Date
    Apr 2008
    Posts
    1

    Fanuc OT drilling cycle

    Michael82,
    The last time I used a canned drilling program on a Fanuc OT control it was tied to a macro program (G65) from which variables such as depth, feed, dwell, etc. was entered. I remember not being able to "single-block" the program because it was tied to a macro program. The control was on a Hardinge Conquest, however, and they may have their own proprietary program embedded in the OT control.
    JerryK

  8. #8
    Join Date
    Nov 2006
    Posts
    925
    Oops! Sorry got mixed up and thought threading.Our OT book says G83 but apparently it does not work for us either and drilling cycles are being written long hand.
    Our W&S with OT uses G74 and it doesn`t work either apparently.So thanks very much,you have found me another job to add to a very long list. :-)
    Mark.

  9. #9
    Join Date
    Feb 2008
    Posts
    586
    I have a 10TF, and I think you may only have a G74 drilling cycle, which doesn't have a retract to any plane, just a chip-breaking peck. You may have to have a two-line entry, as some controls demand. I don't know the format of those two lines. Someone else?

  10. #10
    Join Date
    Nov 2007
    Posts
    364
    Try this ----Have a good day---Hope your machine has macro capability
    ()
    (DRILLING)
    G00G28U0
    T1000
    G00T1010X0.0Z1.0S1500M03
    G00Z.1
    ()
    #10=31 (===3.1--IN/.1 TRAVEL) -Any macro number can be used
    WHILE[#10GT1]DO1
    G01W-0.1F.006
    (G04 X1.0) (ENTER DWELL IF NEEDED)
    G00W.2
    G00W-.2
    #10=#10-1
    END1
    ()
    G00Z.25
    G00G28UO
    M30

  11. #11
    Join Date
    Nov 2007
    Posts
    361

    explain

    Can you explain this program? Is this macro and if so why do I have to run this program and not G73 or G83,G81.That is my problem I need to be able to run a canned cycle





    Quote Originally Posted by lshingleton View Post
    Try this ----Have a good day---Hope your machine has macro capability
    ()
    (DRILLING)
    G00G28U0
    T1000
    G00T1010X0.0Z1.0S1500M03
    G00Z.1
    ()
    #10=31 (===3.1--IN/.1 TRAVEL) -Any macro number can be used
    WHILE[#10GT1]DO1
    G01W-0.1F.006
    (G04 X1.0) (ENTER DWELL IF NEEDED)
    G00W.2
    G00W-.2
    #10=#10-1
    END1
    ()
    G00Z.25
    G00G28UO
    M30

  12. #12
    Join Date
    Nov 2007
    Posts
    361
    Quote Originally Posted by beege View Post
    I have a 10TF, and I think you may only have a G74 drilling cycle, which doesn't have a retract to any plane, just a chip-breaking peck. You may have to have a two-line entry, as some controls demand. I don't know the format of those two lines. Someone else?
    Do you have an example????

  13. #13
    Join Date
    Nov 2007
    Posts
    361
    Quote Originally Posted by Jerry Kotnik View Post
    Michael82,
    The last time I used a canned drilling program on a Fanuc OT control it was tied to a macro program (G65) from which variables such as depth, feed, dwell, etc. was entered. I remember not being able to "single-block" the program because it was tied to a macro program. The control was on a Hardinge Conquest, however, and they may have their own proprietary program embedded in the OT control.
    JerryK
    Do you have an example ???????

  14. #14
    Join Date
    Nov 2007
    Posts
    361
    Quote Originally Posted by gridley51 View Post
    Just had a quick look at an OT-A manual and it supports G32,G92 threading cycles and G34 which is variable lead threadcutting.
    Mark.
    Whats that have to do with canned drilling cycles?

  15. #15
    Join Date
    Nov 2007
    Posts
    361
    If there is anyone out there that could give any examples that work on a fanuc o-t series control preferable on a femco lathe

  16. #16
    Join Date
    Nov 2007
    Posts
    364
    This program creates you own canned cycle in the machine using a macro
    Something may be wrong with you software--ie never purchased-----or parameters missing and it could be awhile before you get running -this one will work if you have macro variable turned on in that control-give me an e-mail address if you need it explained or tel -number?

  17. #17
    Join Date
    Feb 2008
    Posts
    586
    I don't have an example of a two line, because I don't have a control that requires it. However,

    G74G99X0Z-1.K004000F.004 works on my machine, where X and Z are the usual suspects, and K is the peck increment, and the retract amount is a constant determined by a parameter (6217 on my machine).

    This is useless to me, and I end up writing the drilling operation longhand.

  18. #18
    Join Date
    Nov 2006
    Posts
    925
    "Whats that have to do with canned drilling cycles?"

    I have already explained I got muddled up,so,no need for the sarcasm.

  19. #19
    Join Date
    Sep 2005
    Posts
    278
    These are options, G74 should come standard, although pretty limited, if you have macro B ,(also a option) I have a good drilling program.

  20. #20
    Join Date
    Jan 2008
    Posts
    8
    Give this a try:

    N200 G74 R.010 (R is the retract amount for the peck)
    N210 G74 Z (final depth) Q(peck amount without decimal) F (feed)

Page 1 of 2 12

Similar Threads

  1. Lathe drilling canned cycle
    By cijunet in forum GibbsCAM
    Replies: 4
    Last Post: 12-08-2007, 11:38 PM
  2. Canned drilling cycle on 0TB
    By guhl in forum Fanuc
    Replies: 0
    Last Post: 11-22-2007, 01:33 PM
  3. Creating Drilling Cycle
    By edulmes in forum OneCNC
    Replies: 6
    Last Post: 11-08-2007, 04:58 AM
  4. drilling and drilling cycles tutorial
    By wmorre in forum MetalWork Discussion
    Replies: 0
    Last Post: 10-19-2006, 12:30 AM
  5. Daewoo puma 12L fanuc ot drilling canned cycle
    By burnin daylight in forum G-Code Programing
    Replies: 6
    Last Post: 08-27-2006, 11:26 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
  •