Hello Guest it is March 28, 2024, 03:55:43 PM

Author Topic: Help...canned cycle  (Read 3351 times)

0 Members and 1 Guest are viewing this topic.

Offline GPDC

*
  •  43 43
    • View Profile
Help...canned cycle
« on: June 30, 2007, 12:32:24 PM »
    What is the fastest way to cut a thru hole in a sheet of material where the cutter simply follows the toolpath,stops @ a point, travels down (z-) another .002", again cuts that same toolpath, stops, again feeds down another couple of thousandths, travels the toolpath, etc,etc, finally stoping @ a preset Z- point?

Offline Graham Waterworth

*
  • *
  •  2,668 2,668
  • Yorkshire Dales, England
    • View Profile
Re: Help...canned cycle
« Reply #1 on: June 30, 2007, 03:49:11 PM »
You can do it like this :-

O0001 (MAIN PROGRAM)
G21 G40 G00 G17  (Standard setuplines)

G54 G00 G90 G43 X20. Y0 Z25. H1 M6 (move to start position)
S500 M3 (start spindle)
Z1. M8 (Turn on coolant)
G01 Z0 F50.(feed to top face of work)
M98 P0002 L10 (Divide depth of material by depth of 1 cut to get L figure)
G00 Z25.(Rapid clear)
M30

O0002 (SUB PROGRAM)
G91 (Change to incremental)
G03 I-20. Z-.25 F150. (mill circle and move down)
G90 (Change to absolute)
M99

I have no idea what size you are cutting but this should give you an idea as to how to do it.

Graham.
Without engineers the world stops
Re: Help...canned cycle
« Reply #2 on: June 30, 2007, 04:02:17 PM »
Use the multi-pass wizard in Mach3.