3Explanation of operation methods
Programming
3-30
(2) Creating a program
The key operation in the case of inputting the program of the following and the three steps is shown.
1 Mov P1
2 Mov P2
3 End
1) Press the function key ([F3]) corresponding to "insertion" in the command edit screen.
2)
I
nput of step number"1."
Press the [CHARACTER] key, set it in the number input mode and press the [1] key.
The space between step number and command is omissible.
3)
I
nput "
Mov
."
Press the [CHARACTER] key, set it in the
character
input mode
Press the [MNO] ("M"),[ → ], [MNO]("o") 3 times, and [TUV]("v") 3 times in order.
4) Input "P1."
Press the
[SP]("
space
")、 [PQRS] ("P")
.
Press the [CHARACTER] key, set it in the number input mode and press the [1] key.
For the instruction word and the data which accompanies the command, the space is required.
Step insertion [F3]
<PROGRAM> 1 50%
TEACH
123
DELETE
EDIT
INSERT
⇒
<PROGRAM> 1 Ins
_
CLOSE
123
<PROGRAM> 1 Ins
1
_
CLOSE
123
Step number input [1]
<PROGRAM> 1 Ins
_
CLOSE
123
<PROGRAM> 1 Ins
1MOV
_
CLOSE
123
Input "MOV" [CHARACTER] [MNO] [ → ] [MNO] [MNO] [MNO] [TUV] [TUV][TUV]
<PROGRAM> 1 Ins
1
_
CLOSE
123
<PROGRAM> 1 Ins
1MOV P1
_
CLOSE
123
Input "P1" [SP] [PQRS] [CHARACTER] [1]
<PROGRAM> 1 Ins
1MOV
_
CLOSE
123