586,119 active members*
3,629 visitors online*
Register for free
Login
IndustryArena Forum > WoodWorking Machines > DIY CNC Router Table Machines > FineLine Automation > Not sure what's causing machine to not advance beyond a line of code
Results 1 to 11 of 11
  1. #1
    Join Date
    Sep 2017
    Posts
    78

    Not sure what's causing machine to not advance beyond a line of code

    Trying to run a tiled file from Aspire 9 on a Saturn 2, CRP NEMA 34 Plug and Play. First tile ran fine, the second tile has 3 toolpaths - counterbore, holes and cutout. The counterbore ran fine, but when I get to the cutout (same tool) it starts the cut, gets to the first radius and stops the feed. Spindle still turns, but no feed.

    It's at line 23 of this code:

    ( T2_Front edge cut )
    ( File created: Thursday January 18 2018 - 07:12 PM)
    ( for Mach2/3 from Vectric )
    ( Material Size)
    ( X= 60.000, Y= 60.000, Z= 1.000)
    ()
    (Toolpaths used in this file
    (Front edge cut)
    (Tools used in this file: )
    (1 = End Mill {0.375 inches})
    N100G00G20G17G90G40G49G80
    N110G70G91.1
    N120T1M06
    N130 (End Mill {0.375 inches})
    N140G00G43Z0.8000H1
    N150S18000M03
    N160(Toolpath:- Front edge cut)
    N170()
    N180G94
    N190X0.0000Y0.0000F225.0
    N200G00X16.2420Y-0.0010Z0.2000
    N210G1X16.2420Y-0.0010Z-0.3775F75.0
    N220G1X16.2420Y5.6250Z-0.3775F225.0
    N230G3X15.6875Y6.1795I-0.5545J0.5545
    N240G1X14.8125Y6.1795Z-0.3775
    N250G2X14.6170Y6.3750I0.0000J0.1955
    N260G1X14.6170Y17.6250Z-0.3775
    N270G2X14.8125Y17.8205I0.1955J0.0000
    N280G1X15.6875Y17.8205Z-0.3775
    N290G3X16.2420Y18.3750I0.0000J0.5545
    N300G1X16.2420Y30.0000Z-0.3775
    N310G00X16.2420Y30.0000Z0.2000
    N320G00X16.2420Y-0.0010Z0.2000
    N330G1X16.2420Y-0.0010Z-0.7550F75.0
    N340G1X16.2420Y5.6250Z-0.7550F225.0
    N350G3X15.6875Y6.1795I-0.5545J0.0000
    N360G1X14.8125Y6.1795Z-0.7550
    N370G2X14.6170Y6.3750I0.0000J0.1955
    N380G1X14.6170Y17.6250Z-0.7550
    N390G2X14.8125Y17.8205I0.1955J0.0000
    N400G1X15.6875Y17.8205Z-0.7550
    N410G3X16.2420Y18.3750I0.0000J0.5545
    N420G1X16.2420Y30.0000Z-0.7550
    N430G00X16.2420Y30.0000Z0.2000
    N440G00Z0.8000
    N450G00X0.0000Y0.0000
    N460M09
    N470M30
    %

    Any thoughts? I've regenerated all the toolpaths, re-saved to g-code, etc. Same issue.

    Thanks in advance!

    Mick

  2. #2
    Join Date
    Mar 2003
    Posts
    35538

    Re: Not sure what's causing machine to not advance beyond a line of code

    When I load it into Mach3, I get a zero length arc error on that line. I get the error as soon as I load it, so I don't know why you are able to run it.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  3. #3
    Join Date
    Mar 2003
    Posts
    35538

    Re: Not sure what's causing machine to not advance beyond a line of code

    The J should be 0 in that line.

    N230G3X15.6875Y6.1795I-0.5545J0.0
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  4. #4
    Join Date
    Sep 2017
    Posts
    78

    Re: Not sure what's causing machine to not advance beyond a line of code

    Thanks Gerry. That was the problem. Now to figure out why 3 different posts are outputting it the same way.

  5. #5
    Join Date
    Jan 2006
    Posts
    22

    Re: Not sure what's causing machine to not advance beyond a line of code

    What post processor are you using?

  6. #6
    Join Date
    Sep 2017
    Posts
    78

    Re: Not sure what's causing machine to not advance beyond a line of code

    I'm not at the controller right now, but from memory we've tried Mach2/3 Arcs (inch) (*txt), G Code Arcs (inch) (*tap) and G Code (inch) (*.tap).

  7. #7
    Join Date
    Mar 2003
    Posts
    35538

    Re: Not sure what's causing machine to not advance beyond a line of code

    I've never heard of any Vectric software outputting incorrect code. I'd send the files to Vectric and ask them about it.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  8. #8

    Re: Not sure what's causing machine to not advance beyond a line of code

    Mick,

    I agree with Ger21. Our standard support process is for you to submit a ticket to Vectric support. Contact Us



    Sent from my iPhone using Tapatalk
    Fine Line Automation
    www.finelineautomation.com

  9. #9
    Join Date
    Sep 2017
    Posts
    78

    Re: Not sure what's causing machine to not advance beyond a line of code

    Thanks guys. I'll do it and let you know what they say. Appreciate the help!
    Saturn 2 4848
    CRP Plug & Play NEMA 34, 2.2kw Spindle, Mach3

  10. #10

    Re: Not sure what's causing machine to not advance beyond a line of code

    Mick,

    Did you get this solved?


    Sent from my iPhone using Tapatalk
    Fine Line Automation
    www.finelineautomation.com

  11. #11
    Join Date
    Sep 2017
    Posts
    78

    Re: Not sure what's causing machine to not advance beyond a line of code

    Thanks for checking back, Nate.

    I haven't contacted Vectric yet. Did a workaround for that file in EnRoute and I had a good bit of prep work for class yesterday. I'll forward the g-code to them tomorrow.
    Saturn 2 4848
    CRP Plug & Play NEMA 34, 2.2kw Spindle, Mach3

Similar Threads

  1. machine hesitation at the end of each line of code
    By alanbredbury in forum Mach Software (ArtSoft software)
    Replies: 17
    Last Post: 06-13-2015, 03:01 AM
  2. How to make Mach3 go line by line in the g-code?
    By flyingpickles in forum Mach Mill
    Replies: 6
    Last Post: 02-07-2015, 09:18 PM
  3. Replies: 3
    Last Post: 04-08-2011, 01:48 AM
  4. tailstock advance code
    By nitrosnfr in forum MetalWork Discussion
    Replies: 1
    Last Post: 08-29-2007, 06:44 AM
  5. Seeing what line of code the machine is at?
    By greasetattoo in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 6
    Last Post: 03-04-2007, 08:47 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
  •