Programming manual
CNC 8055
CNC 8055i
MULTIPLE MACHINING
10.
·M· & ·EN· MODELS
SOFT: V02.2X
·221·
G65: Machining programmed with an arc-chord
10.6.1 Basic operation
1. Multiple machining calculates the next point of those programmed where it is wished to machine.
2. Movement at the feedrate programmed by "C" (G00, G01, G02 or G03) to this point.
3. Multiple machining will perform the canned cycle or modal subroutine selected after this
movement.
After completing multiple machining, the tool will be positioned at the programmed point.
Programming example assuming that the work plane is formed by the X and Y axes, that the Z axis
is the longitudinal axis and that the starting point is X0 Y0 Z0:
It is also possible to write the multiple machining definition block in the following ways:
G65 X-280 Y-40 I444.75 C1 F200
; Canned cycle positioning and definition.
G81 G98 G01 G91 X890 Y500 Z-8 I-22 F100 S500
; Defines multiple machining.
G65 X-280 Y-40 A60 C1 F200
; Cancels the canned cycle.
G80
; Positioning.
G90 X0 Y0
; End of program.
M30