Spindle speed variation on lathe
- Catch22
-
Topic Author
- Offline
- Elite Member
-
Less
More
- Posts: 222
- Thank you received: 17
27 Jan 2021 15:15 - 27 Jan 2021 15:17 #196771
by Catch22
Spindle speed variation on lathe was created by Catch22
Does anyone have any idea how to write a macro, or program a lathe to run a program using spindle speed variation to help stop chatter.
We have a Haas SL20 at work and it has this feature on it and it works great. I would like to be able to use it on my lathe at home using Linuxcnc.
Thanks Mike
We have a Haas SL20 at work and it has this feature on it and it works great. I would like to be able to use it on my lathe at home using Linuxcnc.
Thanks Mike
Last edit: 27 Jan 2021 15:17 by Catch22.
Please Log in or Create an account to join the conversation.
- tecno
-
- Offline
- Platinum Member
-
Less
More
- Posts: 1850
- Thank you received: 127
27 Jan 2021 15:25 #196775
by tecno
Replied by tecno on topic Spindle speed variation on lathe
Me too
Please Log in or Create an account to join the conversation.
- Todd Zuercher
-
- Away
- Platinum Member
-
Less
More
- Posts: 4708
- Thank you received: 1443
27 Jan 2021 22:15 #196831
by Todd Zuercher
Replied by Todd Zuercher on topic Spindle speed variation on lathe
I know I've read some topics on the forum discussing ways to implement it. I would think it could be as simple as adding or multiplying a siggen value to the halsignal sent to the spindle. But as always the devil's in the details.
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 19817
- Thank you received: 4616
27 Jan 2021 23:50 #196854
by andypugh
Replied by andypugh on topic Spindle speed variation on lathe
I keep meaning to do this, every time I find myself wiggling the spindle override knob to kill chatter.
Then I always forget.
But, yes, adding the output of a siggen to the spindle speed command is the way. Probably Triangle rather than Sine.
Then I always forget.
But, yes, adding the output of a siggen to the spindle speed command is the way. Probably Triangle rather than Sine.
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
-
Less
More
- Posts: 7292
- Thank you received: 2128
27 Jan 2021 23:57 #196856
by cmorley
Replied by cmorley on topic Spindle speed variation on lathe
I actually coded something like this for linuxcnc many years ago.
it was based on HAAS video I saw.
There may be a patch file on the mailist archive.
IIRC it was HAL based - I was asking about how to use gcode commands to activate it.
it was based on HAAS video I saw.
There may be a patch file on the mailist archive.
IIRC it was HAL based - I was asking about how to use gcode commands to activate it.
Please Log in or Create an account to join the conversation.
Time to create page: 0.214 seconds