Page 1 of 1
Min Max Spindle Settings in KmotionCNC
Posted: Thu Nov 29, 2018 1:46 am
by MadTooler
Is there anywhere to set minimum and maximum valid spindle RPM in KMotionCNC?
The application would be to prevent S values from improper gcode or slider action not to go beyond acceptable. Similar to the feed rate except a minimum would also be used.
Thanks.
Re: Min Max Spindle Settings in KmotionCNC
Posted: Thu Nov 29, 2018 1:54 am
by TomKerekes
Hi MadTooler,
No there isn't. But you could change your Spindle C Program to limit the range or Halt/Error for settings out of range.
Re: Min Max Spindle Settings in KmotionCNC
Posted: Thu Nov 29, 2018 2:26 am
by MadTooler
Tom,
I already have my spindle C keeping the min and max. However, the slider would be limited in functionality if a drastically poor S value was used.
The reality is this should not be an issue with normal use where my C is keeping it within usable range and my CAM's post is limiting gcode.
For me this would be a vote for another field that would be nice to have in the tool setup screen.
Thanks again.