Chuck Keysor
10-06-2016, 12:18 PM
Hello Shopbot experts. I tried to run a simple file this morning, and it won't run. And I don't know what to do..... Any suggestions will be greatly appreciated!!!!
After loading the part file, then hitting "Start", the spindle turns on, but nothing more happens. IE, the spindle runs, but it doesn't move to execute the file.
The SB3 control window doesn't give any error message. It shows "9 Pause 2".
I assume it is stuck on line 9 of the cut file.
When I hit the "Space bar" or click on the display "Stop" button, the spindle stays running, and I get a message saying "Not responding".
The only way I could get out of SB3 was to shut down the PC, and restart. Well, I restarted two times, and the exact same thing happened.
What is happening? I haven't changed anything. Your advice is appreciated! Thanks, Chuck
Here are the opening lines of that file (I couldn't find any way to attach my SBP file) :
++++++++++++++++++++++++++++++++++++++++
'FireFgtr Profile two speeds .125EM 10-5-16
'File created: Wednesday October 05 2016 - 07:30 PM
'SHOPBOT FILE IN INCHES
IF %(25)=1 THEN GOTO UNIT_ERROR 'check to see software is set to standard
C#,90 'Lookup offset values
'
'Turning router ON
SO,1,1
PAUSE 2
'
'
'Toolpath Name = Profile top text 1.6ips
'Tool Name = End Mill (0.125 inch)
MS,1.66,0.50
JZ,1.000000
J2,0.000000,0.000000
J3,2.177364,8.813620,0.250000
J3,2.177364,8.813620,0.050000
.
.(Lots of more of the same, which I cut out for brevity.)
.
(end of file has these lines)
M3,2.747682,1.552780,-0.060000
M3,2.747682,2.351820,-0.060000
J3,2.747682,2.351820,0.250000
JZ,1.000000
'
'Turning router OFF
SO,1,0
J2,0.000000,0.000000
END
'
UNIT_ERROR:
C#,91 'Run file explaining unit error
END
After loading the part file, then hitting "Start", the spindle turns on, but nothing more happens. IE, the spindle runs, but it doesn't move to execute the file.
The SB3 control window doesn't give any error message. It shows "9 Pause 2".
I assume it is stuck on line 9 of the cut file.
When I hit the "Space bar" or click on the display "Stop" button, the spindle stays running, and I get a message saying "Not responding".
The only way I could get out of SB3 was to shut down the PC, and restart. Well, I restarted two times, and the exact same thing happened.
What is happening? I haven't changed anything. Your advice is appreciated! Thanks, Chuck
Here are the opening lines of that file (I couldn't find any way to attach my SBP file) :
++++++++++++++++++++++++++++++++++++++++
'FireFgtr Profile two speeds .125EM 10-5-16
'File created: Wednesday October 05 2016 - 07:30 PM
'SHOPBOT FILE IN INCHES
IF %(25)=1 THEN GOTO UNIT_ERROR 'check to see software is set to standard
C#,90 'Lookup offset values
'
'Turning router ON
SO,1,1
PAUSE 2
'
'
'Toolpath Name = Profile top text 1.6ips
'Tool Name = End Mill (0.125 inch)
MS,1.66,0.50
JZ,1.000000
J2,0.000000,0.000000
J3,2.177364,8.813620,0.250000
J3,2.177364,8.813620,0.050000
.
.(Lots of more of the same, which I cut out for brevity.)
.
(end of file has these lines)
M3,2.747682,1.552780,-0.060000
M3,2.747682,2.351820,-0.060000
J3,2.747682,2.351820,0.250000
JZ,1.000000
'
'Turning router OFF
SO,1,0
J2,0.000000,0.000000
END
'
UNIT_ERROR:
C#,91 'Run file explaining unit error
END