Here is a cnc programming example, I already have posted multiple cnc programming examples. This cnc programming example shows the usage of fanuc G73 pattern repeating cycle.
You might read details about fanuc G73 pattern repeating cycle and G73 parameters in this article CNC Fanuc G73 Pattern Repeating Cycle.
In the following cnc programming example,
- U in N70 is the total material G73 pattern repeating cycle will cut (this is radius value)
- R in N70 is the number the tool will repeat the pattern.
CNC Programming Example Fanuc G73 Pattern Repeating Cycle
N10 T0101 N20 G97 S1000 M03 N30 G00 X44 Z0 N40 G01 X-1 F0.1 N50 G01 Z1 N60 G00 X40 Z1 N70 G73 U7 W0 R7 N80 G73 P90 Q180 U0.6 W0.3 F0.2 N90 G00 X27.8 Z1 S1200 N100 G01 Z0 F0.15 N110 G01 X29.8 Z-1 N120 G01 Z-10 N130 G01 X26 Z-12 N140 G01 Z-22.776 N150 G01 G02 X30.775 Z-28.041 R7 N160 G01 X38 Z-48 N170 G01 Z-55 N180 G01 X42 N190 G00 X200 Z100 N200 T0303 N210 G97 S1200 M03 N220 G00 X42 Z1 N230 G70 P90 Q180 N240 G00 X200 Z200 N250 M30