CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] Re: How can I fix this? "G"

Posted by testfly@a...
on 2004-05-25 17:09:48 UTC
Got it I do see what you mean.
I did find that if I hit the "n" key it would keep going.

Thanks for the help and emails on this problem.





----- Original Message -----
From: "Torsten" <torsten@...>
To: <CAD_CAM_EDM_DRO@yahoogroups.com>
Sent: Tuesday, May 25, 2004 2:19 PM
Subject: [CAD_CAM_EDM_DRO] Re: How can I fix this? "G"


> --- In CAD_CAM_EDM_DRO@yahoogroups.com, <testfly@a...> wrote:
> > Hi Guys,
> >
> > I need some help. I have set up my router table with a floating
> pen so I can mark material as well as cut material. The reason the
> pen floats is so the tip can ride the surface rather then be forced
> into it.
> >
> > Here is the problem I have run into.
> >
> > In Design Cad 14 there is an image of a train. I have gotten the G
> code for it and was running it on my machine. About an hour into the
> project there is a problem. The machine stops and turbocnc shows the
> following message: "ERROR! Arc of zero steps in circular interp -
> aborting" (Screen shot here)
> > http://testfly.0catch.com/train-g-problem/traingprob.jpg
> >
> > I would really like to see this image finished. I am a train lover
> and even built a "G scale" train that is gear driven and gas with
> forward and reverse and the best part is that it is radio control. (G
> meaning size meaning larger than HO gauge)
> >
> > Anyway I would like to figure out how to get passed this error
> message.
> > Can someone offer me any help.
> > Here is a look at what it was doing when it stopped.
> > http://testfly.0catch.com/train-g-problem/traingprob1.jpg
> > http://testfly.0catch.com/train-g-problem/traingprob2.jpg
> > I think this would be awesome to see finished.
> > I would like to make one and hang it on the wall.
> >
> > Thanks for any and all help!!
> >
> > Troy
> >
> This can happen sometimes when scaled drawing are converted to
> Gcode, some Circles become to small for the machine to drive.
> You can easyly fix this by editing the offending section.
>
> G01 Z0.0000
> G03 X31.5735 Y18.3603 I-0.0446 J0.0000 < causing error!
> G00 Z0.1000
>
> change this to:
>
> G01 Z0.0000
> G01 X31.5735 Y18.3603 < fixed problem
> G00 Z0.1000
>
> Make this change in a true Text editor like Dos's EDIT
> or Windows NOTEPAD.
> Good Luck
>
>
>
>
> Addresses:
> FAQ: http://www.ktmarketing.com/faq.html
> FILES: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO/files/
> Post Messages: CAD_CAM_EDM_DRO@yahoogroups.com
>
> Subscribe: CAD_CAM_EDM_DRO-subscribe@yahoogroups.com
> Unsubscribe: CAD_CAM_EDM_DRO-unsubscribe@yahoogroups.com
> List owner: CAD_CAM_EDM_DRO-owner@yahoogroups.com, wanliker@...,
timg@...
> Moderator: pentam@... indigo_red@... davemucha@...
[Moderators]
> URL to this group: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO
>
> OFF Topic POSTS: General Machining
> If you wish to post on unlimited OT subjects goto:
aol://5863:126/rec.crafts.metalworking or go thru Google.com to reach it if
you have trouble.
> http://www.metalworking.com/news_servers.html
>
> http://groups.yahoo.com/group/jobshophomeshop I consider this to be a
sister site to the CCED group, as many of the same members are there, for OT
subjects, that are not allowed on the CCED list.
>
> NOTICE: ALL POSTINGS TO THIS GROUP BECOME PUBLIC DOMAIN BY POSTING THEM.
DON'T POST IF YOU CAN NOT ACCEPT THIS.....NO EXCEPTIONS........
> bill
> List Mom
> List Owner
>
>
> Yahoo! Groups Links
>
>
>
>
>
>

Discussion Thread

testfly@a... 2004-05-25 06:30:07 UTC How can I fix this? "G" Torsten 2004-05-25 11:19:35 UTC Re: How can I fix this? "G" testfly@a... 2004-05-25 17:09:48 UTC Re: [CAD_CAM_EDM_DRO] Re: How can I fix this? "G"