55
Optional Block Skip
/
Format
/
number
Description
This function makes it possible to skip over a desired block within a program. Optional block skip is specified at the start of the block.
•••••••••
•••••••••
G01Z-7.0
G01Y35.0
/M98P0002
Subprogram call is skipped (not called)
G03X15.0Y-15.0I15.0
•••••••••
•••••••••
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.")
Program Start
% or ER
Format
%
(ISO or ASCII code)
or
ER
(EIA code)
Description
A block containing only a “%” must appear at the start of the data. No other word should be specified within a block in which “%” or “
ER ” is specified. This notifies the machine of the start (or end) of the data. When it is present at the end of the data, its effect varies
according to the data-transmission method. When data is temporarily saved in the PNC-3200's buffer ("Edit"), data registration ends
automatically. When cutting is performed as data is being received ("Execute Cutting"), it is ignored. The data start character is “%” if
ISO or ASCII is in use as the character code system, of “ ER ” if EIA is in use.
Be sure to specify either “%” or “ ER ” at the beginning of the program. All programs are ignored until the data start is specified.