CAD CAM EDM DRO - Yahoo Group Archive

Re: Interesting problem

on 2003-07-14 17:31:43 UTC
>--- In CAD_CAM_EDM_DRO@yahoogroups.com, "Fred Smith" <imserv@v...>
>wrote:
> --- In CAD_CAM_EDM_DRO@yahoogroups.com, "Dan Mauch" <dmauch@s...>
> wrote:
> >
> > I couldn't figure out why I should be
> > getting these circles as the dxf file was perfect. It was also
>too
> early
> > in the year for mysterious crop circles to appear in my G code.
> > Knowing that there wasn't a bug in Mach1 I returned to bobcad. I
> > reloaded the G code and in the CAM program Selected All. Then I
> selected
> > Geometry from code.
> > To my shock the mysterious circles appeared on my drawing.
>
>
> Dan, this is the infamous "looping". It is caused by creating CNC
> code from geometry with arcs smaller than the least increment in
>your
> G-code. If you set your number of decimals to 6, 99.9% of your
>loops
> will be eliminated. What happens is the first arc cuts correctly,
> but the second one is extremely small, and results in the exact
>same
> G code line, which makes a full circle!
>

Dan. Fred is correct in what he says. When I used to use Bobcad I had
exactly the same problems in that the program wouldn't show the
spurious moves.
It pays to check the code with a third party progarm that is in no
way tied to the generated code.
I use a small program called Discriminator from http://www.cncedit.com
Any loops and this program shows them. You can step thru and spot the
loop occuring in the graphics screen , go back to the code window and
edit that part out.

John S.

Discussion Thread

andyolney 2003-06-15 21:16:06 UTC Blown Gecko 340 JanRwl@A... 2003-06-15 22:19:08 UTC Re: [CAD_CAM_EDM_DRO] Blown Gecko 340 Jon Elson 2003-06-15 22:28:23 UTC Re: [CAD_CAM_EDM_DRO] Blown Gecko 340 andyolney 2003-06-16 09:10:18 UTC Re: Blown Gecko 340 Jon Elson 2003-06-16 10:34:52 UTC Re: [CAD_CAM_EDM_DRO] Re: Blown Gecko 340 andyolney 2003-06-16 21:19:55 UTC Re: Blown Gecko 340 andyolney 2003-06-17 22:53:03 UTC Re: Blown Gecko 340 Lee Studley 2003-06-18 10:17:32 UTC Re: Blown Gecko 340 Jon Elson 2003-06-18 10:50:50 UTC Re: [CAD_CAM_EDM_DRO] Re: Blown Gecko 340 andyolney 2003-06-22 15:34:39 UTC Re: Blown Gecko 340 Update Jon Elson 2003-06-27 20:26:02 UTC Re: [CAD_CAM_EDM_DRO] Re: Blown Gecko 340 Update andyolney 2003-06-27 22:04:43 UTC Re: Blown Gecko 340 Update Lee Studley 2003-06-27 23:35:05 UTC Re: Blown Gecko 340 Update Dan Mauch 2003-07-14 10:51:50 UTC Interesting problem Fred Smith 2003-07-14 15:18:27 UTC Re: Interesting problem stevenson_engineers 2003-07-14 17:31:43 UTC Re: Interesting problem