![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Product Announcements & Manufacturer News If you are a manufacturer or company with relevant news related to machining or have a new product announcement you may post it here only! (Commercial Posting Forum) |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| ||||
| ||||
| I've recently been running many jobs with bastard sized threads that are not found on most Tap Drill Charts. As you may know, finding the tap drill size for a #10-64 tap may be a bit of a challenge. My solution? Create a 'chart independant' application that will calculate the required tap drill size given the tap's major dia, the desired percentage of thread, and the TPI or Pitch of the tap. It will calculate for Inch Cut and Inch Form, as well as Metric Cut and Metric Form taps. There are 2 different downloads; The small one is just the executable, for those that already have the VB6 Runtime libraries, and the larger one has an install program. They can be found at cadcam's FTP site under Unspecified Uploads as Tap Drill Calculator.zip and Tap Drill Calc Setup.zip. Enjoy it and please post a comment if you try it out. '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) |
|
#2
| ||||
| ||||
| Download the exe directly, note that you MUST have the VB6 Runtime libraries to run this. Otherwise, download the setup package from the FTP site.
__________________ 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) Last edited by Rekd; 12-11-2003 at 12:42 PM. |
|
#3
| |||
| |||
| Matt, I think it's a neat little program. As you may remember, I also wrote a thread data program (inside ME Consultant), so I find such things to be interesting. A couple of comments: There's room for a little "Calc" button to be a mouse-driven equivalent of the Enter key, which would feel better to me. Not a big deal, though. Even though you don't need a tap drill chart to calculate the drill diameter for any size thread (good), your program outputs diameter data. Won't you still need a drill chart to figure out what drill to use (example M12-1.75 tap, 80% thread, requires a 10.18mm drill - off the top of your head, what available drill is nearest to that?) Thanks for writing it and sharing it with us. Mike |
|
#4
| ||||
| ||||
While a change in focus on any control will fire a calculation event, a command button for it is a good idea as well. Also, the main reason behind this program was to eliminate having to call a rep/manufacturer or 'look it up in the bible' to find the drill size for the bastard taps. Having a reference chart for the 'closest match' is a great idea, but in many, (most?) cases it won't produce results that match a drill chart exactally, as the end result is calculated with nearly an infinate number of possible solutions for which drill sizes do not exist. Mayhaps I'll fix myself a Rum & Coke and see if I can come up with some kind of logic or dig up a function somewhere to find the closest match, 'cuz it really would elimate another annoying step in my job... ![]() Thanks for the tips. Great ideas! '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) |
|
#5
| |||
| |||
|
| Sponsored Links |
|
#6
| ||||
| ||||
![]() Try this one. I added the Calc button and saved settings for the type of tap selected. '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
| ||||
| ||||
| Someone asked if it was possible to launch this from the MasterCAM toolbar. The answer is yes. You'll need to create a new VBScript, with this.. Code: Const THE_FILE = "C:\TapDrillCalculator.exe" ShellAndWait THE_FILE, False 'Rekd p.s., replace the path with yours..
__________________ 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) |
|
#8
| |||
| |||
| Looks like a winner to me. |
|
#9
| |||
| |||
| Where is the FTP site found? |
|
#11
| |||
| |||
| Tap calculator I just tried the calcualtor and I have a recommendation which I think makes a software OK or awsome in my book. Make the tap diameter field able to take decimals or fractions such as 3/8 or 1/4. Other than that I think you did a great job on the GUI and the function is good. |
|
#12
| ||||
| ||||
| Re: Tap calculator
I've added it. I've also added a command line arg that you can use to display the metric hole size in inches instead of milimeters. Use "/in" in the shortcut to do this. I've also shortened the time the about window stays up, and some other cosmetic changes/debugging. I'm contemplating on some of the other suggestions, so keep an eye out. Enjoy! '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) |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Drill Press or Mill/Drill? | cbcnc | Benchtop Machines | 2 | 03-05-2005 06:03 PM |
| Drilling a perpendicular hole in drill rod material | ngr1 | General Metalwork Discussion | 12 | 12-04-2004 10:16 AM |
| What size of drill bit can be used for 1/2-10 acme tap? | starCNC | DIY-CNC Router Table Machines | 11 | 04-29-2004 06:36 PM |
| Drill & Tap Combination "DRAP" | Machine1 | Hard and High Speed Machining | 9 | 02-10-2004 08:01 PM |
| What type of drill bits for lathe? | James04 | Machine Problems, Solutions , Wireless DNC, serial port | 9 | 05-19-2003 02:37 PM |