HU,
The posting works as I described but I will elaborate further.
As per the above posting replace the G00 with a "/" .
Modify the Rapid Move format as follows:
{G}{X} {G}{Y} {G}{Z} {F}
Doing as instructed in the above post produces a / for each axis as it is just a multiple variable call/insertion which works in both modal and non-modal formats.
The resulting code output is as follows:
(This is a series of rapid moves between 4 points followed by 2 feed movements using the above format. )
MODAL COORDINATES AND G CODES
/X-1.4219 /Y-1.1458 /Z0.
Y1.7396
X1.6094
Y-1.1458
X-1.4219
G01 X1.6094 Y1.7396 F10.0
X-1.4219
NON-MODAL
/X-1.4219 /Y-1.1458 /Z0.
/X-1.4219 /Y1.7396 /Z0.
/X1.6094 /Y1.7396 /Z0.
/X1.6094 /Y-1.1458 /Z0.
/X-1.4219 /Y-1.1458 /Z0.
G01 X1.6094 Y1.7396 Z0. F10.0
G01 X-1.4219 Y1.7396 Z0.
Tech Support
OneCNC LLC
(877) 626-1262
www.onecnc.com