Re: [CAD_CAM_EDM_DRO] Re: Help needed with G code
Posted by
Jon Elson
on 2003-11-12 09:19:51 UTC
Mike Chaney wrote:
CNC control program can make up their own version of G-code, and many
do diverge from the published standard in small and sometimes large ways.
The standard definition for arc moves using relative offset coordinates is
that I is the X offset to the center of the arc, J is the Y offset, and
K is the
Z offset. In general, most controls don't support arc moves except in on
of the 3 planes, XY, YZ and ZX. There are more sophisticated controls
that can do arbitrary arc moves in any plane.
A lot of controls do not support arc moves with the R radius, unfortunately.
So, to follow the language spec, an XY plane move may only have I and/or J.
A YZ arc may only have J and/or K. A ZX arc may only have I and/or K.
The plane of arc moves is specified by :
G17 XY plane
G18 ZX
G19 YZ
Jon
>David...This is absolutely wrong in the standard RS-274D language, although any
>
>You're right! It does sound funny, but I'll give it a go as soon as I've had my
>breakfast. It does make sense in that, as you point out, all the information
>for a curve is contained in just one parameter of the end point and either the
>centre coordinates or the radius. If it works for YZ, it would be interesting
>to see if this can be done in the XY plane, where I now have enough experience
>to program with confidence.
>
>I'd like to use R rather than I and J but it appears that it is not supported by
>CNCPro. Pity.
>
>Am I correct in thinking that, in the YZ plane, I relates to the Y axis and J to
>Z - and that K is only used in true 3D systems?
>
>
CNC control program can make up their own version of G-code, and many
do diverge from the published standard in small and sometimes large ways.
The standard definition for arc moves using relative offset coordinates is
that I is the X offset to the center of the arc, J is the Y offset, and
K is the
Z offset. In general, most controls don't support arc moves except in on
of the 3 planes, XY, YZ and ZX. There are more sophisticated controls
that can do arbitrary arc moves in any plane.
A lot of controls do not support arc moves with the R radius, unfortunately.
So, to follow the language spec, an XY plane move may only have I and/or J.
A YZ arc may only have J and/or K. A ZX arc may only have I and/or K.
The plane of arc moves is specified by :
G17 XY plane
G18 ZX
G19 YZ
Jon
Discussion Thread
Mike Chaney
2003-11-11 14:43:27 UTC
Help needed with G code
doug98105
2003-11-11 15:12:35 UTC
Re: Help needed with G code
Mike Chaney
2003-11-11 15:22:48 UTC
Re: [CAD_CAM_EDM_DRO] Re: Help needed with G code
volitan712003
2003-11-11 17:32:34 UTC
Re: Help needed with G code
volitan712003
2003-11-11 18:04:16 UTC
Re: Help needed with G code
Mike Chaney
2003-11-12 00:35:18 UTC
Re: [CAD_CAM_EDM_DRO] Re: Help needed with G code
Fred Smith
2003-11-12 06:54:08 UTC
Re: Help needed with G code
Jon Elson
2003-11-12 09:19:51 UTC
Re: [CAD_CAM_EDM_DRO] Re: Help needed with G code
Tim
2003-11-12 09:24:55 UTC
Re: Help needed with G code
Alan Marconett KM6VV
2003-11-12 11:23:50 UTC
Re: [CAD_CAM_EDM_DRO] Re: Help needed with G code
Mike Chaney
2003-11-12 12:11:50 UTC
Re: [CAD_CAM_EDM_DRO] Re: Help needed with G code
Jon Elson
2003-11-12 22:31:09 UTC
Re: [CAD_CAM_EDM_DRO] Re: Help needed with G code
Jon Elson
2003-11-12 22:35:26 UTC
Re: [CAD_CAM_EDM_DRO] Re: Help needed with G code
COGSMAN1
2003-11-13 07:27:00 UTC
Re: Help needed with G code
Fred Smith
2003-11-13 09:29:03 UTC
Re: Help needed with G code
Mike Chaney
2003-11-13 11:38:38 UTC
Re: [CAD_CAM_EDM_DRO] Re: Help needed with G code
Mike Chaney
2003-11-13 12:05:34 UTC
Re: [CAD_CAM_EDM_DRO] Re: Help needed with G code
Raymond Heckert
2003-11-13 20:09:17 UTC
Re: [CAD_CAM_EDM_DRO] Re: Help needed with G code
Jon Elson
2003-11-13 21:25:12 UTC
Re: [CAD_CAM_EDM_DRO] Re: Help needed with G code
alenz2002
2003-11-13 21:28:33 UTC
Re: Help needed with G code
COGSMAN1
2003-11-14 04:49:31 UTC
Re: Help needed with G code
Marcus and Eva
2003-11-14 07:43:57 UTC
Re: [CAD_CAM_EDM_DRO] Re: Help needed with G code
Charles Hixon
2003-11-14 11:03:01 UTC
Re: Help needed with G code