586,076 active members*
4,037 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > BobCad-Cam > BobCAM drilling rapid below clearance plane V27.
Page 2 of 2 12
Results 21 to 28 of 28
  1. #21
    Join Date
    Dec 2009
    Posts
    1416

    Re: BobCAM drilling rapid below clearance plane V27.

    Quote Originally Posted by SBC Cycle View Post
    Clearance Plane - Z rapid height between features (always active throughout the program - "global")
    Rapid Plane - Z rapid height WITHIN a feature (only active at feature level - "local")
    Feed Plane - Z "Feed Switch" height (only active at feature level - "local")

    That actually helps a bit. So if I understand correctly I could set the Rapid plane high enough to clear part+clamps, but maintain the feed switch at say 0.2" so I'm not drilling air for 30 seconds? That seems reasonable but the math would be different in each feature below the Z zero height. I'll try that out and see if that works better.
    CNC: Making incorrect parts and breaking stuff, faster and with greater precision.

  2. #22
    Join Date
    Apr 2009
    Posts
    3376

    Re: BobCAM drilling rapid below clearance plane V27.

    Quote Originally Posted by photomankc View Post
    That actually helps a bit. So if I understand correctly I could set the Rapid plane high enough to clear part+clamps, but maintain the feed switch at say 0.2" so I'm not drilling air for 30 seconds? That seems reasonable but the math would be different in each feature below the Z zero height. I'll try that out and see if that works better.

    Report back please

  3. #23
    Join Date
    Dec 2009
    Posts
    1416

    Re: BobCAM drilling rapid below clearance plane V27.

    No, the observed behavior even when I change the Rapid Plane is to move from one hole to the next at the feed-change height. The code output is a G83 then a series of X/Y pairs. That explains the behavior, which is completely undesirable, now to figure out how to fix it.
    CNC: Making incorrect parts and breaking stuff, faster and with greater precision.

  4. #24
    Join Date
    Apr 2008
    Posts
    1577

    Re: BobCAM drilling rapid below clearance plane V27.

    I was finally able to open your file (had to update the Demo to Build 1547 just before my support ran out). The problem is likely your Rapid plane. If you want the tool to retract above Z zero before rapiding to the next hole, it will need to be greater than 1.400" (for your specific example). If you leave the Feed plane at 0.100", the tool should retract to the Rapid plane, move to the next hole, rapid to the Feed plane, then start drilling 0.100" from the Top of Feature. No wasted drilling "air".

    I'm not familiar with the EMC/LinuxCNC control but standard drilling cycles establish the "R" plane by the last Z height before any drill cycle is called. It doesn't matter that your Clearance plane is set to 2.000" above Z zero, you have commanded another Z height of -1.200" (+0.200" measured incrementally from the "Top of Feature" which is -1.400") just before the drill cycle was called. That is now the "R" plane (or retract point) for the drill cycle. This is standard behavior for just about every controller I've used - but please read on.

    You should be aware of another thing that will have an affect on the drill cycle. No matter what you set the Rapid plane to, if the post processor is outputting a "G99" after the G83, it will rapid to the next hole using the Feed plane as a retract point. This is also standard behavior and you may need to change your post to switch to "G98" instead. G98 enforces a retract all the way to the "R" plane. If there is no G98 or G99 present in the drill cycle, you will have to check your machine parameters to see what it uses as a default.

  5. #25
    Join Date
    Apr 2008
    Posts
    1577

    Re: BobCAM drilling rapid below clearance plane V27.

    Quote Originally Posted by jrmach View Post
    Well then that explains it
    I will re- phrase what I said earlier then,,the only way to make the drill "appear"simulate doing more than one hole at a time without messing up, is to create more than one feature or use a tool path pattern.This is of course meant for the situation above.Where the drill rapids inside a couple inches the drill,retracts rapids over,then in the next hole and so on.
    Ah, now I understand what you mean and I see the same thing in the simulation. The drill never returns to the Retract point when doing multiple holes.

    Sorry, what you guys where saying was spot on but I missed the context, lol.

  6. #26
    Join Date
    Dec 2009
    Posts
    1416

    Re: BobCAM drilling rapid below clearance plane V27.

    Quote Originally Posted by SBC Cycle View Post
    You should be aware of another thing that will have an affect on the drill cycle. No matter what you set the Rapid plane to, if the post processor is outputting a "G99" after the G83, it will rapid to the next hole using the Feed plane as a retract point. This is also standard behavior and you may need to change your post to switch to "G98" instead. G98 enforces a retract all the way to the "R" plane. If there is no G98 or G99 present in the drill cycle, you will have to check your machine parameters to see what it uses as a default.


    I'll look at my post processor and see if I can work out how to make that happen. Now that I get what's going on I can set the rapid plane but I want the drill to ALWAYS go there before moving to the next hole so I'll have to see how to get that behavior.
    CNC: Making incorrect parts and breaking stuff, faster and with greater precision.

  7. #27
    Join Date
    Apr 2009
    Posts
    3376

    Re: BobCAM drilling rapid below clearance plane V27.

    photomankc,,creating a separate feature for each hole works.Because it makes the tool go to clearance plane between features.Set your clearance plane lower if you want.
    I know this is a pia,BUT,,,you do know you can "Save" and "Load" features ? That speeds things up a lot.
    Also if you can use a "Tool Path Pattern" the tool will behave correctly.
    If you figure something else,please let us know.

    I honestly do not know how it could be achieved without either another button for more control or maybe scripting with an advanced tab.
    The latter is beyond me.
    Attached Thumbnails Attached Thumbnails pattern.JPG  

  8. #28
    Join Date
    Jun 2014
    Posts
    6

    Re: BobCAM drilling rapid below clearance plane V27.

    I have just come up with problem as well. Interesting that it does not happen when milling only in drilling cycle.

Page 2 of 2 12

Similar Threads

  1. how to adjust rapid plane clearance
    By hmoore01 in forum BobCad-Cam
    Replies: 2
    Last Post: 03-18-2014, 05:16 PM
  2. Default clearance plane
    By BurrMan in forum BobCad-Cam
    Replies: 3
    Last Post: 02-21-2014, 05:42 AM
  3. Feed Plane Overwriting Rapid Plane V26
    By Jbrown74 in forum BobCad-Cam
    Replies: 7
    Last Post: 02-21-2014, 02:17 AM
  4. mastercam check surfaces and clearance plane
    By VBUZZ in forum Mastercam
    Replies: 1
    Last Post: 12-06-2013, 08:01 AM
  5. Clearance / Feed plane - Absolute/Incremental
    By jcnewbie in forum Mastercam
    Replies: 5
    Last Post: 10-09-2009, 05:32 AM

Tags for this Thread

Posting Permissions

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