
3. SCHEDULED OPERATION B-63214EN/01
- 28 -
3.2 NC Programs for Scheduled Operation
This section describes the format of NC programs for scheduled operation.
These programs must have already been prepared on the personal computer
hard disk before scheduled operation can be started.
Explanation
The following are the requirements for NC programs for scheduled
operation, which should be prepared on the personal computer in advance.
l File name
Each file name must consist of either of the following, depending on
whether the NC uses 4-digit or 8-digit program numbers.
4-digit number + extension TXT
8-digit number + extension TXT
l File format
• Each NC program must start with {LF}, or % + {LF}.
• The body of each program can start with a program code other than
its program number and can contain binary code.
• Provided that the program is not the last program in the schedule,
miscellaneous function codes M02 and M30 contained in a program
may be replaced with space characters so that scheduled operation
can continue without interruption. (See Section 6.1.5, "Setting the
NC program transfer options.")
Example)
%{LF}
%
{LF} is the line feed character.