This macro is called from the 8th line of a gcode file. I've stripped out all the non problematic code, and I'm left with
Message "halt"
Sleep 1000
DoOEMbutton(1003)
While Not GetLED(4)
Wend
Code "M98 P113"
The first 2, and last lines are not strictly necessary, (just there in case anyone thinks it's a pointless macro...) it worked fine before, but today the same thing happens on each run :- 'Terminating scripts'.
I close Mach, try to reopen; clicking/double/triple clicking machloader does nothing. Trying to modify and save the macro that was open in notepad gives a message that 'this is being used by another program', and shutting down the PC for a restart as last resort gives a message about 'DDE Server Window still being in use.
This macro worked fine a week or 2 back (it's never had 'End' on the end), why has it suddenly gone weird?
M21