585,599 active members*
3,572 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > SprutCAM > Problem with pauses in drill operation
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2008
    Posts
    17

    Problem with pauses in drill operation

    Hi there, I'm using build 5.36 of SC2007 with a roland mdx-540 milling machine and for the most part the code generated by the postprocessor is perfect. However, I've noticed that the postprocessor seems to just ignore pauses in drilling operations, so they don't get translated into code. For example, if using the drilling with chip break operation the dwell time parameter has no effect on the final code generated, which comes out looking like this;

    %
    N0001 G17 G98 G80 G40 G21 M9
    N0002 G90
    (HOLE MACHINING)
    N0003 (DRILL L7, D0.5, A120)
    N0004 S11459 M3
    N0005 G00 G43 X8.15 Y11.9 Z2. H1
    N0006 G73 Z-3. Q0.5 F100. P0500
    N0007 X10.45
    N0008 X12.75
    N0009 X15.05
    N0010 X17.35
    N0011 G80
    N0012 M30 M5


    I assume the "P" parameter for N006 is supposed to be the pause, but no value from 5 to 500 seems to have an effect. Have I grossly misjudged the scale of the units used, or is somethingt else at play here? Cheers everyone =)

  2. #2
    Join Date
    Mar 2008
    Posts
    309
    I'll take a crack at this...

    According to page 176 of the CNC Programming Handbook, the dwell command might not be accepted during the G73 canned cycle. If your machine does not pause, that just may be because it won't pause in that canned cycle.

    The book suggests that only the G76, G82, G88, and G89 cycles accept dwell, but then it confusingly offers that technically all canned cycles accept it...

    Try the Dwell command, e.g. "G04 P500" to see if it will pause at all, and maybe read the manual for your machine to see if P is allowed in the G73 cycle.

    I think I would also try rearranging the line and put the P address before the Q and F addresses to see if that helps.

    By the way, the units for P are milliseconds, so 500 would be a dwell of one half second.

    Good luck,

    - Just Gary

  3. #3
    Join Date
    Jun 2008
    Posts
    17
    Thanks for the fast reply. I'll try the above and see if it helps

  4. #4
    Join Date
    Jun 2006
    Posts
    3063
    You might also want to upgrade to the latest version - I think that Sprut is at Build 5.48 or so now.

    Mike

Similar Threads

  1. Drill operation V22
    By hall6ppc in forum BobCad-Cam
    Replies: 0
    Last Post: 12-22-2008, 03:58 PM
  2. macro - motion pauses each loop
    By kendo in forum Haas Mills
    Replies: 2
    Last Post: 12-18-2008, 12:17 PM
  3. SheetCAM TNG simple drill operation
    By BillTodd in forum SheetCam
    Replies: 1
    Last Post: 12-03-2008, 08:23 PM
  4. Drill operation problem
    By nomodoh in forum CamBam
    Replies: 1
    Last Post: 07-27-2007, 03:56 PM
  5. Unusually long pauses
    By NeoMoses in forum DNC Problems and Solutions
    Replies: 10
    Last Post: 04-25-2003, 10:31 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
  •