Index Manuals FANUC Series 30i/300i/300is-MODEL A. Machining Center System. User's manual (B-63944EN/03)
|
|
|
13.PROGRAM CONFIGURATION PROGRAMMING B-63944EN/03
- 332 - - Program components A program consists of the following components: Table 13 (a) Program components Components Descriptions Program code start Symbol indicating the start of a program file Leader section Used for the title of a program file, etc. Program start Symbol indicating the start of a program Program section Commands for machining Comment section Comments or directions for the operator Program code end Symbol indicating the end of a program file
Program code start % TITLE ; O0001 ; M30 ; % (COMMENT) Program section Leader section Program start Comment section Program code end
Fig. 13 (b) Program configuration
- Program section configuration A program section consists of several blocks. A program section starts Program section Program section configuration Program number O0001 ; Block 1
N1 G91 G00 X120.0 Y80.0 ; Block 2
N2 G43 Z-32.0 H01 ; : :
Nn Z0 ; Program end M30 ; |