CNC programming example for Fanuc G73 pattern repeating cycle.
Fanuc G73 Pattern Repeating Cycle has already been described here
CNC Fanuc G73 Pattern Repeating Cycle
You might like other Fanuc G73 pattern repeating cycle examples
CNC Fanuc G73 Pattern Repeating Cycle CNC Program Example
Fanuc G73 Pattern Repeating Canned Cycle Basic CNC Sample Program
Fanuc G73 Pattern Repeating Cycle Programming Example
This cnc program example also shows how cnc machinists can use ‘W’ instead of ‘Z’ for z-axis movements.
N010 G00 X260.0 Z80.0 N011 G00 X220.0 Z40.0 N012 G73 U14.0 W14.0 R3 N013 G73 P014 Q020 U4.0 W2.0 F0.3 S0180 N014 G00 G42 X80.0 Z2.0 N015 G01 W-20.0 F0.15 S0600 N016 X120.0 W-10.0 N017 W-20.0 S0400 N018 G02 X160.0 W-20.0 R20.0 N019 G01 X180.0 W-10.0 S0280 N020 G40 N021 G70 P014 Q020 N022 G00 X260.0 Z80.0 N023 M30