
B-75044EN/02 1. ABOUT FA SYSTEM FOR PC
-13-
1.4 ABOUT NC PROGRAM FORMAT
FA SYSTEM for PC manages NC programs in a computer as follows.
Sample 1 : Main program terminated by the M30 code
% ;
OXXXX ;
Part Program
; M30 ;
%
Sample 2 : Main program terminated by the M02 code
% ;
OXXXX ;
Part Program
; M02 ;
%
Sample 3 : Sub program terminated by the M99 code
% ;
OXXXX ;
Part Program
; M99 ;
%
These programs should be formed such as one main program format or one
sub program format, including one NC program number in head of the part-
program.
Where, “;” means the end of a block, and corresponds to the EOB code
specified by NC such as the LF code.
“XXXX” indicates an NC program number.