RE: [CAD_CAM_EDM_DRO] G Code questions
Posted by
Ethan Vos
on 2001-08-09 11:20:20 UTC
It's the same arc done over 6 times, then rotate the part 60 degrees around
the Z axis and do another arc 6 times. I do need the radius to change as
the cutter increments .003 so shifting the Z axis won't work. I'm using a
ball shaped cutter.
Where can I find a sample of a sub-routine program that will run on EMC? I
can't find any documentation that shows the proper way to do this.
Thanks.
Ethan
-----Original Message-----
From: Alan Marconett KM6VV [SMTP:KM6VV@...]
Sent: Thursday, August 09, 2001 1:31 PM
To: CAD_CAM_EDM_DRO@yahoogroups.com
Subject: Re: [CAD_CAM_EDM_DRO] G Code questions
Hi Ethan,
Sounds like you might be programming by hand? I don't know what your
part looks like, but I take a stab at your question. Are your arcs
connected together, possibly with linear sections, such that there is a
"contour" or continuous (more or less) path around/through all of them?
I'd suggest putting one "contour" in a subroutine, called 6 times;
dropping Z by .003 each time.
Sounds like you've come to the right place to me!
Alan KM6VV
Ethan Vos wrote:
FAQ: http://www.ktmarketing.com/faq.html
FILES: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO/files/
Post messages: CAD_CAM_EDM_DRO@yahoogroups.com
Subscribe: CAD_CAM_EDM_DRO-subscribe@yahoogroups.com
Unsubscribe: CAD_CAM_EDM_DRO-unsubscribe@yahoogroups.com
List owner: CAD_CAM_EDM_DRO-owner@yahoogroups.com, wanliker@...
Moderator: jmelson@... timg@... [Moderator]
URL to this page: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO
bill,
List Manager
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
the Z axis and do another arc 6 times. I do need the radius to change as
the cutter increments .003 so shifting the Z axis won't work. I'm using a
ball shaped cutter.
Where can I find a sample of a sub-routine program that will run on EMC? I
can't find any documentation that shows the proper way to do this.
Thanks.
Ethan
-----Original Message-----
From: Alan Marconett KM6VV [SMTP:KM6VV@...]
Sent: Thursday, August 09, 2001 1:31 PM
To: CAD_CAM_EDM_DRO@yahoogroups.com
Subject: Re: [CAD_CAM_EDM_DRO] G Code questions
Hi Ethan,
Sounds like you might be programming by hand? I don't know what your
part looks like, but I take a stab at your question. Are your arcs
connected together, possibly with linear sections, such that there is a
"contour" or continuous (more or less) path around/through all of them?
I'd suggest putting one "contour" in a subroutine, called 6 times;
dropping Z by .003 each time.
Sounds like you've come to the right place to me!
Alan KM6VV
Ethan Vos wrote:
>each.
> I need to cut and arc of about 55 degrees with 4 or 6 passes of .003
> There are six of these arcs per part, so 36 passes.Is
>
> Is there a repetitive cycle that will do arcs?
>
> 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 desired result.
> there any way to do this with sub-programs and counters rather thanwriting
> the same code 36 times?want
>
> Can I program using start angle, end angle, radius and center point (0,0)
> rather than end points? I have the angles but not the positions and I
> to fool with the angles. It would be a lot more complicated for me to useAddresses:
> end points because of all the extra calculations.
>
> And last, but not least, is this the proper forum for these questions, or
> is there another list I should belong to?
>
> Thanks.
>
> Ethan
FAQ: http://www.ktmarketing.com/faq.html
FILES: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO/files/
Post messages: CAD_CAM_EDM_DRO@yahoogroups.com
Subscribe: CAD_CAM_EDM_DRO-subscribe@yahoogroups.com
Unsubscribe: CAD_CAM_EDM_DRO-unsubscribe@yahoogroups.com
List owner: CAD_CAM_EDM_DRO-owner@yahoogroups.com, wanliker@...
Moderator: jmelson@... timg@... [Moderator]
URL to this page: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO
bill,
List Manager
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
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