586,100 active members*
2,670 visitors online*
Register for free
Login
Results 1 to 12 of 12
  1. #1
    Join Date
    Oct 2007
    Posts
    37

    Artcam rapids

    Hello, I have a problem with my artcam post and I can't figure out how to change it to do what I want. I want in the begining of the file first rapid speed on X and Y and then with Z.

    This is how it looks now
    N7 G0 X1.79 Y-48.87 Z30.00
    N8 G1 Z15.00 F3000
    ......
    .....

    and this is how I want it to be
    N7 G0 X1.79 Y-48.87
    N8 G0 Z30.00
    N9 G1 Z15.00 F3000
    ....
    ...
    ..

    I've tried to change in the post this line
    FIRST_RAPID_RATE_MOVE = "[N] G0 [X] [Y] [Z]"

    to this line
    FIRST_RAPID_RATE_MOVE = "[N] G0 [X] [Y]"
    RAPID_RATE_MOVE = "[N] G0 [Z]"

    but it's not working. So please can someone tell me how to do this. Thanks.

    Peter

  2. #2
    Join Date
    Apr 2007
    Posts
    151
    Why not just edit the code in your controller?, I use Mach3 where you can edit Gcode at your machine.

    Mike

  3. #3
    Join Date
    Oct 2007
    Posts
    37
    Hi Mike, the reason is that I use a lot of programs and if you use different dia of tools you must recalculate toolpaths. I just don't have time to edit code every time.

    Peter

  4. #4
    Join Date
    Mar 2003
    Posts
    35538
    If the Z 30.00 is constant, try this:

    FIRST_RAPID_RATE_MOVE = "[N] G0 [X] [Y]"
    FIRST_RAPID_RATE_MOVE = "[N] G0 Z30.00"
    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)

  5. #5
    Join Date
    Oct 2007
    Posts
    37
    Hi ger21, I've tried this and when I open artcam it gives me error message:

    duplicate statement found Line 53 FIRST_RAPID_RATE_MOVE = "[N] G0 Z30.00"

    Peter

  6. #6
    Join Date
    Mar 2003
    Posts
    35538
    I don't use ArtCAM, so can't be much more help? Can I see the entire post processor?

    I'm assuming you're getting the error when trying to output g-code?
    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)

  7. #7
    Join Date
    Oct 2007
    Posts
    37
    Here is post and manual for editing if it will be in any help.

    Peter
    Attached Files Attached Files

  8. #8
    Join Date
    Dec 2011
    Posts
    59
    The rapid feed rate output are controlled by
    First_Rapid_Rate_Move & Rapid_Rate_Move which is why your most likely getting a duplicate
    Which post processor are you trying to edit?
    Gary
    Beckwith Decor Products
    Beckwith Decor Products
    ArtCam Reseller/Trainer, Custom tooling & Onsrud Dealer

  9. #9
    Join Date
    Oct 2007
    Posts
    37
    Quote Originally Posted by Gary-BDP View Post
    The rapid feed rate output are controlled by
    First_Rapid_Rate_Move & Rapid_Rate_Move which is why your most likely getting a duplicate
    Which post processor are you trying to edit?
    Gary
    Beckwith Decor Products
    Mach3 mm post

    Peter

  10. #10
    Join Date
    Dec 2011
    Posts
    59
    Mach3 mm post
    but which one?
    Which version and build of ArtCam are you using?
    Gary
    Beckwith Decor Products
    Beckwith Decor Products
    ArtCam Reseller/Trainer, Custom tooling & Onsrud Dealer

  11. #11
    Join Date
    Oct 2007
    Posts
    37
    I use Artcam 8 pro.

    Peter

  12. #12
    Join Date
    Dec 2011
    Posts
    59
    Send me a small toolpathed .art file of a 2d shape and I will get your post adjusted. You're actually using the mach2 post p
    will be out for a bit but can do it this afternoon
    Gary
    Beckwith Decor Products
    Beckwith Decor Products
    ArtCam Reseller/Trainer, Custom tooling & Onsrud Dealer

Similar Threads

  1. ArtCam/ Artcam Express IMPORT (STL file)
    By milepost131 in forum ArtCam Pro
    Replies: 4
    Last Post: 03-04-2014, 03:13 PM
  2. artcam 2010 examples to artcam 2008
    By mishu28nmv in forum ArtCam Pro
    Replies: 0
    Last Post: 06-15-2011, 06:27 PM
  3. Controling Rapids
    By Astroguy in forum Rhinocam
    Replies: 10
    Last Post: 01-26-2011, 05:19 PM
  4. rapids
    By millman52 in forum Mach Software (ArtSoft software)
    Replies: 3
    Last Post: 11-01-2008, 01:41 AM
  5. Fadal rapids
    By Garypl in forum Fadal
    Replies: 5
    Last Post: 11-03-2005, 09:36 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
  •