Subscribe to Blog
Email Address
 
Pages:(35) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 [25] 26 27 28 29 30 31 32 33 34 35

HSMAdvisor 0.720

January 29, 2014, 12:19 am by Eldar Gerfanov (Admin)

HSMAdvisor has got a brand new CAD/CAM integration profiles manager.

It is now possible to import/export profiles to and from HSMAdvisor.

For now i only had time to add SurfCAM 5.2 to the list. MasterCAM x2 is coming a little later.

While using Capture Wizard yields very satisfactory results in most cases, it does not take a long time to set up either.
The whole procedure of creating a brand new profile takes just about 30 minutes.

If you created your own profile for a CAM system that is not already in the lest, please send it to my e-mail address: cnc@zero-divide.net or create a thread on the support forums. There you can upload XML files directly.

I would like to add it to the next release for everyone to enjoy.

Very good things happen to those who contribute!

If you need any help figuring out CAD/CAM integration. please refer to "HSMAdvisor Tutorials" category of this site, create a thread on support forums, or send me an email!

Lessson 2: Outside Profile, Cutter Radius Offset Compensation

January 28, 2014, 10:51 pm by Eldar Gerfanov (Admin)

In this tutorial we are going to explore different options and techniques when programming cutter movement.

Lets begin with a simple part shown in a drawing below.

Basically it is a rectangular piece 4.00x2.00
For the purpose of simplicity lets make the depth of our profile (z- dimention) 0.75"

We are going to use a 0.5" dia endmill, again because it is a very common size and is easy to do basic math with.

I took a liberty of puting locations for our part/toolpath, so it is easy to extract numbers from the drawing just by looking at it.

Notice the green rectangle. This rectangle represents the path that the center of the tool will have to take to produce the part with required dimentions.
The thing is: because endmills have certain diameter, the center of the tool must be always offset by its radius.

There are two ways of doing that.

Read More 

Lesson 1 : Generic G-Code Milling Program Flow

January 23, 2014, 11:40 pm by Eldar Gerfanov (Admin)

At my day job I am starting to do more and more manual programming.

Which i do not realy like, but since am at it anyway i have decided to keep piling little articles about G-Code programming into this new category.
This way when i forget things again i will be able to quicly refresh my memory.

Program Start

O0001 (COMMENT OR PROGRAM NAME)

Starting safety blocks

(G20 IMPERIAL UNITS, G21-METRIC)
(G17 XY ARC PLANE, G18-XZ, G19-YZ)
(G40 CANCEL TOOL RADIUS COMPENSATION)
(G49 CANCEL TOOL LENGTH OFFSET)
(G80 CANCEL CANNED CyCLE)
(G90 ABSOLUTE POSITIONING MODE)

G20 G17 G40 G49 G80 G90

Tool Change Routine

(T14 - call 2.5" Face mill)
(M6 - Perform tool change)
(G0 - rapid feedrate)
(G55-G59 - Choose Work Offset)
(X, Y - Command a Position to move to)
(S - choose spindle speed)
(M03 - Turn spindle on Clockwise, M04 - Counter-clock wise)


T14 M6
G0 G54 G90 X{X} Y{Y} S{SPEED} M03;

Apply Tool length offset at retract height, Turn on Coolant

(G43 H14 Z2.0 - All codes must be in the same line Apply cutter length offset from record #14 to cuttent tool, move to 2.0 above work at the same time )
(M8 - Turn on Coolant)

G0 G43 H14 Z2.0 M8

Rapid tool to plunge height

G0 Z{Z_PLUNGE}

Plunge to cutting depth at plunge feedrate

G01 Z{Z_DEPTH} F{F_PLUNGE}

Make a straight cut in xy direction at cutting feedrate

G1 X{X_POS} Y{Y_POS} F{F_FEED}

Retract to plunge height at either rapid or retract feedrate

G1 Z{Z_PLUNGE}

Retract to rapid height, turn off colant

(M09 - Turn OFF coolant)

G0 Z{Z_RETRACT} M09

Retract to tool change height, turn off spindle

(G28 G91 Z0 - all coes must be in the same line, move Z axis to HOME POSITION through a reference point)
(G91 Z0 - Causes reference point to be the current location, thus sending axis straight up )
(M05 - Turn off spindle)

G0 G28 G91 Z0 M05

Perform Next tool change or end program

M30(end program)

FERRUM D Gentile Creates beatiful work of art!

January 21, 2014, 12:15 am by Eldar Gerfanov (Admin)

We all love getting positive feedback on anything we do.

For example hearing "good job" from our bosses. Or "nice work" from our co-workers....
Okay, Okay bosses do not normally tell anyone "good job", but anyway that would be nice!

I also like reading e-mails which people all over the world send thanking me for my work on FSWizard and HSMAdvisor calculators.
Telling their success stories and suggesting new features.

Most seem very surprised when they send a question on weekend and receive an answer withing a couple of hours.

Often people send pictures of their work and links to their own web sites.

It is nice that more and more professional machinists are using my software, but seeing it help create a work of art is a special feeling.

One of recent customers Daniel Gentile, uses HSMAdvisor to calculate cutting parameters for his custom knife production business.

Here is what he has to say:

Quote:
HSMAdvisor enables me to efficiently do the math that saves me not just a lot of time as I can confidently often use higher speeds but also a lot of money, as I tend to break less of those expensive 2 and 3mm carbide tools that see a lot of use on my folder production. Also because I work with a dozen different materials - from D2 steel to Titanium to Bronze - and a lot of different cutter types and finish requirements it's just nice not to have to work with "guess-work" for the feeds and speeds.

Daniel Gentile, owner of FERRUM D Gentile, custom Knives & forging classes.


Here is a link to his web site.
https://www.dgentile.com/

Here is a link to his portfolio page filled by pattern welded forged blades and katanas!
https://www.dgentile.com/portfolio.html

If you are a fan of old school forging, custom knives and basically anything to do with knives and blacksmithing, you have got to check it out!

HSMAdvisor 0.710 Has been released

January 19, 2014, 11:48 pm by Eldar Gerfanov (Admin)

Another week another update!

A few days ago a topic popped up in CNCZone's BobCad-CAM forums regarding why speeds and feeds in above mentioned BobCAM were so crazy and unworkable.

Users were complaining and raving about such a "simple" thing like a good speed/feed calculator being missing from there.

This is actually a trend in pretty much any other CAM software package.

They sell tool to create toolpaths.
Many give tools to create 2D geometry and even real solids.

But very few CAM packages offer anything that even remotely resembles working starting cutting parameters.

It does seem bizarre and strange. But every CAM program "knows" type of material being worked on. It knows type of tool, its diameter and length.
It even knows flute length, cutting depth, width, ramp angle... pretty much everything.

But given all that they are unable to combine all this data and produce Speed and Feed that would not either break the cutter or melt it into the work-piece!

Anyway. Back to the topic.

Someone on that forum thread mentioned my old FSWizard.
It sparked quite a lot of interest, and i popped in and dropped a link to the latest version of HSMAdvisor, so that they actually try and see what a good calc can do.

As a result i have received a ton of emails filled with suggestions and thank-yous.

Apparently many did not even know anything about it and were surprised how well it worked for them.
One guy who just bought a license even said that his copy already paid for itself several times over within the first couple of days of using it!

To thank for enthusiasm, i quickly implemented some of those suggestions and i am now releasing them in this version 0.710

New thing are

  • Adjustable font size and style. (in Settings) Allows to adjust global application font.
  • Adjustable default values for Speed&Feed Overrides, Tool Productivity, Deflection and Torque Limits. (in Settings) You can now set values to which overrides reset by default.
  • New Plunge Feedrate field shows up for milling tools.
    Non-Center cutting tools like Indexed endmills etc. will have plunge feed equal Zero.

Thanks everybody for support and suggestions!

As usual you can download the latest release on the Download page.

Latest FSWizard:Mobile for Android has been released!

January 14, 2014, 10:43 pm by Eldar Gerfanov (Admin)

After almost 2 months since the last release the next update has just been uploaded to the google Play Store.

Version 1.32 follows in the footsteps of the HSMAdvisor.

It now too has latest material definitions and an updated custom material drop-down list.

This list now expands to the size of the screen overriding default Samsung's scroller (that they stole from iPhone).

Biggest update yet is a new Tap and Form Tap tool types.
You can now get not only cutting speed and feedrate for taps, but also calculate the best drill size for desired thread percentage.

New material list 2014-01-14_22-37-19.png Tap 2014-01-14_22-37-48.png Tap hole parameters 2014-01-14_22-38-00.png

Newest Update: Trial Resets For Everybody !

January 12, 2014, 3:47 pm by Eldar Gerfanov (Admin)

Hello guys,

I have just uploaded a newest update to HSMAdvisor v0.702.

One of the users reported several problems over this weekend and i have just fixed them.

I strongly encourage anyone who has downloaded previous version to download and install this update.

It adds UN thread type and fixes "strange" cutting speeds for stainless steels and fixes graphcal bugs caused by "Larger font size" settings on your desktop.

 

Also i have reset all trial counters, so that anyone who still does not have a license has another 30 days to try my software!

This Holiday sale ends on monday

January 11, 2014, 1:22 am by Eldar Gerfanov (Admin)

Well, the holidays are pretty much over.

Prices on all items will go back to normal on January 13.

In the mean time i will relese another BIG updade for FSWizard:Mobile some time this weekend.

Website Updates

January 8, 2014, 11:59 pm by Eldar Gerfanov (Admin)

I have made several changes to the layout of the frontpage.

First of all, annoying sales pitch on top is gone. It used to take to much space.

Second, i added a new side panes to the Support Forums page.
It now shows 10 latest forum topics.

On a side note. Work on FSWizard:Modile update went into really deep waters.
I kind of broke everything needlessly, and now trying to make it better than before.

Will keep you updated!

New Screenshots/ Feature List Page

December 31, 2013, 7:38 pm by Eldar Gerfanov (Admin)
I have long wanted to update HSMAdvisor Screenshots page

It has finally been done and now it includes the list of all features too.

Check it out, you may find things in there you did not even know about ;)

 

Pages:(35) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 [25] 26 27 28 29 30 31 32 33 34 35
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