Re: [CAD_CAM_EDM_DRO] Mach3 problem
Posted by
Henrik Olsson
on 2009-03-12 11:20:29 UTC
Perhaps you have one machine set up as metric and the other as imperial?
That will trip the abnormal condition warning when the code switches from
G21 to G20. There are a few other things that will trip it but that's the
most likely one, I think.
/Henrik.
-----Original message-----
I have two computers with Mach3 mill ver 3.00 . The code below runs fine in
Mach3 in one computer but not in the other. In the computer set up on my
mill I get a flashing "abnormal condition" light. The code is fine. What
is causing this in Mach3??? I assume something is set differently but don't
have a clue where to look.
Jack
G00 G49 G40.1 G17 G80 G50 G90 G64
G20
(Standard Drill )
M6 T1
M03 S4583
G00 Z0.1250
X2.0000 Y0.2810
G81 X2.0000 Y0.2810 Z-0.6722 R0.1 F4.0
G80
G00 Z0.1250
G81 X0.5000 Y0.2810 Z-0.6722 R0.1 F4.0
G80
G00 Z0.1250
(2 1/2 Axis Pocketing)
M6 T2
M03 S4583
X1.2737 Y0.7375
G01 Z0.0292 F10.0
Z0.0042 F6.0
X1.2723 Y0.7383 Z0.0039 F4.0
X1.2656 Y0.7407 Z0.0026
That will trip the abnormal condition warning when the code switches from
G21 to G20. There are a few other things that will trip it but that's the
most likely one, I think.
/Henrik.
-----Original message-----
I have two computers with Mach3 mill ver 3.00 . The code below runs fine in
Mach3 in one computer but not in the other. In the computer set up on my
mill I get a flashing "abnormal condition" light. The code is fine. What
is causing this in Mach3??? I assume something is set differently but don't
have a clue where to look.
Jack
G00 G49 G40.1 G17 G80 G50 G90 G64
G20
(Standard Drill )
M6 T1
M03 S4583
G00 Z0.1250
X2.0000 Y0.2810
G81 X2.0000 Y0.2810 Z-0.6722 R0.1 F4.0
G80
G00 Z0.1250
G81 X0.5000 Y0.2810 Z-0.6722 R0.1 F4.0
G80
G00 Z0.1250
(2 1/2 Axis Pocketing)
M6 T2
M03 S4583
X1.2737 Y0.7375
G01 Z0.0292 F10.0
Z0.0042 F6.0
X1.2723 Y0.7383 Z0.0039 F4.0
X1.2656 Y0.7407 Z0.0026
Discussion Thread
Jack Mc Kie
2009-03-12 11:06:44 UTC
Mach3 problem
Henrik Olsson
2009-03-12 11:20:29 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 problem
Steve Blackmore
2009-03-12 15:44:26 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 problem
Jack McKie
2009-03-12 17:59:47 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 problem
Steve Blackmore
2009-03-13 01:18:57 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 problem
Jack McKie
2009-03-13 04:26:09 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 problem
Lester Caine
2009-03-13 04:43:37 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 problem
Jack McKie
2009-03-13 06:37:49 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 problem
Lester Caine
2009-03-13 07:07:48 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 problem
Jack McKie
2009-03-13 08:57:43 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 problem
Henrik Olsson
2009-03-13 09:18:55 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 problem
Stephen Wille Padnos
2009-03-13 09:44:20 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 problem
Jack McKie
2009-03-13 09:58:57 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 problem
Steve Blackmore
2009-03-13 13:43:08 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 problem
Steve Blackmore
2009-03-13 13:44:04 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 problem
Steve Blackmore
2009-03-13 13:45:24 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 problem
Stephen Wille Padnos
2009-03-13 13:47:48 UTC
Re: [CAD_CAM_EDM_DRO] Mach3 problem