Using CNC Lite:
From GCODE.FIL as delivered, the logic commands associated with G1 (G01);
!'DISPLAY4 {f*[\73/100]}
!'DISPLAY5 {s*[\74/100]}
!TIME CYCLE;\4
!DISPLAY7 \4
!RUNTIME \4
!DISPLAY8 \4
-----G1
I kind of understand the first two lines. The apostrophe at the beginning of the first two lines make them unread by the system, Yes/No? I don't see the apostrophe being used in any other G codes.
I understand the logic values DISPLAY, TIME CYCLE, RUNTIME. I don't understand the use of the semicolon after TIME CYCLE. What parameter would/could be placed after TIME CYCLE?
I don't understand the variable \4. What is happening? The variable "4" is all over the place in GCODE.fil and MCODE.fil but doesn't seem to be a dedicated variable like \73 and \74.
Any help appreciated.