Re: G Code questions
Posted by
Fred Smith
on 2001-08-09 07:31:35 UTC
--- In CAD_CAM_EDM_DRO@y..., Ethan Vos <ethan@f...> wrote:
ending in degrees. You can usually inquire as to the exact locations
of the end points, or else snap points to the ends of the arcs and
then inquire as to the value of the points. The Vector Cam demo will
let youdraw the arcs and use the Copy-Paste command to make the
multiple copies with one click. You can also then connect them all
together, and either generate the G-code directly with the CAM or
save the DXf file and use one of the DXf to G-code translators to
make the G-code.
There is not a "standard" G-code to repeat an arc, but some controls
support subroutines that can be used to repeat patterns, make a
slight adjustment, repeat the pattern again, etc.
Some machines have what is called a conversational control. This
type of control may be able to directly process the commands to cut
what you want. So far none of the hobby class machines have this
capability, but Ron Ginger has done some investigation and
development. You might want to search the archives if you want more
info about what he has been working on.
radius if you do this with cutter compensation values. You will get
6 identical arcs if you use subroutines and execute the same G-code,
with just a translation, rather than a change in the cutter comp
radius/diameter offset.
Best Regards,
Fred Smith
IMService We are THE source for low cost Cad-Cam
http://www.vectorcam.com/cced.html
> I need to cut and arc of about 55 degrees with 4 or 6 passesof .003 each.
> There are six of these arcs per part, so 36 passes.Nearly any CAD system will allow you to draw using arc beginning and
>
> Is there a repetitive cycle that will do arcs?
>
ending in degrees. You can usually inquire as to the exact locations
of the end points, or else snap points to the ends of the arcs and
then inquire as to the value of the points. The Vector Cam demo will
let youdraw the arcs and use the Copy-Paste command to make the
multiple copies with one click. You can also then connect them all
together, and either generate the G-code directly with the CAM or
save the DXf file and use one of the DXf to G-code translators to
make the G-code.
There is not a "standard" G-code to repeat an arc, but some controls
support subroutines that can be used to repeat patterns, make a
slight adjustment, repeat the pattern again, etc.
Some machines have what is called a conversational control. This
type of control may be able to directly process the commands to cut
what you want. So far none of the hobby class machines have this
capability, but Ron Ginger has done some investigation and
development. You might want to search the archives if you want more
info about what he has been working on.
> If not, I think it would be possible to redo the same arc 6 times,but
> decrease the tool radius compensation by .003 to get the desiredresult. Is
> there any way to do this with sub-programs and counters rather thanwriting
> the same code 36 times?Yes, however you must understand that the arcs will have a different
>
radius if you do this with cutter compensation values. You will get
6 identical arcs if you use subroutines and execute the same G-code,
with just a translation, rather than a change in the cutter comp
radius/diameter offset.
> Can I program using start angle, end angle, radius and center point(0,0)
> rather than end points?Not with G-code.
> And last, but not least, is this the proper forum for thesequestions, or
> is there another list I should belong to?This is the place.
Best Regards,
Fred Smith
IMService We are THE source for low cost Cad-Cam
http://www.vectorcam.com/cced.html
Discussion Thread
Ethan Vos
2001-08-09 04:47:49 UTC
G Code questions
Fred Smith
2001-08-09 07:31:35 UTC
Re: G Code questions
Marcus & Eva
2001-08-09 08:49:17 UTC
Re: [CAD_CAM_EDM_DRO] Re: G Code questions
Alan Marconett KM6VV
2001-08-09 10:30:27 UTC
Re: [CAD_CAM_EDM_DRO] G Code questions
Jon Elson
2001-08-09 11:17:07 UTC
Re: [CAD_CAM_EDM_DRO] G Code questions
Ethan Vos
2001-08-09 11:20:20 UTC
RE: [CAD_CAM_EDM_DRO] G Code questions
Smoke
2001-08-09 11:31:03 UTC
Re: [CAD_CAM_EDM_DRO] Re: G Code questions
Smoke
2001-08-09 11:45:26 UTC
Re: [CAD_CAM_EDM_DRO] G Code questions
Ethan Vos
2001-08-09 12:00:11 UTC
RE: [CAD_CAM_EDM_DRO] G Code questions
Alan Marconett KM6VV
2001-08-09 12:32:12 UTC
Re: [CAD_CAM_EDM_DRO] G Code questions
Ethan Vos
2001-08-09 12:46:42 UTC
RE: [CAD_CAM_EDM_DRO] G Code questions
Alan Marconett KM6VV
2001-08-09 15:35:27 UTC
Re: [CAD_CAM_EDM_DRO] G Code questions
Jon Elson
2001-08-09 21:44:58 UTC
Re: [CAD_CAM_EDM_DRO] G Code questions