Perhaps someone can look at a snippet of code and tell me if it explains why Mach3 goes crazy after it stops for a (manual) tool change). Mach 3 is configured as "stop spindle, wait for cycle start".
When I first start the job, the tool change light flashes and waits for a second "cycle" press. I press, and the machine starts to work normally.
When it reaches the end of the code, it stops and asks for tool change( T2). After changing the tool, when I press cycle, instead of going to the correct coordinates to start cutting, the machine runs away until it hits the safety switch at the end of the axis.
At this point, in order to continue, I need to send it zero, and do " a run from here" operation. In this case, the machine works normally.
I am stumbled. The only change I've made is that I have a new PC and installed a new version of Mach3. The first pc would always crash if I used the "stop spindle, wait for cycle start" option. So I always ran it with the "ignore tool change" option. I never liked this option, since I would, from time to time, forget to change the tool number in Mach3.
The mach3 script is unchanged, and I imported the Mach 3 configuration from the old pc.
I'd like someone to look at the code and perhaps shed some light on the issue.
thanks
tony
Here's a snippet of the code as generated by my CAM program.
N13250 G1 Y7.5758
N13260 G3 X10.33 Y7.6383 I-.0625 J0.
N13270 G1 X9.85
N13280 G3 X9.7875 Y7.5758 I0. J-.0625
N13290 G0 Z.275
N13300 M5
N13310 G91 G28 Z0.
N13320 M01
( POCKET SIDES )
N13330 T2 M6
N13340 G0 G90 G54 X3.3147 Y3.219 S4278 M3
N13350 G43 H2 Z.25
N13360 Z.2
N13370 G1 Z-.07 F26.16
N13380 Y5.5315 F66.16