3-33
Programming
3Explanation of operation methods
(4) Correcting a program
Before correcting a program, refer to
Page 29, "3.5.1 Creating a program"
, and open the program edit screen.
An example, change
"
5
Mov P5"
to
"
5
Mvs P5"
.
1)
Display the step 5
Press the [FUNCTION] key and change the function display. Press the [F2](Jump) key and display the
command edit screen.
Press the [
5
], [EXE] key and display the
5
th step.
Step 5 can be called even if it moves the cursor to Step 5 by the [ ↑ ] or [ ↓ ] key.
2) Correction of the instruction word.
Press the function key corresponding to "edit."
3) Press the [->] key
3
times. Move the cursor to "o."
Press the [CLEAR] key twice and delete "ov". Leave "M."
Press the [TUV] key 3 times (input "v"), the
[->] key, the [PQRS] key 4 times (input "s").
Then, 5 step is "Mvs P5".
Press the [EXE] key, and reg-
ister step 5.
<PROGRAM> 1 50%
1 Mov P1
2 Mov P2
3 Mov P3
4 Mov P4
TEACH
123
DELETE
EDIT
INSERT
⇒
<PROGRAM> 1 50%
1 Mov P1
2 Mov P2
3 Mov P3
4 Mov P4
BWD
123
JUMP
FWD
⇒
<PROGRAM> 1 50%
STEP (
5
)
CLOSE
123
Call the step 5 [5] [EXE]
Call the step 5 [F2]
<PROGRAM> 1 50%
4 Mov P4
5 Mov P5
6 End
TEACH
123
DELETE
EDIT
INSERT
⇒
<PROGRAM> 1 Edit
5 Mov P5
_
CLOSE
123
Correct the command 命令語の修正 [F1]
<PROGRAM> 1 Edit
5 Mov P5
_
CLOSE
ABC
<PROGRAM> 1 Edit
5 M
o
v P5
_
CLOSE
ABC
<PROGRAM> 1 Edit
5 MV
S
P5
_
CLOSE
ABC
<PROGRAM> 1 50%
4 Mov P4
5 Mvs P5
6 End
TEACH
123
DELETE
EDIT
INSERT
⇒
[TUV] [TUV] [TUV] [ → ]
Correct the command [PQRS] [PQRS] [PQRS] [PQRS]
Correct the command [EXE]