2. CNC Monitor Screen
2.5 Program
I - 111
2.5.4.2 Screen Editing
[Dat
a Chan
ge]
A machining program can always be edited unless it
is run in memory mode.
For example, when the data to be edited is
displayed as shown in the right, let's try to change
the
N7 X123. ; block to
Ð
G03 Y200. J100. ;
Move the cursor to the data to be
replaced.
Set new data
G03 Y200. J100. ;
1) Each time a character is set the cursor is
automatically moved one column to the right.
2) When data is entered by using the keys, the
message EDITING is displayed.
Note that if the cursor reaches the end of
editing area (left side area for the
small-character mode), the keys are ignored
and the message as “EDIT (CAN’T REPLACE)”
appears.
After completion of correction,
press the [INPUT] key.
1) The new data is written into memory.
2) The new data is also displayed with each work
being both preceded and followed by space
code.
3) The cursor is moved to the top of the block on
the screen.
4) When the data has been written into memory,
the EDITING message disappears.
(1)
(2)
(3)
EDIT (REP.)
N1 G28 X0 Y0 Z0;
:
N7 X 123.;
M02;
%
N7 G03Y200.J100.;
M02;
% EDITING
N7 G03 Y200. J100.;
M02;
%