Author Topic: Drilling through both sides of hollow tubing  (Read 20257 times)

Offline Garyhlucas

  • CNC Jedi
  • *****
  • Posts: 1474
    • View Profile
Drilling through both sides of hollow tubing
« on: February 09, 2025, 13:25:03 pm »
On the FIRST team we need to drill lots of holes through 1x2 tubing both sides using a canned cycle. Any way to make a script or something to drill first side rapid down to bottom side and drill it through? Currently doing the top holes in one cycle then the bottom holes individually so the drill pulls completely out for the horizontal move.
Thanks!
Gary H. Lucas

Have you read my blog?
 http://a-little-business.blogspot.com/

Offline dh42

  • Administrator
  • CNC Jedi
  • *****
  • Posts: 7577
    • View Profile
    • Cambam V1.0 French Doc
Re: Drilling through both sides of hollow tubing
« Reply #1 on: February 09, 2025, 14:24:49 pm »
Hello

maybe you can try to use a custom drill script.

https://cambamcnc.com/doc/1.0/cam/drill.html#properties

++
David

Offline lloydsp

  • CNC Jedi
  • *****
  • Posts: 9079
    • View Profile
Re: Drilling through both sides of hollow tubing
« Reply #2 on: February 09, 2025, 15:19:13 pm »
Gary,
How thick are the walls, how small are the holes, and what is the material?  That sounds almost like it might be suited to a slow plunge move than a canned cycle.

Lloyd
"Pyro for Fun and Profit for More Than Fifty Years"

Offline Garyhlucas

  • CNC Jedi
  • *****
  • Posts: 1474
    • View Profile
Re: Drilling through both sides of hollow tubing
« Reply #3 on: February 09, 2025, 18:45:00 pm »
David,
The. Custom script looks like the ticket!

Lloyd,
Its 1/8” wall aluminum and we have flood coolant. I do a peck to keep the chip short so it doesn’t wind up on the drill. Drill is for a 10-32 clearance hole.
Gary H. Lucas

Have you read my blog?
 http://a-little-business.blogspot.com/

Offline dave benson

  • CNC Jedi
  • *****
  • Posts: 1894
    • View Profile
Re: Drilling through both sides of hollow tubing
« Reply #4 on: February 10, 2025, 12:04:32 pm »
Garry
At first blush, the idea of drilling from one side through to the other side, is appealing
because you avoid an extra setup and save quite a bit of time, but the alignment of the holes
top to bottom will vary a bit because the bottom hole hasn't been spotted so the dill can wander
a little,  one solution to this is to use a split point  drill as they wander less than a jobber drill.

Although not as much of a problem, sometimes a piece of swarf from drilling the bottom
hole will jam in the flutes at the top hole. Especially in steel this can cause issues.

IF your work piece fits in the work envelope of your machine in one setup and you use a vice
stop with the material being machined square then flipping the work over for the second op
wouldn't be to bad.

As an aside, when I was a first year apprentice part of the duties was to make guide bars
long sections that had hundreds of holes in them, so this was a job that needed a reasonable
amount of accuracy but had to be done quickly, so a drill guide was made up with the hole
pattern and at each end were two alignment pins (spring dowel pins), the idea being that you clamped the guide to the work and drilled the guide pin holes and inserted the pins (removed the clamps) and then drilled the holes with a pedestal drill, this worked well as the accuracy of the work
wasn't changed by different people working on the same work piece, many apprentices over day\afternoon\night shifts. 

I ran a few holes with the G83 file converter and this can be done, it really doesn't want to do this
as it has a crash test method to stop you drilling into the table.
I had to modify the code a little for this case and have made some other small changes so I'll update
the thread and plugin about it. It took eight clicks to produce the code.

I also tried just cb and mops and you can do this but with limited options, maybe this all you need
though.

Dave

Offline Bob La Londe

  • CNC Jedi
  • *****
  • Posts: 4579
  • ^ 8.5 pounds on my own hand poured bait.
    • View Profile
    • CNC Molds N Stuff
Re: Drilling through both sides of hollow tubing
« Reply #5 on: February 10, 2025, 23:10:00 pm »
Hand coding with aid of a spread sheet program. 

I wrote iterative code that was using a spreadsheet program before I had any kind of CAM software that was worth a darn. 

Macros are amazing.  I recorded how I did it on RCM and maybe on CNCZone back then, but I'd have to figure it out from scratch all over again. 
Getting started on CNC?  In or passing through my area?
If I have the time I'll be glad to show you a little in my shop. 

Some Stuff I Make with CamBam
http://www.CNCMOLDS.com

Offline Garyhlucas

  • CNC Jedi
  • *****
  • Posts: 1474
    • View Profile
Re: Drilling through both sides of hollow tubing
« Reply #6 on: February 15, 2025, 02:50:14 am »
Got the custom drill script to work but went back to mill drilling from both sides as the drill wandered to much.
Gary H. Lucas

Have you read my blog?
 http://a-little-business.blogspot.com/