Guillemot
10-12-2015, 08:36 PM
My BT48 Buddy is consistently freezing on certain jogs after cutting holes.
In the example below it cuts fine to line 48. It completes the CG but stalls out, eventually timing out. At which time a "Location Matched to Tool..." message appears and a quick jump to "--Unexpected Return Fault--".
The CG executes but the J3 does not.
I Quit and then rerun starting at line 49, and it continues no problem until line 65 where I have a similar CG line followed by a J3 where it stops again. I have a series of these holes followed by jogs and it stops the same way at every one. Once it paused for a while before regaining its composure and moving on, but otherwise it has stopped at every similar combination of G-Code, and I've had similar problems on other cut files.
The problem does not occur when the router is turned off for a dry run, but does recur when the router is on but there is no material to be cut.
Any suggestions?
Thanks,
Nick
263652636726366
'----------------------------------------------------------------
'SHOPBOT ROUTER FILE IN INCHES
'GENERATED BY PARTWorks
'Minimum extent in X = 0.000 Minimum extent in Y = 0.000 Minimum extent in Z = -1.000
'Maximum extent in X = 6.000 Maximum extent in Y = 30.846 Maximum extent in Z = 0.000
'Length of material in X = 6.000
'Length of material in Y = 30.846
'Depth of material in Z = 1.000
'Home Position Information = Bottom Left Corner, Material Surface
'Home X = 0.000000 Home Y = 0.000000 Home Z = 0.800000
'Rapid clearance gap or Safe Z = 0.200
'UNITS:Inches
'
IF %(25)=1 THEN GOTO UNIT_ERROR 'check to see software is set to standard
SA 'Set program to absolute coordinate mode
CN, 90
'New Path
'Toolpath Name = Countersink Predrill
'Tool Name = 1/4" Down-cut (57-910)
&PWSafeZ = 0.200
&PWZorigin = Material Surface
&PWMaterial = 1.000
'&ToolName = "1/4" Down-cut (57-910)"
&Tool =3 'Tool number to change to
C9 'Change tool
TR,12000 'Set spindle RPM
C6 'Spindle on
PAUSE 2
'
MS,3.0,2.0
JZ,0.800000
J3,3.576650,1.896842,0.200000
M3,3.576650,1.896842,-0.125000
CG, ,3.701650,1.771842,0.125000,0.000000,T,-1
CG, ,3.826650,1.896842,0.000000,0.125000,T,-1
CG, ,3.701650,2.021842,-0.125000,0.000000,T,-1
CG, ,3.576650,1.896842,0.000000,-0.125000,T,-1
M3,3.576650,1.896842,-0.250000
CG, ,3.701650,1.771842,0.125000,0.000000,T,-1
CG, ,3.826650,1.896842,0.000000,0.125000,T,-1
CG, ,3.701650,2.021842,-0.125000,0.000000,T,-1
CG, ,3.576650,1.896842,0.000000,-0.125000,T,-1
M3,3.576650,1.896842,-0.375000
CG, ,3.701650,1.771842,0.125000,0.000000,T,-1
CG, ,3.826650,1.896842,0.000000,0.125000,T,-1
CG, ,3.701650,2.021842,-0.125000,0.000000,T,-1
CG, ,3.576650,1.896842,0.000000,-0.125000,T,-1
J3,3.576650,1.896842,0.200000
J3,3.232283,3.530674,0.200000
M3,3.232283,3.530674,-0.125000
CG, ,3.357283,3.655674,0.000000,0.125000,T,-1
CG, ,3.232283,3.780674,-0.125000,0.000000,T,-1
CG, ,3.107283,3.655674,0.000000,-0.125000,T,-1
CG, ,3.232283,3.530674,0.125000,0.000000,T,-1
M3,3.232283,3.530674,-0.250000
CG, ,3.357283,3.655674,0.000000,0.125000,T,-1
CG, ,3.232283,3.780674,-0.125000,0.000000,T,-1
CG, ,3.107283,3.655674,0.000000,-0.125000,T,-1
CG, ,3.232283,3.530674,0.125000,0.000000,T,-1
M3,3.232283,3.530674,-0.375000
CG, ,3.357283,3.655674,0.000000,0.125000,T,-1
CG, ,3.232283,3.780674,-0.125000,0.000000,T,-1
CG, ,3.107283,3.655674,0.000000,-0.125000,T,-1
CG, ,3.232283,3.530674,0.125000,0.000000,T,-1
J3,3.232283,3.530674,0.200000
J3,3.957556,5.157669,0.200000
M3,3.957556,5.157669,-0.125000
...
..
.
In the example below it cuts fine to line 48. It completes the CG but stalls out, eventually timing out. At which time a "Location Matched to Tool..." message appears and a quick jump to "--Unexpected Return Fault--".
The CG executes but the J3 does not.
I Quit and then rerun starting at line 49, and it continues no problem until line 65 where I have a similar CG line followed by a J3 where it stops again. I have a series of these holes followed by jogs and it stops the same way at every one. Once it paused for a while before regaining its composure and moving on, but otherwise it has stopped at every similar combination of G-Code, and I've had similar problems on other cut files.
The problem does not occur when the router is turned off for a dry run, but does recur when the router is on but there is no material to be cut.
Any suggestions?
Thanks,
Nick
263652636726366
'----------------------------------------------------------------
'SHOPBOT ROUTER FILE IN INCHES
'GENERATED BY PARTWorks
'Minimum extent in X = 0.000 Minimum extent in Y = 0.000 Minimum extent in Z = -1.000
'Maximum extent in X = 6.000 Maximum extent in Y = 30.846 Maximum extent in Z = 0.000
'Length of material in X = 6.000
'Length of material in Y = 30.846
'Depth of material in Z = 1.000
'Home Position Information = Bottom Left Corner, Material Surface
'Home X = 0.000000 Home Y = 0.000000 Home Z = 0.800000
'Rapid clearance gap or Safe Z = 0.200
'UNITS:Inches
'
IF %(25)=1 THEN GOTO UNIT_ERROR 'check to see software is set to standard
SA 'Set program to absolute coordinate mode
CN, 90
'New Path
'Toolpath Name = Countersink Predrill
'Tool Name = 1/4" Down-cut (57-910)
&PWSafeZ = 0.200
&PWZorigin = Material Surface
&PWMaterial = 1.000
'&ToolName = "1/4" Down-cut (57-910)"
&Tool =3 'Tool number to change to
C9 'Change tool
TR,12000 'Set spindle RPM
C6 'Spindle on
PAUSE 2
'
MS,3.0,2.0
JZ,0.800000
J3,3.576650,1.896842,0.200000
M3,3.576650,1.896842,-0.125000
CG, ,3.701650,1.771842,0.125000,0.000000,T,-1
CG, ,3.826650,1.896842,0.000000,0.125000,T,-1
CG, ,3.701650,2.021842,-0.125000,0.000000,T,-1
CG, ,3.576650,1.896842,0.000000,-0.125000,T,-1
M3,3.576650,1.896842,-0.250000
CG, ,3.701650,1.771842,0.125000,0.000000,T,-1
CG, ,3.826650,1.896842,0.000000,0.125000,T,-1
CG, ,3.701650,2.021842,-0.125000,0.000000,T,-1
CG, ,3.576650,1.896842,0.000000,-0.125000,T,-1
M3,3.576650,1.896842,-0.375000
CG, ,3.701650,1.771842,0.125000,0.000000,T,-1
CG, ,3.826650,1.896842,0.000000,0.125000,T,-1
CG, ,3.701650,2.021842,-0.125000,0.000000,T,-1
CG, ,3.576650,1.896842,0.000000,-0.125000,T,-1
J3,3.576650,1.896842,0.200000
J3,3.232283,3.530674,0.200000
M3,3.232283,3.530674,-0.125000
CG, ,3.357283,3.655674,0.000000,0.125000,T,-1
CG, ,3.232283,3.780674,-0.125000,0.000000,T,-1
CG, ,3.107283,3.655674,0.000000,-0.125000,T,-1
CG, ,3.232283,3.530674,0.125000,0.000000,T,-1
M3,3.232283,3.530674,-0.250000
CG, ,3.357283,3.655674,0.000000,0.125000,T,-1
CG, ,3.232283,3.780674,-0.125000,0.000000,T,-1
CG, ,3.107283,3.655674,0.000000,-0.125000,T,-1
CG, ,3.232283,3.530674,0.125000,0.000000,T,-1
M3,3.232283,3.530674,-0.375000
CG, ,3.357283,3.655674,0.000000,0.125000,T,-1
CG, ,3.232283,3.780674,-0.125000,0.000000,T,-1
CG, ,3.107283,3.655674,0.000000,-0.125000,T,-1
CG, ,3.232283,3.530674,0.125000,0.000000,T,-1
J3,3.232283,3.530674,0.200000
J3,3.957556,5.157669,0.200000
M3,3.957556,5.157669,-0.125000
...
..
.