586,588 active members*
3,006 visitors online*
Register for free
Login
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2011
    Posts
    5

    Canned Cycle peck drilling

    Hello.
    Sorry for the dumb question but I am new to this.

    I was wondering if someone could tell me how to program a peck drilling cycle without x and y position.

    What I need to do is drill a buch of holes in random positions to a specific depth. I could do this by hand but I think it would be best with a cnc. What I would like it to do is for me to jog it to a position that the hole should be in run a program and have it drill .5 inches down clearing the chips with the machine using the tool offset as to how deep the hole needs to be and where the top of the part is. What I do not want it to do is go to a specific x and y position, it should just stay put and go down to a proper depth.

    The machine is a Haas sr 100 gantry.


    Thank you so much.

  2. #2
    Join Date
    May 2004
    Posts
    4519
    Use G91 with X0. Y0.

  3. #3
    Join Date
    Jul 2005
    Posts
    12177
    You need to turn SETTING 28 CAN CYCL ACT W/O X/Y ON.

    Now the G83 peck cycle will work without having any X and Y in the command line.

    Now enter the tool offset and write a short program in MDI. All you need is the spindle start, a Z move down to your start plane, the G83 line and then a retract to a safe height. Something like this:

    M03 S2000
    G00 Z1.
    G83 Z-0.5 Q0.2 F10. R0.1 L1
    G53 G00 Z0.
    M30

    Handle jog to your chosen position, push MDI and cycle start then back to Jog for the next position.
    An open mind is a virtue...so long as all the common sense has not leaked out.

  4. #4
    Join Date
    Aug 2011
    Posts
    5
    Thank you. Will try it tomorrow.

Similar Threads

  1. how to dwell during a peck drilling cycle? HELP!!
    By matridium in forum Uncategorised CAD Discussion
    Replies: 7
    Last Post: 01-29-2010, 08:14 PM
  2. peck drilling cycle
    By saravananraju76 in forum Hyundai Kia
    Replies: 1
    Last Post: 11-26-2009, 02:11 AM
  3. G99/G98 in peck drilling cycle
    By inflateable in forum EdgeCam
    Replies: 4
    Last Post: 10-24-2008, 01:21 PM
  4. Canned drilling cycle on 0TB
    By guhl in forum Fanuc
    Replies: 0
    Last Post: 11-22-2007, 01:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •