Re: G-Code Arc drawing question
Posted by
ballendo@y...
on 2001-11-15 19:58:15 UTC
Dave,
G code is supposed to use "right hand rule" to determine/define
direction for G02/G03 arc commands...
Right hand rule states that you must "look" at the two ACTIVE axes
FROM the PLUS(or positive) direction of the UNINVOLVED axis to
determine CW or CCW.
So in G17 (arcs in XY plane, and the default for vertical mills) we
look from the plus Z to determine arc direction (above the spindle,
looking down for a vertical mill).
In G18 (arcs in XZ plane) we would look from the "plus" direction of
the Y axis.(vertical mill again assumed for the following) Since TOOL
movement is what defines plus and minus, a tool moving AWAY from us
is moving in the positive Y direction. (note: It may be the TABLE
moving TOWARD us, but the TOOL is still moving positive). So we would
need to get behind the mill to "see" proper CW and CCW.
In G19 (arcs in YZ plane), the uninvolved axis is X, so we need to
look from the plus side of X to see CW or CCW. Using our vertical
mill example, we would go around the right end of the table and look
back toward the mill spindle.
Hope this helps.
Ballendo
G code is supposed to use "right hand rule" to determine/define
direction for G02/G03 arc commands...
Right hand rule states that you must "look" at the two ACTIVE axes
FROM the PLUS(or positive) direction of the UNINVOLVED axis to
determine CW or CCW.
So in G17 (arcs in XY plane, and the default for vertical mills) we
look from the plus Z to determine arc direction (above the spindle,
looking down for a vertical mill).
In G18 (arcs in XZ plane) we would look from the "plus" direction of
the Y axis.(vertical mill again assumed for the following) Since TOOL
movement is what defines plus and minus, a tool moving AWAY from us
is moving in the positive Y direction. (note: It may be the TABLE
moving TOWARD us, but the TOOL is still moving positive). So we would
need to get behind the mill to "see" proper CW and CCW.
In G19 (arcs in YZ plane), the uninvolved axis is X, so we need to
look from the plus side of X to see CW or CCW. Using our vertical
mill example, we would go around the right end of the table and look
back toward the mill spindle.
Hope this helps.
Ballendo
--- In CAD_CAM_EDM_DRO@y..., Dave Engvall <dengvall@e...> wrote:
>Slightly off topic but emc will use G18 (y-z) plane G2 or G3.
>However be careful of the sense...i.e....test on foam first as it
>doesn't seem to cut the way I would expect, seems to interchange G2
>and G3. Ray tried it on backkplot and agrees that is seems
>backwards at least to intuition.
>
>I've not tried G19 but expect it to work also....and also it may
>surprise you...test first as going the wrong way into a big chunk of
>steel can be a shock.
>
>Best Wishes,
>Dave
Discussion Thread
Dan Statman
2001-11-15 09:01:08 UTC
G-Code Arc drawing question
dlantz@a...
2001-11-15 09:04:59 UTC
RE: [CAD_CAM_EDM_DRO] G-Code Arc drawing question
Dan Statman
2001-11-15 09:10:12 UTC
Re: [CAD_CAM_EDM_DRO] G-Code Arc drawing question
dlantz@a...
2001-11-15 09:13:14 UTC
RE: [CAD_CAM_EDM_DRO] G-Code Arc drawing question
Alan Marconett KM6VV
2001-11-15 11:50:31 UTC
Re: [CAD_CAM_EDM_DRO] G-Code Arc drawing question
Kevin P. Martin
2001-11-15 12:51:19 UTC
RE: [CAD_CAM_EDM_DRO] G-Code Arc drawing question
Michael Milligan
2001-11-15 12:59:02 UTC
RE: [CAD_CAM_EDM_DRO] G-Code Arc drawing question
Dan Statman
2001-11-15 14:08:46 UTC
Re: [CAD_CAM_EDM_DRO] G-Code Arc drawing question
Fred Smith
2001-11-15 15:22:44 UTC
Re: G-Code Arc drawing question
Dave Engvall
2001-11-15 15:59:40 UTC
Re: [CAD_CAM_EDM_DRO] Re: G-Code Arc drawing question
Dan Statman
2001-11-15 17:28:19 UTC
Re: [CAD_CAM_EDM_DRO] Re: G-Code Arc drawing question
Marcus & Eva
2001-11-15 19:05:34 UTC
Re: [CAD_CAM_EDM_DRO] G-Code Arc drawing question
shymu@b...
2001-11-15 19:39:12 UTC
Re: G-Code Arc drawing question
ballendo@y...
2001-11-15 19:58:15 UTC
Re: G-Code Arc drawing question
Dave Engvall
2001-11-15 21:16:11 UTC
Re: [CAD_CAM_EDM_DRO] Re: G-Code Arc drawing question