5. Program
5.3 Program Edit Operation
I-185
5.3.6 Deletion of One Block (
C.B
CAN
)
For example, let's try to delete the entire block N7 G03 Y200. J100. F500 ; .
Move the cursor to the position of the
block to be deleted.
N1 G28 X0 Y0 Z0 ;
N6 X200.;
N7 G03 Y200. J100. F500 ;
M02;
%
(1)
Press the
C.B
CAN
key.
(2)
1) Data in the entire block is deleted.
2) When the key is pressed, the message
"EDITING" is displayed.
N1 G28 X0 Y0 Z0 ;
N6 X200.;
M02;
%
EDITING
A
fter completion of correction, press
the
INPUT
key.
N1 G28 X0 Y0 Z0 ;
N6 X200.;
M02;
%
(3)
1) The data in the block is deleted from memory.
2) The blocks following the deleted data block
(M02; and % in this case) are moved forward for
display.
3) When the data in the block has been deleted
from memory, the "EDITING" message
disappears.