butch
06-16-2010, 11:48 AM
I realize this is very basic, but I have not been successful doing this to this point. Either the spindle stops or the loop goes to end.
Thanks for any help.
I am trying to make a loop that ends with a typed N or reruns the file with a Y and does not stop the spindle in between.
I need to [Start program (normal)]
[Run program]
at end of file
[move spindle to x=20,y=20,z=1.5]
[leave spindle running]
[ask if want to run another cut]
[Y=start program]
[N=stop spindle go to x=6,y=30, z=3]
Below is one of the files I would like to run like this so I can do repeated cuts with out starting and stoping the spindle each time.
'9.5xMS,2.0,0.5
SO,1,1
'Dovetail Back Pocket 10.5wx9.5 Oval board / Zero top Y&X=0 / 1-2 Dovetail'
PAUSE
MS,2.0,0.5
JZ,1.500
J2,5.25000,9.85000
J3,5.25000,9.85,1.5000
M3,5.25000,9.85,-0.4000
M3,6.22,9.85,-0.4000
M3,6.22,7.1,-0.4000
M3,6.22,7.4,-0.4000
M3,5.85,7.4,-0.400
M3,5.85,9.85,-0.40
M3,5.450,9.85,-0.40
M3,5.450,7.4,-0.40
M3,5.050,7.4,-0.40
M3,5.050,9.85,-0.40
M3,4.65,9.85,-0.40
M3,4.65,7.4,-0.40
M3,4.28,7.4,-0.4000
M3,4.28,7.1,-0.4000
M3,4.28,9.85,-0.4000
M3,4.35,7.339,-0.40
M3,6.1,7.339,-0.40
M3,5.25,9.85,-0.4000
J3,5.25,9.85,1.5000
SO,1,0
JZ,3.000
J2,6.000000,30.000000
Thanks for any help.
I am trying to make a loop that ends with a typed N or reruns the file with a Y and does not stop the spindle in between.
I need to [Start program (normal)]
[Run program]
at end of file
[move spindle to x=20,y=20,z=1.5]
[leave spindle running]
[ask if want to run another cut]
[Y=start program]
[N=stop spindle go to x=6,y=30, z=3]
Below is one of the files I would like to run like this so I can do repeated cuts with out starting and stoping the spindle each time.
'9.5xMS,2.0,0.5
SO,1,1
'Dovetail Back Pocket 10.5wx9.5 Oval board / Zero top Y&X=0 / 1-2 Dovetail'
PAUSE
MS,2.0,0.5
JZ,1.500
J2,5.25000,9.85000
J3,5.25000,9.85,1.5000
M3,5.25000,9.85,-0.4000
M3,6.22,9.85,-0.4000
M3,6.22,7.1,-0.4000
M3,6.22,7.4,-0.4000
M3,5.85,7.4,-0.400
M3,5.85,9.85,-0.40
M3,5.450,9.85,-0.40
M3,5.450,7.4,-0.40
M3,5.050,7.4,-0.40
M3,5.050,9.85,-0.40
M3,4.65,9.85,-0.40
M3,4.65,7.4,-0.40
M3,4.28,7.4,-0.4000
M3,4.28,7.1,-0.4000
M3,4.28,9.85,-0.4000
M3,4.35,7.339,-0.40
M3,6.1,7.339,-0.40
M3,5.25,9.85,-0.4000
J3,5.25,9.85,1.5000
SO,1,0
JZ,3.000
J2,6.000000,30.000000