Rockwell Automation 8520-MUM 9/Series CNC Mill Operation and Programming Manual Documentation Set User Manual

Page 122

Advertising
background image

Editing Programs Online

Chapter 5

5-8

2.

Locate the block cursor in the program display area at the character(s)
that need to be changed by pressing the up, down, left, and right
cursor keys. Characters shown in reverse video on the screen will be
the characters changed.

3.

Key in a new character or word to replace data located by the cursor
in the input area, then press the [TRANSMIT] key.

Important: Only the data that is within the cursor will be changed. If
more data is typed in than is contained in the cursor the extra data will be
inserted to the right of the cursor. If less data is typed in then is contained
in the cursor, remaining data in the cursor will be deleted. The cursor size
may be changed as discussed in section 5.2.1.

Example 5.1

Changing Characters

To change Z93 to W93 in the following block:

Program Block

(Program Display Area)

Enter

(Input Area)

Notes

G01X93Z93;

Move the block cursor to the Z in the program display area and toggle
the {MODIFY/INSERT} softkey to “MODIFY:”.

G01X93Z93;

W

Type this data into the input area, then press the [TRANSMIT] key.

G01X93W93;

This is the block of altered commands shown in the program display
area.

Example 5.2

Changing Characters and Inserting At the Same Time

To change X97 to X96.5 in the following block:

Program Block

(Program Display Area)

Enter

(Input Area)

Notes

G01X97Z93;

Move the block cursor to the character 7 in the program display area
and toggle the {MODIFY/INSERT} softkey to “MODIFY:”.

G01X97Z93;

6.5

Type this data into the input area, then press the [TRANSMIT] key

G01X96.5Z93;

This is the block of altered commands shown in the program display
area.

Advertising