586,009 active members*
4,778 visitors online*
Register for free
Login
Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2014
    Posts
    8

    end of arc pause

    hurco ultimax II. here is part of code. at the end of line 14 the machine has a slight delay. It only delays from an arc to linear segment. any suggestions why? If line 16 were another G02 the machine does not delay.

    N10 G00 X1.0
    N12 G01 Z-.1F10
    N14 G02 X-1.0Y0I0J0Z-.1F10
    N16 G01 X-1.0Y2.0Z-.1F10
    N18 G00.....

    Thanks for any help.

  2. #2
    Join Date
    Apr 2015
    Posts
    31

    Re: end of arc pause

    Try taking out the x,z,and f10 as they are not needed. Have it say just g1 y2.0

  3. #3
    Join Date
    Sep 2014
    Posts
    8

    Re: end of arc pause

    Thanks redbaron88. I will give that a try.

  4. #4
    Join Date
    Apr 2015
    Posts
    31

    Re: end of arc pause

    Im not sure that will do it but I always try to get rid of any code that isn't necessary. The less code to process the better imo

  5. #5
    Join Date
    Sep 2014
    Posts
    8
    Quote Originally Posted by redbaron88 View Post
    Im not sure that will do it but I always try to get rid of any code that isn't necessary. The less code to process the better imo

    Tried that today no luck. It does fine in conversational mode.

Similar Threads

  1. About the pause button
    By Jerry Shorter in forum LinuxCNC (formerly EMC2)
    Replies: 6
    Last Post: 06-18-2010, 03:14 PM
  2. Timed pause?
    By fatal-exception in forum Mach Plasma / Laser
    Replies: 6
    Last Post: 03-21-2010, 02:42 AM
  3. Pause After Plunge
    By pzzamakr1980 in forum Mastercam
    Replies: 4
    Last Post: 08-25-2008, 01:59 AM
  4. hardeware pause pause detected?????
    By Conquest1224 in forum Commercial CNC Wood Routers
    Replies: 1
    Last Post: 05-08-2007, 04:06 AM
  5. how to programmatically pause
    By Antonio_Emilio in forum LinuxCNC (formerly EMC2)
    Replies: 2
    Last Post: 01-27-2007, 06:32 PM

Tags for this Thread

Posting Permissions

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