Re: Need G Code help
Posted by
torsten98001 <torsten@g...
on 2003-02-14 03:14:17 UTC
--- In CAD_CAM_EDM_DRO@yahoogroups.com, EdFanta <atex57@u...> wrote:
I have not seen a Pc-Controller yet that was able to do this
correct.
Many claim they do but fall short usually sooner then later.
Tip: You may be able to work around the problem using I and J
convention instead of R values when interpolating circles.
as in
G1X8.9Y3.25
G3X8.15Y2.5I0.0J-.75
in the above example you can also omit the I entry entirely
because the value is zero.
Good Luck
>main
> Got the mill up and running and have been getting used to EMC. The
> reason for going to EMC was the cutter comp with G41 G42, that way Iwant to
> don't have to rewrite the code when I sharpen an endmill. Now I
> mill a pocket with radiused corners, the following is a bit of thecode
> I have written along with the problems. I hope the formatting comesradius
> through.
> %
> m6t1 tool 1 is a 1/2 endmill
> g0x10y1 this is a starting hole already drilled
> g1z-.25
> g41d1y2
> g1x8.9y3.25
> g3x8.15y2.5r.75 an error comes up "concave corner with cutter
> comp"back
> If I change the r.75 to r-.75 it will go with out a quibble but the
> plot shows a loop instead of a radius.Tool radius compensation is a difficult function to implement
> Any help appreciated, if you can point out my backwards thinking and
> explain the problem it would be a BIG help. TIA. Ed.
I have not seen a Pc-Controller yet that was able to do this
correct.
Many claim they do but fall short usually sooner then later.
Tip: You may be able to work around the problem using I and J
convention instead of R values when interpolating circles.
as in
G1X8.9Y3.25
G3X8.15Y2.5I0.0J-.75
in the above example you can also omit the I entry entirely
because the value is zero.
Good Luck
Discussion Thread
EdFanta
2003-02-13 18:06:33 UTC
Need G Code help
Jeff Fisher
2003-02-14 02:13:37 UTC
RE: [CAD_CAM_EDM_DRO] Need G Code help
torsten98001 <torsten@g...
2003-02-14 03:14:17 UTC
Re: Need G Code help
Andre' Blanchard <andre_54005@y...
2003-02-14 05:59:21 UTC
Re: Need G Code help
Ray Henry
2003-02-14 07:35:50 UTC
Re: Need G Code help
Jon Elson
2003-02-14 09:11:26 UTC
Re: [CAD_CAM_EDM_DRO] Re: Need G Code help
Jon Elson
2003-02-14 09:28:50 UTC
Re: [CAD_CAM_EDM_DRO] Re: Need G Code help
EdFanta
2003-02-14 14:45:41 UTC
Re: [CAD_CAM_EDM_DRO] Re: Need G Code help
Ray Henry
2003-02-15 11:58:05 UTC
Re: Re: Re: Need G Code help
Raymond Heckert
2003-02-16 17:22:21 UTC
Re: [CAD_CAM_EDM_DRO] Re: Need G Code help