Originally Posted by kojack How Does this work when your main program is running direct from hard drive
Do i need to make the Offset program runnging from the hard drive also? |
I don't think it does work.
As I understand it running a program from the hard drive is equivalent to drip feeding through the serial port, but much faster.
Also as I understand it for M97, and maybe M98 everything has to be in the controller memory. When it is on the hard drive it is not in the controller memory; chunks are transferred into a buffer memory and executed. The controller can only look ahead within the portion that is in the buffer; the M97 will not work because the line being called will be on the hard drive not in the buffer.