Program stops and will not restart

model-and-toolmaking

Model and Toolmaking
I have a Masso 2 and just started having a problem. While running a proven program (in the middle on a production run) the machine just stops. No errors. And it will not restart. It will jog. It is not losing it's place. In order to get the program going I have to reload the program. It stops in random places.

Any ideas?
 

masso-support

MASSO Support
Staff member
it looks like the system is unable to read the gcode file on the USB flash drive and the USB flash drive is getting disconnected.

can you make a file called autoload.nc with the simple gcode as below and place on the root folder of the USB flash drive, next in the General settings in the F1 screen tick "Load 'autoload.nc' on power up. Basically the controller will load the autoload file every time the USB flash drive is connected and the contents of the gocde file will be displayed on the screen, while you are running your program if the disconnect and reconnect happens then you will see the gcode file on the screen and will know for sure that the USB is getting disconnected.

please add the below to the autoload.nc file:

G0 X0

G1 X10 F100

Y10

X0

Y0
 
Top