Re: [CAD_CAM_EDM_DRO] Re:4th axis rotary with a 3 axis control
Posted by
Darrell
on 2000-09-06 09:50:49 UTC
----- Original Message -----
From: "Ron Ginger" <ginger@...>
To: <CAD_CAM_EDM_DRO@egroups.com>
Sent: Wednesday, September 06, 2000 7:28 AM
Subject: Re: [CAD_CAM_EDM_DRO] Re:4th axis rotary with a 3 axis control
> Dan Mauch wrote:
>
> Yes, and I even found it did it right a couple times. I also found it
> doing some VERY strange things, so I have never trusted it. I tried some
> real simple test patterns, like a square and a circle.
>
> Are there some rules about how to start and stop the cutter comp? It
> seemed like I had to make an offset move first to get away form the part
> edge, then turned on cutter comp and it ran around a square OK.
G41/G42 needs some room to get started. What you need to do to make things
work is, Turn G41/G42 on with a move toward the part going in the same or
near same direction as the first cut.
G41 is to the left of the direction of travel when the tool is moving away
from you. If you are going arround the outside of the part clockwise, use
G41. When you are done with the contour, cancel with G40 on a retract Z
move. If you cancel on an X/Y move, you have the chance of the cut line
intersecting the part.
Look at the code example below.
>
> Suppose I had a simple square like this:
> G00 X0 Y0
> G00 G42 X1 Y0 Changed to G00 added G42 for offset positioning
> G01 Z-.5 Feed cutter down
> G01 Y1
> G01 X0
> G01 Y0
> G01 X1 Add this to complete square
> G00 G40 Z0 Cancel and retract
> G00 X0 Y0 Go to start
>
> That I wanted to do with a 1/2" mill, around the outside, leaving a
> finished 1" square. What gcodes should I add to make this?
>
> ron
>
> Welcome to CAD_CAM_EDM_DRO@...,an unmoderated list for the
discussion of shop built systems, for CAD, CAM, EDM, and DRO.
>
> Addresses:
> Post message: CAD_CAM_EDM_DRO@egroups.com
> Subscribe: CAD_CAM_EDM_DRO-subscribe@egroups.com
> Unsubscribe: CAD_CAM_EDM_DRO-unsubscribe@egroups.com
> List owner: CAD_CAM_EDM_DRO-owner@egroups.com, wanliker@...
> Moderator: jmelson@... [Moderator]
> URL to this page: http://www.egroups.com/group/CAD_CAM_EDM_DRO
> FAQ: http://www.ktmarketing.com/faq.html
> bill,
> List Manager
>
>
Discussion Thread
Darrell
2000-09-05 13:58:12 UTC
Re: [CAD_CAM_EDM_DRO] Re:4th axis rotary with a 3 axis control
ptengin@a...
2000-09-05 22:45:48 UTC
Re: [CAD_CAM_EDM_DRO] Re:4th axis rotary with a 3 axis control
Dan Mauch
2000-09-06 06:45:52 UTC
Re: [CAD_CAM_EDM_DRO] Re:4th axis rotary with a 3 axis control
Ron Ginger
2000-09-06 07:28:35 UTC
Re: [CAD_CAM_EDM_DRO] Re:4th axis rotary with a 3 axis control
Darrell
2000-09-06 09:50:49 UTC
Re: [CAD_CAM_EDM_DRO] Re:4th axis rotary with a 3 axis control
Alan Marconett KM6VV
2000-09-06 10:58:58 UTC
Re: [CAD_CAM_EDM_DRO] Re:4th axis rotary with a 3 axis control
Doug Warner
2000-09-06 18:26:06 UTC
Are there CNC-only jobs, or is it only for duplicates?
Jon Anderson
2000-09-06 18:50:49 UTC
Re: [CAD_CAM_EDM_DRO] Re:4th axis rotary with a 3 axis control
Ozzie@h...
2000-09-06 19:29:46 UTC
Re: Are there CNC-only jobs, or is it only for duplicates?
Dave Seal
2000-09-06 20:07:09 UTC
Re: Are there CNC-only jobs, or is it only for duplicates?
Kevin P. Martin
2000-09-07 07:12:39 UTC
RE: [CAD_CAM_EDM_DRO] Are there CNC-only jobs, or is it only for duplicates?