Beijing Starfire Control Technology Co.,Ltd.
北京斯达峰控制技术有限公司
Model SF-2012AH-QG
Cutting Machine
(
C002
)
12
5 levels. G22 and the nearest G80 form a loop.
Format:
G22 Ln_
(
L to designate number of cycles
)
Loop
G80
(
End mark of loop
)
Example:
N000 G92 X100 Y100
N001 G00 X60 Y80
N002 G22 L5
- Level 1 loop starts.
N003 G00 V50 U-25
N004 G22 L5
- Level 2 loop starts.
N005 G01 U5 V-10
N006 G80
- Level 2 loop ends.
N007 G80
- Level 1 loop ends.
N008 G28
N009 M02
10
)
G40/G41/G42: Cutter Radius Compensation Commands
Format: G41
(
or G42
)
Rn
.
.
Program segment to be compensated.
.
.
G40
Notes:
G41 is to compensate a half diameter of flame leftwards along the machining path.
G42 is to compensate a half diameter of flame rightwards along the machining path.
G40 represents end of offset.
Since cutter compensation is made automatically, there must be G00 Quick Move command before G41 or G42
commands so as to assure the position of cutting torch is corrected. Behind G40 the end mark of cutter compensation,
a G00 command is necessary to adjust the position back.