- Configuring LinuxCNC
- Advanced Configuration
- Spindle Uppper and Lower Limit (Or, how to change speed step size)
Spindle Uppper and Lower Limit (Or, how to change speed step size)
26 Jan 2023 17:54 #262947
by andypugh
Replied by andypugh on topic Spindle Uppper and Lower Limit (Or, how to change speed step size)
Lincurve would have worked, but you had the X and Y numbers swapped. X is the input, Y is the output.
But then you would also have needed to convert to integer, and then pick out the bits. with another HAL component, so the custom comp is likely to be better.
But then you would also have needed to convert to integer, and then pick out the bits. with another HAL component, so the custom comp is likely to be better.
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
26 Jan 2023 19:11 #262956
by rodw
Replied by rodw on topic Spindle Uppper and Lower Limit (Or, how to change speed step size)
Yes, I've always liked how s custom component removes convoluted hal configs... improving readability and maintenance.Lincurve would have worked, but you had the X and Y numbers swapped. X is the input, Y is the output.
But then you would also have needed to convert to integer, and then pick out the bits. with another HAL component, so the custom comp is likely to be better.
Please Log in or Create an account to join the conversation.
27 Jan 2023 07:43 #262985
by Askjerry
Replied by Askjerry on topic Spindle Uppper and Lower Limit (Or, how to change speed step size)
I MUCH prefer the custom routine... it does EXACTLY what I needed it to do and I KNOW how to change it if needed... that was an incredible experience for me learning how to do that. Not sure how often I'll need it... but it really opens the door to future possibilities.
Please Log in or Create an account to join the conversation.
- Configuring LinuxCNC
- Advanced Configuration
- Spindle Uppper and Lower Limit (Or, how to change speed step size)
Time to create page: 0.070 seconds