Program example:
(There should be preparatory codes at the heading of the program, now skipped because we have not seen them yet)
G00 X5.263 Y3.236; (I advise all G00 moves are done fist X and Y, at the highest Z value, to prevent wrecks)
G00 Z0.25; (positions the spindle 0.25 above the setpoint or reference point on the part)
G01 Z-0.100 F4; (penetrates the part 100 thousands at a feedrate of 4 inches per minute)
G01 X10.0 F40; (cuts in the X direction at 40 Inches per minute)
G03 X12.0 Y-5.0 R2; (cuts from where it is to point X12 Y-5 doing a Clockwise turn of radius 2, if not calculated correctly with other parameters that must also meet, Error alarm will set off, this line can be programmed using I J and K, where you set the arc center, the radius and end point, we will also see polar coordinates later)
G04 X600.0 (The machines remains in the current position for 600 seconds or 10 minutes)