Subscribe to Blog
Email Address
 
Search for drilling returned 23 results.
Pages:(3) [1] 2 3

HSMAdvisor 2.8.1

April 20, 2024, 3:19 pm by Eldar Gerfanov (Admin)

The other week we have released HSMA v2.8.1

Here is what's different:

  • Install-time License Setup added
    https://hsmadvisor.com/help?article_id=5417_silent-or-automatic-installation
  • Main window resize performance improvements
    Fixed occasional incorrect element re-floating.
  • Cloud Status added on the Tool Library Drop-down
  • Opening HSMA window outside of visible bounds fixed
  • Upgraded to .NET 4.8
    Use default TLS protocol to avoid "server not reached" or "unable to establish secure connection" errors
  • Added Countersink tool
  • Fixed and improved the critical drilling speed calculation
  • Various bug fixes and improvements

As always you can get the latest update over here: HSMAdvisor.com/download

CNC Machining Tool Material and Coating Application Guide

July 21, 2017, 9:47 pm by Eldar Gerfanov (Admin)
tool_mat_list.png

We have many helpful articles over at HSMAdvisor Help portal. But beacuse of that very reason not many website visitors actually read any of them.
It is a pitty that most advanced users will never actually visit the help section, because they already know how to operate HSMAdvisor.

And this particular one, I believe, is too useful (I just updated it to include more info) for my customers and other machinists to keep it burried in some help section that few ever read.

So here you go:

Read More 

A Total Guide into Plunging and Ramping

April 4, 2017, 7:33 pm by Eldar Gerfanov (Admin)

Before we start milling away our stock we first need to get down to the required depth.

This is not a problem with external features when we can plunge outside.

When machining closed pockets, however, we need to find a way to get down to the machining depth first.

As usual there are several ways to get the job done. The plunging methods listed here are not ordered by their preference.

For various machining operations on different materials some may be more preferable than others.

Straight Plunging into a larger Pre-Drilled hole

This is one the best ones in my opinion.
Very few machining modes can compete in effectiveness with drilling and this method will get you the best combined tool life on most materials and (in case of many deep pockets) the least machining time, even when tool change time is factored in.

Read More 

HSMAdvisor status report

January 16, 2017, 9:05 am by Eldar Gerfanov (Admin)

Hello everybody!

I have not made many blog posts here lately because i have been working a lot on new features and simply did not have much time for anything.
So I decided i'd make a little report on how we are doing and where the project is.

First things first.

I just released an update to HSMAdvisor v1.503

  • Drilling tools now consider Shank Diameter when calculating maximum allowed torque on the tool.
    This will lead to more safety when using, say 1" tool with a 0.5" shank.
  • Thread Milling tools have been immensely improved.
    Shank diameter is now included into the calculations.
    Default Length is now 2.5 diameters
    Improved suggested cutting speeds and feeds

Our Multiple Language Translation Program is chugging along nicely

Several people messaged me about intentions to build translations so far.

At this point we have people working on translations for the following languages:

  • Croatian
  • Serbian
  • Portuguese
  • Perhaps Polish (I see someone uploading translations, but the person have not contacted me about it)

Mobile FSWizard app is due for major improvements

Major visual re-design is under way and we are working on making FSWizard Mobile accessible on more devices in more ways.
It is going to be a fully fledged WEB app, that can be run on any internet-connected device. Even on a desktop.

Integration with HSMAdvisor Machine Profiles and Tool Libraries is also planned.

Perhaps we are going to drop native support for Google Play and iOS stores. I am sick of them charging us 30% for their services.

True 5 Axis Machining

September 1, 2016, 7:50 pm by Eldar Gerfanov (Admin)

Just saw this very impressive machining video on Practical Machinist forums.

A very nice example of using machine and the tools to their full potential.

Expanding Mandrel with Outside Support

February 27, 2016, 1:21 pm by Eldar Gerfanov (Admin)
14565935071203.jpg

Being a CNC Machinist/Programmer is sometimes more than simply creating a program and machining the actual part, often times it is about creating efficient and accurate fixturing.

In this little project:

I had to machine rectangular cut-outs and drill holes through an already-turned steel ring. Then I had to part each ring to 4 equal pieces.

There were about 100 such rings that worked out to 400 pieces in total.

After drilling holes on an indexer I had to machine a fixture to hold my part through 2 remaining set-ups.

First half of the fixture consists of the expanding mandrel:

The work-piece would be mounted on it like so. A hole on the side is used to properly position it:

Read More 

MasterCAM x9 Lesson: Simple Contouring. Speeds and Feeds, Depth of Cut

December 18, 2015, 12:11 pm by Eldar Gerfanov (Admin)

I personally use HSMAdvisor at work every day and trust its results 100%

I have to say my program now knows about machining more than i do. I certainly can not remember cutting speeds and feeds, reduction factors, depth of cut and a ton of other information for every material I have ever cut.

Now add to that the various possible combinations of tool/material/coating and it becomes a no brainier, that a good speed and feed calculator like HSMAdvisor saves a ton of time and money by improving your tool life and productivity.

It is not only good for HSM (High Speed Machining) but also for general machining, drilling tapping, you name it.

The algorithms it employs are far superior to what other calculators are using. Take for example the real-time depth of cut/deflection optimization, that other calculators do in a separate window and take a few seconds to complete.

Here is a quick video lesson where i show the steps involved in creating a simple contouring toolpath in MasterCam x9:

And here is the video of machining the actual part:

Suggested new feature to HSMAdvisor: Quick G-Code Wizards

September 20, 2015, 3:54 pm by Eldar Gerfanov (Admin)
Recently i have received a very interesting suggestion, which i would like to discuss with you, guys.
 
A HSMAdvisor user wants to be able to create quick G-Code snippets based on the Tool and Cut information that HSMAdvisor has.
 
G-Code Wizards will allow you to quickly create a stub program for various standard machining operations.
 
For example you calculate speeds and feeds for drilling.
Then you have the ability to create a G-Code program based on your input like so:
 
T15 M6(T15 1/2" HSS Drill)
G54 G0 G90 X[Hole1_X] Y[Hole1_Y] S1500 M03
G0 G43 H15 M08
G81 G98 X[Hole1_X] Y[Hole1_Y] Z[Depth] F15.0
X[Hole2_X] Y[Hole2_Y]
X[Hole3_X] Y[Hole3_Y]
G80
G0  Z0.5 M09
G0 G91 G28 Z0 M05
 
All with a few clicks of a mouse.
This piece of code with minimal modifications you can then quickly insert into your program.
 
What do you think about it?
 

Lessson 3: CNC Canned Cycles, Drilling, Tapping, Reaming and Boring Cycles

September 20, 2015, 2:49 pm by Eldar Gerfanov (Admin)

Canned cycles are used every time we need to drill, ream or tap holes on our CNC machine

Standard Fanuc G-Code language supports more than a dozen canned cycles.

The most common cycles that will cover 99.9% of your g-Code CNC programming work are:

G-Code Name Motion Style
G81 Standard Drilling Feed-In, Rapid-Out
G83 Deep Hole Peck Drilling Incremental Feed-In by Peck Distance, Rapid Out, Repeat
G84 Right Hand Tapping Feed-In,Reverse Spindle, Feed-Out
G85 Reaming/Boring Feed-In, Feed Out

Subsequent holes

You can drill additional holes After your canned cycle has been initiated.
Any line with X Y position will be treated as another hole position.

Each position can have its own Retract value, feed rate and retract height modifier.

G80 - Canned Cycle Cancel Code

After all the holes of the canned cycle have been drilled, it is required to call G80 code in order to cancel the current cycle.

Read More 

The. First. Ever. HSMAdvisor hook for MasterCAM X9

August 2, 2015, 7:06 pm by Eldar Gerfanov (Admin)

The First Ever HSMAdvisor Speed and Feed Wizard hook for MasterCAM has been released today for everybody to download for free.

Getting it to this stage has been a titanic effort for me and I am going to put a lot more of it in the coming months: i need to get it to pretty much perfect state before i start forgetting how i did all those things.

Because of this each update i release will extend trial period by 30 days.

This will last for as long as needed to finish the bulk of developing it.

At this moment the following toolpaths are fully recognized:

  • Face Mill
  • Contour
  • Pocket
  • Drilling
  • Circle Mill
  • All 2D HST Toolpaths:
    Dynamic Milling
    Dynamic Area
    Blend Mill
    Peel Mill

The only exception is: Coolant parameters are getting lost somewhere in the process. So please double check it before posting!

Things to be added in the coming days/weeks/months:

  1. Fix Coolant
  2. Engraving
  3. Other Circular Toolpaths such as ThreadMilling etc.
  4. Conventional and HST 3D Toolpahs
  5. Turning

If you have any suggestions or find any bugs please let me know.

I would like to reassure my current customers that HSMAdvisor Hook is/will be included with your license once this all is set and done.

Please help me with your suggestions/bug reports make this thing even better for all of you!

Here are the latest 2 videos i uploaded to my Youtube chanel

Setting up HSMAdvisor hook:

Calculating cutting parameters for Face Milling, Saving Tool and Cut data and recalling it when needed:

Cheers. And a huge "thank you" to everyone who has been supporting me!

Pages:(3) [1] 2 3
Sing In

© 2009-2022 Eldar Gerfanov. All Rights Reserved.
© 2009 Eldar Gerfanov. Materials on this site are presented as is and are mostly for educational use.

You may freely reproduce information presented herein without any consent from me, provided you include link to this site.
In case when i am not the copyright holder, you may want to contact proper owner of material. Anyway, they are freely available on the Internet.
If you hold the copyright right for any of the materials on this site and want them removed, please contact me here