3Explanation of operation methods
Programming 3-35
(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 "INSERT" in the command edit screen.
2) Input 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) Input "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.
<PROGRAM> 1 100%
TEACH
123
DELETE
EDIT
INSERT
⇒
<PROGRAM> 1 100%
_
CLOSE
123
<PROGRAM> 1 100%
_
CLOSE
123
<PROGRAM> 1
1MOV
_
CLOSE
123
Input "Mov" [CHARACTER] [MNO] [→] [MNO] [MNO] [MNO] [TUV] [TUV][TUV]
<PROGRAM> 1
1MOV P1
_
CLOSE
123
Input "P1" [SP] [PQRS] [CHARACTER] [1]
<PROGRAM> 1
1MOV_
CLOSE
123