ESAB Cutting Systems
CROSSBOW Page 124
Programming a Complete Circle
A complete circle is programmed by specifying the center point of the circle.
Figure 101: Programming a circle
Incremental and Absolute - Circle
When programming a complete circle, the end point is the same as the start point, so the X and Y
values are not necessary. Because the center point dimensional values must be incremental for both
Incremental and Absolute modes, programming is the same:
EXAMPLE: G02 J7.0
OR: G03 J7.0
G04 – Pause/Delay
This command is used to create a time delay. When used, the delay time is specified by the parameter
L, in seconds.
FORMAT: G04 Ln
EXAMPLE: G04 L2.4 // Delays 2.4 seconds
When a program delay timer is running, the【START】key can be pressed to override the timer and
continue program execution. If the【STOP】key is pressed while the delay timer is running, the timer
will be cancelled, and the program will be paused.
+Y
-Y
+X
-X
(4,4)
(4,11)
G02
G03
Center Point