1 *FOR Series 16/l 8-B/C. Series 16ill8i-A
OPERATION
B-62694ENi03
A Format of NC Program
A format of NC program prepared in the Host Computer
obeys the format described in the CNC’s manual.
Describe it briefly as follows.
% TITLE ;
00001 (COMMENT) ;
M30 ;
%
(l)The top of NC program must be “%“(Tape start).
And if necessary, you can enter a comment up to first
EOB code(Program start).
(2)Tbe next block is an O-number.
When you register this NC program into the HDD,
please surely name the same O-number as the file name.
If the O-number in the NC program is different from the
O-number of the file name, the O-number of the file
name will be used.
(3)“;” placed on the end of each line means EOB (End Of
Block).
This EOB code is LF(hexadecima1 code:OA) or LF-CR-CR
(hexadecimal code:OA-OD-OD).
(4)The end of NC program always must end with a “M-
code ; %“.
(5)If you want to operate “binary input operation”, please
insert binary data for “binary input operation” in “:”
parts of the above figure.
About the detail of “binary input operation”, please refer
to the each CNC’s operator’s manual.
WARNING
If you prepare the NC program contrary to the above
format in the Host Computer, the CNC may run unexpectly
when this NC program is running.
So, you prepare the NC program in the Host Computer
most carefully.
-88-