585,741 active members*
4,861 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > Mastercam > Drilling holes in x-y plane on rotary table
Results 1 to 8 of 8
  1. #1
    Join Date
    Aug 2006
    Posts
    51

    Drilling holes in x-y plane on rotary table

    In Mastercam X, how would I dill a radial set of holes in a disk mounted in a rotary table rotating around the z axis? I can't find the correct drilling command that will allow the rotary table to rotate around the z axis.

  2. #2
    Join Date
    May 2015
    Posts
    4

    Re: Drilling holes in x-y plane on rotary table

    my spindle RPM IS 300 FEED IS 70 MM HOLE DEPTH IS 50 MM DRILL DIA IS 15 PLEASE HELP IN CALCULATING TIME TAKEN FOR DRILLING THIS HOLE I.E., PECK DRILLING

  3. #3
    Join Date
    Aug 2006
    Posts
    51

    Re: Drilling holes in x-y plane on rotary table

    To be more specific I am wanting to create a CAM based program to drill the holes in an indexing plate I plan to use on my spindexer. My preference is to use the rotary table capability rotating around the z axis rather than moving to the x-y- locations. I also plan to use a similar concept to machine slots in the plate by rotating the rotary table and holding the spindle in a same x/y location.

  4. #4
    Join Date
    Mar 2011
    Posts
    4

    Re: Drilling holes in x-y plane on rotary table

    Have you tried rotary axis substitution, it is the last section under the parameters tab. Just make sure to put your rotary diameter in the area where it asks for a value.

  5. #5
    Join Date
    Sep 2009
    Posts
    93

    Re: Drilling holes in x-y plane on rotary table

    if you ar rotating about z, that would be considered a c axis.
    and a radial hole would not be in the xy plane.
    ?????


    if you want to drill holes in the face you might have quicker success using a live tool lathe post and do some minor editing.
    if you want perfect code out of the mill/router side it will required custom post mods

  6. #6
    Join Date
    Aug 2015
    Posts
    108

    Re: Drilling holes in x-y plane on rotary table

    What is your reason for using a rotary instead of using point to point x-y locations?

  7. #7
    Join Date
    Feb 2011
    Posts
    353

    Re: Drilling holes in x-y plane on rotary table

    I would just hand write it.
    #500=0
    #501=(NUMBER OF HOLES)
    #502=360/#501(DEGREES)
    x---- y----a0.
    while[#500 LT #501]DO1

    G90G81z---- r------f------
    G91 A=#502
    x0.y0.
    #500=#500+1
    END1
    G90

    BUT THE X/Y POSITIONING SHOULD BE MORE ACCURATE DUE TO THE POSSIBLE ROUNDING IN THE RADIAL COMPUTATIONS(IE: 360/5=51.42857 DEGREES )THE CONTROL WILL ROUND IT UP OR DOWN INCURRING AND ERROR

  8. #8
    Join Date
    Aug 2006
    Posts
    51

    Re: Drilling holes in x-y plane on rotary table

    Quote Originally Posted by ERUS View Post
    What is your reason for using a rotary instead of using point to point x-y locations?
    I have a large diameter part that is out of the limits of the x on the table. I appreciate the g code solution (I know how to do that) I was looking for a simple CAM solution with MasterCam X rotating around the Z axis (parallel to the tool spindle)

Similar Threads

  1. BobCAM drilling rapid below clearance plane V27.
    By photomankc in forum BobCad-Cam
    Replies: 27
    Last Post: 10-16-2015, 10:03 PM
  2. mach3 crashing with run of code/drilling holes through table with other code
    By normalform in forum Mach Software (ArtSoft software)
    Replies: 1
    Last Post: 07-28-2014, 03:38 AM
  3. Drilling holes that are too big
    By lkenney in forum Haas Mills
    Replies: 6
    Last Post: 12-07-2011, 02:39 AM
  4. Drilling holes with TM2
    By John999 in forum Torchmate
    Replies: 3
    Last Post: 07-28-2010, 05:47 PM
  5. Drilling holes?
    By Cartierusm in forum DIY CNC Router Table Machines
    Replies: 12
    Last Post: 10-26-2007, 10:16 PM

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
  •