While milling some uhmw on Sunday the mill freaked out and tried to drive a 1/2 endmill directly through the center of a 3d profile. This happened immediately after it was finished with a hogging profile and should have switched to a 1/4" ball before it started a waterline rough. In addition to driving the mill into the part from the Y side, the x axis was making bizzarre sounds and the zero ended up with a 3" discrepancy after the accident.
The code was generated in CamBam and tested in cutviewer without problems or rapid crash errors. The mill is a series 3 1100.
After this crash, I cut air using the same code and it did the exact same thing in the exact same section of code. (between operation 1 and 2)I ended up running each operation independently to finish the part. Operation 1 and 2 cut perfectly, but Mach3 balked at operation 3 disconnecting from the mill and flashing a driver error. If that was the problem, it doesn't make sense to me why the crash would happen between mop 1 and 2 instead of between 2 and 3. Now I am a little gun shy. Thank god it was only uhmw and not my vise.
The final operation was a scanline finish pass with a very short stepover and the file generated was over 15mb. The Controller is a stock Tormach PC with Mach3. Could this be a RAM error?
The problem started right after the last G3 was finished. The stock was x4",y4", z3. There is a 2.677" diameter circle polyline centered on the 4x4 block that was set as internal boundry. It plunged to about z-2" and then headed straight for the center of the stock (2,2). Target depth was only 1.684"
Any help will be greatly appreciated.
Code:
G0 X1.2777 Y3.426
G0 Z-1.548
G1 F44.0 Z-1.684
G3 F88.0 X1.2008 Y3.3843 I0.7223 J-1.426
G3 Y0.6157 I0.7992 J-1.3843
G3 X3.5985 Y2.0 I0.7993 J1.3843
G3 X1.2777 Y3.426 I-1.5985 J0.0
( 3DSurface1 )
G0 Z0.125
( T7 : 0.25 )
( Tool Taper coming soon )
( TOOL/MILL,0.25,0.125,0.0,0 )
T7 M6
M3 S5100
G0 X2.0485 Y2.028
G0 Z0.02
G1 F39.0 Z-0.04
G3 F79.0 X2.048 Y2.0146 I0.523 J-0.0271
G3 X2.0485 Y1.9719 I0.5159 J-0.0154