587,173 active members*
3,915 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Daewoo/Doosan > Need help w/ Fanuc 18ti live tooling problem...
Results 1 to 11 of 11
  1. #1
    Join Date
    Oct 2007
    Posts
    30

    Need help w/ Fanuc 18ti live tooling problem...

    I have a problem. I am not able to move my C-axis in 90 degree increments in
    the following program below. The drilling cycle will work but it seems I am missing something here. It does however index to C-O degrees but will not index to 90, 180, and 270. Can someone explain?

    I am trying to drill and tap 4 M10 x 1.5 holes 1.250 deep.

    (DRILLING CYCLE
    T0909
    M35
    G28H0
    G0X250.Z250.C0.
    G98G97S2300M33
    Z5.0
    Z.1X5.0M8
    G83Z-1.25R0.Q1000F5.M89
    C90Q3000
    C180Q3000
    C270Q3000
    G0Z2.
    G80
    G0X30.M9
    Z20.
    G80

  2. #2
    Join Date
    Mar 2003
    Posts
    2932
    Does it appear to tap the same hole 4 times?

    Maybe you need a decimal point; C90. C180. and C270. Your control may be interpeting those as C0.090, C0.180, and C0.270... just a thought.

  3. #3
    Join Date
    Jul 2003
    Posts
    263
    Quote Originally Posted by dcoupar View Post
    Does it appear to tap the same hole 4 times?

    Maybe you need a decimal point; C90. C180. and C270. Your control may be interpeting those as C0.090, C0.180, and C0.270... just a thought.
    you are correct. fanucs will read his numbers that way if there is no decimal point because the control will add a decimal point after 4 places if none is defined
    If you can ENVISION it I can make it

  4. #4
    Join Date
    Mar 2003
    Posts
    2932
    I believe that parameter 3401 bit 0 (DPI) affects how commands without decimal points are treated. But I never heard back from 'bdyenter' if that in fact WAS the problem.

  5. #5
    Join Date
    Apr 2008
    Posts
    1
    Try this...(an example 4 M10 threads in 20mm depth at a diameter 100)
    ------
    GOX300Z100C0
    G97S1280M33
    G0Z8
    X100M8
    G83Z-20R-5Q1000F0.1H90K4M89.
    G0Z15
    X300Z100M9
    G80
    It works perfect in a puma 600LM .
    Be carefull the first hole is in 90 deg.(NOT IN 0 DEG)and the last in 360 deg.
    and for rigid taping
    try this

    -------
    G97S318M33
    GOX100Z10C0
    M29S318(This enables the rigid mode)
    G84Z-17R-3F1.5H90K4M89
    GOZ15
    X300Z100
    G80
    Try it with a generous 0FFZ correction first time.Dont need any special tapping collet.A good R-8 is ok.Try in single block mode once.The machine go to x100z10c0 and the tap rotates.then the tap stops.after that the machine moves - 3mm in z axe.At this point the tap starts rotate and move to point z-17 in controled condition.then the tap stops rotating motion and moving together.After that the tap rotates anticlockwise and moves
    back to the point z7and stops again.(note that the first thread is in 90 deg and the last in 360 deg.) you can not break any tap!!!

  6. #6
    Join Date
    Mar 2003
    Posts
    2932
    HEY BDYENTER! You kick the bucket or something? How about a little feedback? Feels like I'm talking to my wife or a wall or something...

  7. #7
    Join Date
    Oct 2007
    Posts
    30
    Sorry fella's. I was on vacation. I appreciate your help. It was a mix of two different problems.

    1) First... yes you were indeed correct that C90 needed to be C90. with a decimal point. That did infact fix the problem with rotating to the correct degree point.

    2) My other problem that I found was that I did not use an M90 to unclamp before the chuck would index 90 degrees. After I changed these two items, It worked perfectly.

    Thanks for all your help guys. Sorry I did not reply right away. Wont happen again.

    Bdyenter

  8. #8
    Join Date
    Jan 2006
    Posts
    21
    You are right some machine should unclamp before rotating table to any degree. Before turn table unclamp block need.

  9. #9
    Join Date
    Mar 2003
    Posts
    2932
    bdyenter,

    I believe if you put the M89 in the G83 block, it should unclamp automatically when it reads a new axis command (C90., for example). Check parameter #5110. It should be 89, IIRC.

    Dave

  10. #10
    Join Date
    Mar 2003
    Posts
    2932
    Does your machine have a sub-spindle? If so, you should have these macros in the control to set prm #5100 to 89 for main spindle and 189 for the sub-spindle.

    O9001(M289 5110=89)
    #3003=1
    G10L50
    N5110R89
    G11
    #3003=0
    M99

    O9002(M389 5110=189)
    #3003=1
    G10L50
    N5110R189
    G11
    #3003=0
    M99

  11. #11
    Join Date
    Nov 2007
    Posts
    13
    G83 Z-2.0 R-.5Q1000F0.1H90.K4M89
    H= deg to next hole
    K= number of holes
    That should work for z axis drilling

    G87 if you wanted todrill in the x axis

Similar Threads

  1. What is Live tooling versus "non-live tooling"?
    By squale in forum Uncategorised MetalWorking Machines
    Replies: 8
    Last Post: 11-15-2007, 09:38 PM
  2. Replies: 2
    Last Post: 11-03-2007, 02:55 AM
  3. Wear control in Fanuc 18ti
    By fizzman in forum Fanuc
    Replies: 1
    Last Post: 10-14-2007, 08:57 PM
  4. Need help with live tooling on a FANUC 10Te/f
    By kangarabbit in forum Fanuc
    Replies: 4
    Last Post: 03-30-2006, 10:05 AM
  5. C Axis on Fanuc 18Ti
    By ThunderSnow in forum G-Code Programing
    Replies: 1
    Last Post: 01-24-2006, 07:40 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
  •