·246·
Programming manual
CNC 8055
CNC 8055i
11.
IRREGULAR POCKET CANNED CYCLE
·M· & ·EN· MODELS
SOFT: V02.2X
3D pockets
11.2 3D pockets
The cycle calling function G66 is not modal; therefore, it must be programmed every time a 3D pocket
is to be executed.
In a block defining an irregular pocket canned cycle, no other function can be programmed, its
structure definition being:
G66 R I C J F K S E
R (0-9999) / I (0-9999) Roughing operation
Label number of the first block (R) and last block (I) defining the roughing operation.
• When not setting (I) only block (r) is executed.
• When not setting (R) there is no roughing operation.
C (0-9999) / J (0-9999) Semi-finishing operation
Label number of the first block (C) and last block (J) defining the semi-finishing operation.
• When not setting "J" only block "c" is executed.
• When not setting (C) there is no semi-finishing operation.
F (0-9999) / K (0-9999) Finishing operation
Label number of the first block (F) and last block (K) defining the finishing operation.
• When not setting (K) only block (F) is executed.
• When not setting (F) there is no finishing operation.
S (0-9999) / E (0-9999) Geometric description of the profiles
Label number of the first block (S) and last block (E) defining the geometry of the profiles forming
the pocket. Both parameters must be set.
Programming example:
; Initial positioning.
G00 G90 X100 Y200 Z50 F5000 T1 D2
M06
; Definition of irregular pocket canned cycle.
G66 R100 C200 J210 F300 S400 E500
; End of program.
M30
; Roughing operation.
N100 G67...
; Semi-finishing operation.
N200...
G67...
N210...
; Finishing operation.
N300 G68...
; Geometrical description.
N400 G0 G90 X300 Y50 Z3
...
...
N500 G2 G6 X300 Y50 I150 J0