Originally Posted by guydrisc it happens in the first line of code..
$BASHPLATE.MIN%
O0001
N100 G20
N101 G0G17G40G49G80G90 |
Is this what is on the screen in the control ?
1st line
If it is, then the first line shouldn't exist ( it is only used in the upload process to name the file in the Okuma control, and is present only on the PC copy )
2nd line
:Oxxxx, FANUCs use it here for their naming info.
Oxxxx is usually a sub-routine naming address.
If it isn't used in a "CALL" statement, eg CALL O0001, then there has to be a RTS somewhere after it, similar to an M2/M30.
These sub-routines are normally placed after the M2/M30 at the end of program before the final %
I think your problem is the 2nd line
Comment out both lines in the control and run again