12
A main program or subprogram calls and executes another program by specifying a program number. The program number appears at
the start of the program.
A program number is specified by appending an integer of up to four digits after the letter “O.” The range for program numbers is from
0001 to 9999 -- “0” (zero) may not be used as a program number.
The section that extends from the place where the program number is input to an M02, M30, or M99 is recognized as one program (or
subprogram). M02 or M30 is used to indicate the end of a main program, and M99 is used to signal the end of a subprogram.
Program Number
A sequence number is an integer number for a block. It is specified at the start of the block.
A sequence number may either be present or absent from any or all blocks. There is also no need for sequence numbers to be consecu-
tive, or to be arranged in order from smaller to larger numbers. However, consecutive sequence numbers are customarily used to mark
critical places within a program.
A sequence number is specified by appending an integer of up to four digits after the letter “N.” The range for program numbers is from
0001 to 9999. A sequence number cannot be substituted for a program number.
Sequence Numbers
This function makes it possible to skip over a desired block within a program. Optional block skip is specified at the start of the
program.
Enter a "/" (slash) at the start of the block.
The setting for enabling or disabling block skip is made on the PNC-3200. (Refer to "User's Manual 3 -- Cutting Using NC Codes.")
Optional Block Skip
Содержание CAMM-3 PNC-3200
Страница 2: ......
Страница 62: ...60 MEMO ...
Страница 63: ......
Страница 64: ...R3 001018 NC code PNC 3200 ...