
B–62093E–1/02
3. EXECUTION MACRO
PROGRAMMING
39
(8) Cautions
(a) Separate registration of a program cannot be made. Register the
whole program to the edit memory, and then to the Power Mate.
Max. 400 programs can be registered to the Power Mate.
(b) In one program, limit the sequence number used for branch
destination (GOTO) to 200. In one program, the same sequence
No. cannot be designated for others.
(c) One block can accept designation of only one sequence number.
Except the program No. “0” and the optional block skip “/”,
designate a sequence No. at the block head.
(Example)
O9010 N10 X100.0 ; . . . . . . . . OK
/ N20 Y200.0 ; . . . . . . . . OK
N30 #1 = #5 ; . . . . . . . . OK
G00 X100.0 N40 Y200.0 ; . . . . . . ERROR
#3 = #5 + #6 N50 ; . . . . . . . . ERROR
N60 N70 Y300.0 ; . . . . . . . . ERROR
(d) Terminate the program with EOB (“,”), EOR (“%”).
(Example)
O9010 ;
:
N100 M99 ; . . . . . . . . OK
%
O9011 ;
: N100 M99 ;
N110 ; . . . . . . . . ERROR
%