PDA

View Full Version : Little help please- 'Input past end of file (62)



GeneMpls
09-25-2014, 03:28 PM
I get this error when I try to open a very simple file (also 'line 0 (then file name).

I have wrestled this on and off all afternoon- and I need to finish and
go out for a beer. The zero line is the top line of dashes. Thanks Gene

'----------------------------------------------------------------
'SHOPBOT ROUTER FILE IN INCHES
'GENERATED BY PARTWorks
'Minimum extent in X = 0.000 Minimum extent in Y = 0.000 Minimum extent in Z = -0.120
'Maximum extent in X = 42.000 Maximum extent in Y = 26.000 Maximum extent in Z = 0.000
'Length of material in X = 42.000
'Length of material in Y = 26.000
'Depth of material in Z = 0.120
'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 = Profile 1
'Tool Name = .25 upc (o63-774) 1.5

&PWSafeZ = 0.200
&PWZorigin = Material Surface
&PWMaterial = 0.120
'&ToolName = ".25 upc (o63-774) 1.5"
&Tool =1 'Tool number to change to
C9 'Change tool
TR,12000 'Set spindle RPM
C6 'Spindle on
PAUSE 2
'
MS,1.0,1.0
JZ,0.800000
J3,4.275796,4.160292,0.200000
M3,4.275796,4.160292,-0.130000

adrianm
09-25-2014, 03:43 PM
Are you running the file directly off a thumb drive or similar? That error usually points to a problem reading the file in general rather than anything wrong code wise.

GeneMpls
09-25-2014, 03:49 PM
Exactly correct- my wi-fi system went down and I haven't run a cable
yet. Thank you Sir. :)