
B-63192EN/03 8.LASER OUTPUT CONTROL
- 41 -
8.2.5 Program Example
The following example is a program using a cutting condition setting
function.
G92 X_Y_Z_ ; : Select a coordinate system.
E01 ; : Specify a cutting data set number in the data area.
E101 ; : Specify a piercing data set number in the data area.
G32L2 ; : Start assist gas supply according to the data at
E101 and open the shutter.
G13 ; : Start tracing according to the data at E101.
G24 ; : Carry out piercing according to the data at E101.
G32 L1 ; : Select assist gas according to the data at E001.
G01 X_Y_ ; : Carry out approach machining if the "approach
machining selection" item at E001 specifies an
auxiliary data set number.
X_Y_ ; : Carry out cutting according to the data at E001.
:
G14 ; : Stop tracing.
G32 L0 ; : Stop assist gas supply and close the shutter.
M30 ; : End of program