I was hacking some code today and found the log output was updated
during the syntax checking phase before the run phase.

discussed of IRC and JT reproduced it and made a simple test

; open test.txt in Gedit and remove any logs and save
; start the program then click on Gedit
; the file is updated before the first move

o100 sub
(LOGOPEN,test.txt)
G0 X0
(LOG,X#5420)
G0 X1
(LOG,X#5420)
G0 X2
(LOG,X#5420)
(LOGCLOSE)
o100 endsub
G4P10
o100 call
M2

or http://paste.ubuntu.com/14214055/
the code I discovered it in
http://paste.ubuntu.com/14213899/

Dave Caroline

------------------------------------------------------------------------------
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to