Subscribe to Blog
Email Address
 
Search for Lathe returned 10 results.
Pages:(1) [1]

HSMAdvisor 1.301 Released!

May 27, 2016, 9:31 pm by Eldar Gerfanov (Admin)
limits.png

There had not been any updates to HSMAdvisor for several months now.
And there is a very good reason for that.

We have been working hard on a lot of new super-cool features and improving the old functionality.

BTW: This Update Resets the Trial Counter!

Let us cut to the chase.
Here is a list of all the latest changes and improvements:

  • New Cut Cloud controls added (beta only!)
  • New Cast Aluminum materials
  • New combined Tool Torque and Deflection Limit controls
  • New and Improved Tool Display Graphics. Now for Turning too!
  • Lathe Tools now consider Shank size when suggesting chip-load.
  • New Mass Edit - > Set SFM/Feed Overrides command in the Tool Database
  • Improved Tool Deflection calculations
  • Improved and refined a lot of behind-the-scenes stuff

I am going to explain the most important improvements below.

Read More 

Turner - Modeler

February 27, 2016, 12:06 pm by Eldar Gerfanov (Admin)
1454507024165677667.jpg

Being a professional CNC Machinist myself with a good manual background I often find myself watching various machining videos and blogs.

Unlike others I do not often share somebody-else's work, I could just not walk past this one and not tell everybody how great I think this is....

This story was posted on "Russian reddit" and here is the direct translation of the author's post:

Quote:
We have a mechanic/installer at our work. He used to be a lathe machinist on a previous job and had a hobby - created a model copy of KrAZ-255B military truck. Right now he does not have time to work on it but is planning to return to it once he has more time on his hands.

Here is the mid-way result of his....art!

Lets begin with tyres. Vladimir (guy's name) decided to create the mould to make the rubber tyres himself. Here it is:

Here are the tyres he made with it. Beautiful aren't they?

He also made little differentials. Housings, gears. Everything made himself:

Read More 

Working with HSMAdvisor myCutDB Tool Library

September 25, 2013, 9:09 pm by Eldar Gerfanov (Admin)

I have been asked to create a tutorial on how to work with the tool library, so here it is.

myCut Tool Database is quite a unique thing.

It not only contains all of your tools, but also each and every tool can have multiple operations or "Cuts" attached to it.

Everything is very simple.

Database contains Libraries

Libraries contain Tools

And Tools contain Cuts


Each entity behaves according to specific rules and "knows" specific kind of data.

Please read more to learn how it all works.

Read More 

And this is why you have safety doors on cnc lathes.....

August 31, 2013, 4:07 pm by Eldar Gerfanov (Admin)

.....and this is why they are so heavy.

I have stumbled upon this video the other day.

It shows a very good reason to keep those doors closed at all times when runing your machine.

HSMAdvisor v0.101 (FIXED)

April 14, 2013, 10:34 pm by Eldar Gerfanov (Admin)

HSMAdvisor v0.1 is now available.

(newest version is 0.101)

A decision has been made that updates containing new features will increment by 0.1 each time

Bug fix updates and improvement updates will increment by 0.01

This should be a hint that first fully commercial release is in sight. (you still have another 6 months or so of free updates).

There is only one major feature

  • Machinery with gear boxes is now supported- users can enter a list of RPM machine can have set and FSWizard will force all calculations to stick to those pre-defined numbers.
    There is a sample machine called "Manual Lathe" that demonstrates this feature. You can use "Import" function in Machine Definitions dialog to load that machine and see how it works

Several bugs have been fixed

  • Manually entered RPM for lathe tools have been fixed
  • Minimum RPM entered in Machine Definitions dialog now actually forces FSWizard to not go below that value and generate a warning.

 

How Sticky RPM works:

  • Create new machine in Machine Definitions by clicking Add button and giving it a name you would recoginze.
  • Fill up all of the input boxes including Min and Max RPM, Horse Power and Torque.
  • Enter list of RPM values your machine supports into the Power Curve table.
    (Note RPM values HAVE to be in incremental order)
  • Against each RPM row enter the max Horesepower your machine has (because its a gear-box, machine HP value is constant at any spindle speed)
    Tip: if Max torque was unknown, now you can enter the highest value you see in Torque row.
  • Check Calculations Stick to pre-defined RPM only check box (Yes i know the picture shows that box unchecked, but you have to CHECK it)
  • Check Use Horse Power Curve Compensation check box

Thats it!

Now FSWizard will force calculated RPM to match the closest RPM value from the table.

Sticky RPM sticky_RPM.JPG

Shop made CNC lathe bar feeder/puller

March 12, 2013, 7:47 am by Eldar Gerfanov (Admin)

 

An attachment like this is sure to save you some time and money running your lathe unattended

And here is a sketch that i used to make it

drawing 136309494441101697049931.jpg Side view 136310728559201697049931.jpg Front view 13631072952201-631193174.jpg

Compound Cycle Tapping on Okuma Lathe

April 27, 2012, 11:56 am by Eldar Gerfanov (Admin)

Cycle Format:

G184 X Z C K (I) F Q E
OR
G184 X (Z) R C K (I) F Q E

G180 (Cancel)

Read More 

Thread Turning on Okuma

March 7, 2011, 12:26 pm by Eldar Gerfanov (Admin)

G71 X Z A|I B D U H L E F J M Q

  • D=First Depth of Cut
  • U=Finish Depth of Cut
  • J=Number of threads at F
  • X=Target Depth (minor Dia of theread)
  • Z=Coord of end Point
  • A= Angle of thread
  • B= Tool Cut angle
  • H= Difference between major and minor dia of the thread
  • M= Cut pattern
  • M32= Longitudal
  • Q= Number of leads

Code
N24 (T5 OD 60DEG CW THREAD TOOL)
N00 G97 G95 S300 M3
N01 G0 X2.1 Z3.05
N02 M8
N03 G0 X1.2
N04 Z0.1538
N05 X0.7
N06 G1 X0.5 F0.076
N08 G71 X0.4 Z-0.8269 D0.01 U0.003  B29. H0.05 F0.077 M32
N09 G0 X1.2 Z-0.8269
N40 Z3.05
N41 X2.1

Note: Feed mode must be in G95(IPR)

Okuma Lathe G and M codes

January 8, 2011, 12:30 am by Eldar Gerfanov (Admin)

Here is a list of Okuma G and M codes i got from the manual

Note Some codes may not be supported by your machine, all information is given as is and i dont give a ... if you break something.

Information given here is correct to the best of my knowlege

Read More 

Repeating OKUMA CNC Lathe program number of times

January 6, 2011, 1:00 pm by Eldar Gerfanov (Admin)

If you want OKUMA Lathe to repeat program several times you can use a subprogram or a conditional GOTO statement.

On Many Okumas subprograms is an option you have to buy, so we have to use GOTO statement.

Code
O1 
CN=7 (NUMBER OF CYCLES TO REPEAT) 
CC=0 (CURRENT CYCLE)
N0
......
(part program)
......
CC=CC+1 
IF [ CC LT CN ] N0 
M2

Thats it 

This little code helps alot when using bar feeder and stuff like that.

 

Pages:(1) [1]
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