586,103 active members*
3,422 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > BobCad-Cam > "current point same as end point of arc" Please help!
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2012
    Posts
    8

    "current point same as end point of arc" Please help!

    Hello I am using bobcad V23 and a desk cnc controller. I am trying to cut a circular pocket and keep getting the "current point same as end point of arc" message when I load the gcode in desk cnc. it gives this error code for line N07
    I have tried usng a contour as well as just a circle drawn with coordinates from the menu. I keep getting the same error. It will cut other shapes fine just no circles. Anyone have any idea what the issue is? Thanks Chris

    (; PROGRAM NUMBER)
    (; PROGRAM NAME - .032 PKT 3.NC)
    (; POST - DESKCNC MILL)
    (; DATE - SUN. 02/12/2012)
    (; TIME - 09:32PM)
    N01 G90
    (;JOB 1 POCKET)
    (;FEATURE POCKET)
    N02 S10000 M03
    N03 G00 G90 X.001 Y0.
    N04 M08
    N05 Z.1
    N06 G01 Z-.08 F24.
    N07 G03 X.001 Y0. R.001 F40.
    N08 G01 X.006
    N09 G03 X.006 Y0. R.006
    N10 G01 X.011
    N11 G03 X.011 Y0. R.011
    N12 G00 Z.1
    N13 M05
    (; END OF PROGRAM)
    N14 M02

  2. #2
    Join Date
    Oct 2010
    Posts
    103
    The problem is that it can not interpret the center with info provided. You either need to piece it as 2 arcs or use I and J data. I is on X axis and J on Y. They are incremental from the current point(start of that block).

    Try changing these, assuming the arc cener is at x0y0....

    N07 G3 X.001 Y0 I-.001

    N09 G3 X.006 Y0 I-.006

    N11 G3 X.011 Y0 I-.011

  3. #3
    Join Date
    Dec 2008
    Posts
    4548
    You can open your post processor in notepad and look at lines 223 and 221. Try setting either or to y and see if the arcs run then.

  4. #4
    Join Date
    Feb 2012
    Posts
    8
    Thanks guys. Bobcad got a new post processor for me today and it is now working. I do not know exactly what he did but he mentioned changing the arc's to incremential.

  5. #5
    Join Date
    Jun 2014
    Posts
    30

    Re: "current point same as end point of arc" Please help!

    Can someone give instructions how to delete post?

Similar Threads

  1. I want to make" return point zero", fanuc 6MB?
    By huutanthaco in forum Community Club House
    Replies: 0
    Last Post: 11-08-2012, 01:41 PM
  2. cant cut a circle? "current point same as end point of arc"
    By maccrazy2 in forum DeskCNC Controller Board
    Replies: 1
    Last Post: 02-14-2012, 07:15 AM
  3. Replies: 14
    Last Post: 04-29-2011, 03:35 PM
  4. Replies: 13
    Last Post: 05-30-2009, 09:27 PM
  5. Replies: 24
    Last Post: 03-26-2009, 07:43 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
  •