CAD CAM EDM DRO - Yahoo Group Archive

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

Posted by Dan Mauch
on 2008-01-05 17:28:21 UTC
Be very careful when using the mach3 single block feature. There is a known bug. What I have found is that if you single step through a program and then return to continuous mode that something get messed up in mach3 and then it runs the rest of the program at usually the rapid traverse speed. I have lost a few cutters using the single block mode then switching back to continuous. Yesterday running a single block command then using the run from here feature caused my servo operated knee to rapidly to some unknown position before I could kit the estop. The was no Z axis movement called for in the G code file. I replicated this twice so I would say stay away from the single block mode. Art and Brian are aware of the first problem and I'll post a bug report on the yahoo group later today.

Dan Mauch
economical 3D scanner software and kits
low cost stepper and servo motors.
cases for Gecko drives
kits and assembled 3-4 axis drives
www.camtronics-cnc.com
www.seanet.com/~dmauch
----- Original Message -----
From: Will
To: CAD_CAM_EDM_DRO@yahoogroups.com
Sent: Saturday, January 05, 2008 12:27 PM
Subject: [CAD_CAM_EDM_DRO] Re: Newbie questions???????


To tell the operator the hole depth use parenthesis to make a comment.
Comments will show up in the status bar on Mach 3. For ease of
programming I would just run the program on single stop. On a
prototrak feed moves (G1) are done continuously while rapid (G0) moves
are made in a single block fashion. In mach3 you can make a M code to
switch between the two styles.

Ex.
TXM6 (.156 Drill)
M100(Switch to single block)
G0 X1. y2. (Drill to Z-.1)
X2. (Z-.1)
X3. (z-.5)
M101 (Turn off single block)
.....

>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.





[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???????