587,067 active members*
3,494 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > SheetCam > Output arcs using R not I,J?
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2005
    Posts
    862

    Output arcs using R not I,J?

    I'm having some problems cutting G2/G3 arcs on my rotary axis. Basically I am using Sheetcam to generate standard X,Y plane G-code, then using a text editor to replace all the Ys with As to use my A axis. Works fine until I,J arc centre words come up, then the REAL Y axis starts to move and not my A. I figured if I used the "G2 R..." notation this problem would go away - is there a setting that I can change to effect this, or does it require a different post? Currently I use the standard Mach2 post with no other problems.

    Thanks

  2. #2
    Join Date
    Nov 2004
    Posts
    141
    Mach cannot handle X-A arcs. Arcs have to be on the X-Y, X-Z or Y-Z planes.
    To get around this you need to break the arcs into lots of short line segments. Go to c:\program files\sheetcam\posts. Make a copy of the post then edit the copy with a text editor. Look for

    function arc()

    Delete the whole function and replace it with this one:

    function arc()
    arcasmoves(0.1)
    end

    If the line segments are too long, reduce the number. While you are digging into the post, look at function rapid() and function move(). In both functions, change " Y" to " A".

    In SheetCam, load the modified post and away you go, no more editing the G-code.

    Les

  3. #3
    Join Date
    Apr 2005
    Posts
    862
    Les, many thanks. Makes my life much easier.

    DAVE

Similar Threads

  1. Huge Arcs HELP ?????
    By Biggermens in forum Mach Software (ArtSoft software)
    Replies: 3
    Last Post: 04-26-2007, 02:50 PM
  2. Huge Arcs
    By Biggermens in forum Mach Lathe
    Replies: 0
    Last Post: 04-23-2007, 04:49 PM
  3. Smoothing 3d arcs?
    By stevespo in forum BobCad-Cam
    Replies: 14
    Last Post: 04-20-2007, 12:46 PM
  4. Points on arcs
    By gguidi in forum Autodesk
    Replies: 2
    Last Post: 07-25-2006, 01:49 PM
  5. Cutting !@#$% Arcs...
    By Joe Petro in forum Uncategorised CAM Discussion
    Replies: 5
    Last Post: 01-13-2004, 03:17 AM

Posting Permissions

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