CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] Re: Newbie questions???????

Posted by Jack McKie
on 2008-01-04 13:54:16 UTC
Fred,

For now, I will be manually programing so yours is another solution.

Thanks,

Jack

Fred Smith <imserv@...> wrote:
--- In CAD_CAM_EDM_DRO@yahoogroups.com, "Dan Mauch" <dmauch@...>
wrote:
>
> #1 Yes Mach3 will allow use of the Z axis in a manual mode but you
would probably have to use the M6 toolchange codes as the point that
you readjust the Z axis. Then press cycle start to continue.

My first thought was that M0-cycle stop would be more appropriate.
However, I have not tested a drill cycle to see if it will work.

A sample of the code that I would consider is:

G81 X1.0 Y2.0 Z-.1 R.1
M0
X2.0
M0
X3.0
M0
G80

The Z value is required for the cycle, and will give the operator a
visual display of the programmed depth, even though no Z axis is
available. The program stops at each M0, permitting the hole to be
drilled. Cycle start positions to the next hole.

Has anyone tried this syntax on Mach3?

Barring that syntax working correctly, an alternative would be to
program the individual moves like this:

G0 X1.0 Y2.0
M0
X2.0
M0
X3.0
M0

Manual programming would be simple but tedious. Using a Cad-Cam would
require a minor tweak to your post processor( for either of the above
drilling syntax).

Fred Smith - IMService
http://www.cadcamcadcam.com/hobby






---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.

[Non-text portions of this message have been removed]

Discussion Thread

Jack Mc Kie 2008-01-03 07:46:53 UTC Newbie questions??????? Michael Fagan 2008-01-03 10:08:00 UTC Re: [CAD_CAM_EDM_DRO] Newbie questions??????? Dan Mauch 2008-01-03 11:09:35 UTC Re: [CAD_CAM_EDM_DRO] Newbie questions??????? Jack McKie 2008-01-03 11:10:21 UTC Re: [CAD_CAM_EDM_DRO] Newbie questions??????? Harko Schwartz 2008-01-03 17:38:02 UTC Re: [CAD_CAM_EDM_DRO] Newbie questions??????? Jack McKie 2008-01-03 17:38:02 UTC Re: [CAD_CAM_EDM_DRO] Newbie questions??????? Fred Smith 2008-01-04 04:10:54 UTC Re: Newbie questions??????? Jack McKie 2008-01-04 13:54:16 UTC Re: [CAD_CAM_EDM_DRO] Re: Newbie questions??????? Will 2008-01-05 12:27:36 UTC Re: Newbie questions??????? Dan Mauch 2008-01-05 17:28:21 UTC Re: [CAD_CAM_EDM_DRO] Re: Newbie questions??????? Will 2008-01-05 19:08:55 UTC Re: Newbie questions??????? Steve Blackmore 2008-01-06 01:14:30 UTC Re: [CAD_CAM_EDM_DRO] Re: Newbie questions??????? Will 2008-01-06 08:40:16 UTC Re: Newbie questions??????? Dan Mauch 2008-01-06 10:14:40 UTC Re: [CAD_CAM_EDM_DRO] Re: Newbie questions??????? Steve Blackmore 2008-01-06 13:05:09 UTC Re: [CAD_CAM_EDM_DRO] Re: Newbie questions??????? Stephen Wille Padnos 2008-01-06 13:14:10 UTC Re: [CAD_CAM_EDM_DRO] Re: Newbie questions??????? Will 2008-01-06 13:59:02 UTC Re: Newbie questions??????? Steve Blackmore 2008-01-06 17:19:21 UTC Re: [CAD_CAM_EDM_DRO] Re: Newbie questions??????? Stephen Wille Padnos 2008-01-06 17:53:53 UTC Re: [CAD_CAM_EDM_DRO] Re: Newbie questions??????? Steve Blackmore 2008-01-07 02:14:33 UTC Re: [CAD_CAM_EDM_DRO] Re: Newbie questions???????