Owner's manual
Editing Programs Online
Chapter 5
5-10
Example 5.4
Inserting Characters
To change G01X97Z93; to two separate blocks:
Program Block
(Program Display Area)
Enter
(Input Area)
Notes
G01X97Z93; Move the blockcursorto the Zin the programdisplay areaand
toggle the {MODIF Y/INSERT}softkeyto“INSERT:”.
G01X97Z93; ; Type this data intotheinputarea,thenpress the [TRANSMIT]
key.
Note:Entering theEOBin the step aboveisnotnecessary.
G01X97;
Z93;
Result
Example 5.5
Inserting Characters
To change “X123.0”to “X123.034”when the following is displayed on the
input line:
Program Block
(Program Display Area)
Enter
(Input Area)
Notes
N1000X123.0Z45.0; movethe cursor to “Z”and toggle the{MODIFY/INSERT }
softkey to “INSERT :”.
N1000X123.0Z45.0; 34 Type thisdataintotheinputarea,thenpressthe[TRANSMIT]
key.
N1000X123.034Z45.0;
Result
Example 5.6
Inserting Words
To change X93.Z20.; to X93.W31.Z20.;
Program Block
(Program Display Area)
Enter
(Input Area)
Notes
X93.Z20.; movethe cursor to theZ and togglethe{MODIFY/INSERT}
softkey to “INSERT :”.
X93.Z20.; W31. Typethisinto the inputarea,thenpressthe[TRANSMIT]key.
X93.W31.Z20.;
Result