drilling-cycle-001-g98.jpg

The latest update of myCNC software (v1.88.4586) brings improvements to the drilling cycles within myCNC.

Added the following options:

  • G98/G99 for lift to initial height/height R
  • G83 for peck drilling cycle
  • G81 for single drilling cycle
  • G73 for drilling cycle with lift to clearance height
  • Drilling lift speed L - useful to avoid drill jams that would occur when lifting at standard jog speed

A sample drilling cycle that is used in the myCNC software is shown below:

G90 G21 G54.
G0 X50. Y50. Z3.
G0 Z10.
M3 S800
G98 G83 X0 Z-9. R1. Q1 P0.  F500 L1000
G98 G83 X10 Z-9. R1. Q3 J0.5 K1 P0. F500. L1000
G98 G73 X20 Z-9. R1. Q3 J0.5 K1 P0. F500. L1000
G98 G81 X30 Z-9. R1. Q3 J0.5 K1 P0. F500. L1000
G99 X40.
G80
M5

For more information on drilling cycles, please visit http://docs.pv-automation.com/mycnc/drilling_cycle.

Stay tuned for more updates!