Page 1 of 2 12 LastLast
Results 1 to 12 of 15

Thread: Drilling Macro

  1. #1
    Registered
    Join Date
    Jul 2003
    Location
    Toms River, NJ
    Posts
    7
    Downloads
    0
    Uploads
    0

    Lightbulb Drilling Macro

    I'm trying to get some help on a high speed drilling macro. I'm using Haas VF4's but the problem I have is I'm also using a 30,000 RPM Air spindle. When I use this spindle I can not use the G73 Canned cylcle (High Speed Drilling). The control requires a RPM to be programmed or it defaults to the last RPM programmed or if none then a error.

    The air spindle does not have the ability to rotate so I'm at a dead end for now. Any suggestions or help would be appreciated.


    Michael


  2. #2
    Moderator HuFlungDung's Avatar
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    4,826
    Downloads
    0
    Uploads
    0
    Hi Michael,

    What happens if you tell it S0 for an rpm command? Does it give you an error?
    First you get good, then you get fast. Then grouchiness sets in.

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)


  3. #3
    Registered
    Join Date
    Jul 2003
    Location
    Toms River, NJ
    Posts
    7
    Downloads
    0
    Uploads
    0
    There has to be a RPM # programmed other wise the control just give me an error. If I program S0 it generates spindle faults also. That's why I think a Macro would be the only way to go.


  4. #4
    wms
    wms is offline
    Moderator wms's Avatar
    Join Date
    Mar 2003
    Location
    United States
    Posts
    940
    Downloads
    0
    Uploads
    0
    Mike,
    Just program "S1000" and "NO" M3 0r M4 on the line before the G73.
    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)


  • #5
    Registered
    Join Date
    Jul 2003
    Location
    Toms River, NJ
    Posts
    7
    Downloads
    0
    Uploads
    0
    I tried that already the control gives me a range error. I even called Haas and they weren't to positive if I can override it somehow.


  • #6
    Registered Rekd's Avatar
    Join Date
    Apr 2003
    Location
    teh Debug Window
    Posts
    1,876
    Downloads
    0
    Uploads
    0
    Michael,

    What CAM system you using? If you can't mod your post to get the results you need, lemme know and I'll see if I can make you some kind of script or tiny executable to modify your GCode to run long code.

    'Rekd
    Matt
    San Diego, Ca

    ___ o o o_
    [l_,[_____],
    l---L - □lllllll□-
    ( )_) ( )_)--)_)

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)


  • #7
    Registered
    Join Date
    Jul 2003
    Location
    Toms River, NJ
    Posts
    7
    Downloads
    0
    Uploads
    0
    I'm running Mastercam V9.1 now, I'm trying to do that now with the post processor and then creating a sub from it. The Haas PST doesn't allow for me to output the long code, I've had some success with the Fanuc Post but it won't output the retract correctly and I've tried differen't ways so far.


  • #8
    Registered Rekd's Avatar
    Join Date
    Apr 2003
    Location
    teh Debug Window
    Posts
    1,876
    Downloads
    0
    Uploads
    0
    This is something I made a few years ago to change drill cycles from standard peck to deep hole peck..

    Instead of:

    N170 G99 G83 X-.226 Y-.126 Z-.5672 R.1 Q.0785 F2.68


    You would get something like:

    N170 G99 G83 X-.226 Y-.126 Z-.5672 R.1 I.15 J.05 K.0785 F2.68


    'Rekd
    Attached Thumbnails Attached Thumbnails Drilling Macro-peckreducer.jpg  
    Matt
    San Diego, Ca

    ___ o o o_
    [l_,[_____],
    l---L - □lllllll□-
    ( )_) ( )_)--)_)

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)


  • #9
    Registered Rekd's Avatar
    Join Date
    Apr 2003
    Location
    teh Debug Window
    Posts
    1,876
    Downloads
    0
    Uploads
    0
    Originally posted by mandrew35
    I'm running Mastercam V9.1 now, I'm trying to do that now with the post processor and then creating a sub from it. The Haas PST doesn't allow for me to output the long code, I've had some success with the Fanuc Post but it won't output the retract correctly and I've tried differen't ways so far.
    There should be a switch to use long code for drill cycles, otherwise, we can create a custom drill cycle to do it. (I've got custom cycles to do everything except wipe my a... never mind )

    Since you're using 9.1, we'll be able to either mod the post, or do a vb script. Should be a peice of cake. The post would prolly be the best, as it is less obtrusive during processing.

    'Rekd
    Matt
    San Diego, Ca

    ___ o o o_
    [l_,[_____],
    l---L - □lllllll□-
    ( )_) ( )_)--)_)

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)


  • #10
    Registered
    Join Date
    Jul 2003
    Location
    Toms River, NJ
    Posts
    7
    Downloads
    0
    Uploads
    0
    Yeah I see your point, but I need to be able to do this without calling any M03/M04 because I have an 30,000 RPM air spindle that I'm using. The HAAS control requires either a M03/m04 for the canned cycles to work. So for now I'm gonna sub the pecking cycle in long code to get done.


  • #11
    Registered
    Join Date
    Jul 2003
    Location
    Toms River, NJ
    Posts
    7
    Downloads
    0
    Uploads
    0
    Ok, I need to output the longcode for a peck drill cycle correctly, then I'll just sub it for the other 1200 hole locations. Do you need to know what POST I'm using? Let me know...


  • #12
    Registered MachineSMM's Avatar
    Join Date
    Mar 2003
    Location
    Minnesota
    Posts
    34
    Downloads
    0
    Uploads
    0
    Rekd

    You have me very interested in your custom programs. I would like to ask you a few questions if you don't mind.

    Are these a separate program or do they run inside of another program? If they run on their own, how do you create them? I have wanted to create a couple of things for myself but I was not sure how to go about it. Any info you would share with me would be great.


    Please feel free to contact me via email at

    christellers@eschelon.com

    Thanks
    Last edited by MachineSMM; 07-07-2003 at 03:20 PM.
    MachineSMM


  • Page 1 of 2 12 LastLast

    Similar Threads

    1. G83 Macro
      By hatchmar in forum G-Code Programing
      Replies: 14
      Last Post: 01-20-2006, 12:59 PM
    2. Pro/manufacture -number of decimal places arc events
      By dsergison in forum Post Processor Files
      Replies: 4
      Last Post: 05-27-2005, 01:50 PM
    3. CNC Router milling / drilling experience where I need help
      By kaleem1 in forum General Metalwork Discussion
      Replies: 0
      Last Post: 10-06-2004, 02:17 PM
    4. Excellon drilling in Mach2?
      By Rhodan in forum Mach Software (ArtSoft software)
      Replies: 3
      Last Post: 04-27-2004, 02:42 PM

    Posting Permissions


     


    About CNCzone.com

      We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

    Follow us on

    Facebook Dribbble RSS Feed


    Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.