Programming manual
210
CNC 8070
10.
CANNED CYCLES
General concepts
(SOFT V02.0X)
176
10.1.2 Influence zone of a canned cycle
The canned cycle is modal. Once defined, by program or MDI, it stays
active until its cancellation is programmed or until one the conditions
that cancels it occurs.
If inside the influence zone of the canned cycle, while active, a motion
block is executed, it makes the programmed move and then executes
the machining operation corresponding to the canned cycle.
Example:
10.1.3 Canned cycle cancellation
A cycle is cancelled when:
• Executing function G80.
• Defining a new canned cycle.
• Selecting another longitudinal axis, with G20 or with #TOOL AX
• Homing.
• Selecting a new work plane.
• After executing M02, M30 or after an Emergency or Reset.
T1 D1 M6
G0 G90 Z25 S1000 M3 M8 M41 F200
G5 X15 Y15 (Movement to X15 Y15)
G99 G81 Z2 I-20 (Defines and executes the drilling canned cycle)
X85 (Movement and new drilling in X85 Y15)
Y85 (Movement and new drilling in X85 Y85)
G80 (Canned cycle cancellation)
X15 (Movement to X15 Y85) There is no drilling)
M30