584,865 active members*
4,913 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2010
    Posts
    2

    18i Lookahead during G68 3D

    Hi,

    I'm really struggling with a control programming problem. We have an 18iMB with all the bells and whistles. The machine is a large bridge mill with a right angle head. With it we can do "five sided machining." The way we write programs for this machine is we use a G120 line that is a custom code provided by the machine manufacturer (won't be able to find it in the general Fanuc manuals.) Within this code however, the machine uses G68 3D. The problem that we're having is that we're unable to get any of the high speed or high precision lookahead functions to work. The result is very choppy movement during circles, etc. The machine will periodically hesitate. All we want to do is smooth this out.

    Is there a default lookahead value that we can adjust?

    Question: How can we smooth out our machine's motion while in G68 3D and feeding at a high feed rate?

    Any help would be greatly appreciated. I seem to have run out of other options.

  2. #2
    Join Date
    Sep 2005
    Posts
    767
    Isn't G68 used for coordinate rotation? My manual says that G08, G05, and G05.1 are used for high speed look-ahead. Here's are two clips from the manual:
    -----------------------------------
    G05.1 Q_ ;

    Q1 : Start simple high–precision contour control mode
    Q0 : End simple high–precision contour control mode

    A block for specifying G05.1 must not contain any other command.
    Simple high–precision contour control mode can also be canceled by a
    reset.

    -----------------------------------
    G08 P_;

    P1 : Turn on look–ahead control mode.
    P0 : Turn off look–ahead control mode.

  3. #3
    Join Date
    Jan 2010
    Posts
    2
    Quote Originally Posted by Dan Fritz View Post
    Isn't G68 used for coordinate rotation? My manual says that G08, G05, and G05.1 are used for high speed look-ahead. Here's are two clips from the manual:
    -----------------------------------
    G05.1 Q_ ;

    Q1 : Start simple high–precision contour control mode
    Q0 : End simple high–precision contour control mode

    A block for specifying G05.1 must not contain any other command.
    Simple high–precision contour control mode can also be canceled by a
    reset.

    -----------------------------------
    G08 P_;

    P1 : Turn on look–ahead control mode.
    P0 : Turn off look–ahead control mode.
    Dan,

    Thank you so much. I searched that book over and over again, but I skipped over "Advanced Preview" because I just didn't know what that meant. I was looking for "High Speed" something or "lookahead" etc.

    I found the G05.1 a while ago, but it will not work in the coordinate rotation. G08 worked!! If you read the acceptable codes in the manual, it even says that it'll work!

    You made my day.

    Thanks again,

    Jeff

Similar Threads

  1. Is it possible using TRAORI with Lookahead interpolation?
    By Treva in forum G-Code Programing
    Replies: 0
    Last Post: 11-19-2010, 09:23 AM
  2. lookahead DNC downloading 18-m control
    By Wiplash in forum Fanuc
    Replies: 9
    Last Post: 02-28-2008, 05:37 AM
  3. Lookahead script
    By Rikard L in forum Visual Basic
    Replies: 2
    Last Post: 09-11-2007, 07:28 PM
  4. Lookahead Script
    By Rikard L in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 0
    Last Post: 09-10-2007, 08:06 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
  •