Way to calculate decelleration distance?
Moderators: TomKerekes, dynomotion
-
- Posts: 85
- Joined: Fri Apr 27, 2018 12:44 pm
Way to calculate decelleration distance?
I'm using G32 to cut a thread based upon the constant speed of my spindle. I know the start and end points over which I want the threads to be equally spaced. Knowing that the KFlop accelerates up to cutting speed and then down from that speed, is there a way, given the constant speed in IPM that I can calculate the exact distance of the acceleration and deceleration portions of the travel?
- TomKerekes
- Posts: 2676
- Joined: Mon Dec 04, 2017 1:49 am
Re: Way to calculate decelleration distance?
Hi Sam,
It should be dist = V^2 / 2A
where V = feedrate in units/sec and A is max acceleration in units/s^2
HTH
It should be dist = V^2 / 2A
where V = feedrate in units/sec and A is max acceleration in units/s^2
HTH
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.
-
- Posts: 85
- Joined: Fri Apr 27, 2018 12:44 pm
Re: Way to calculate decelleration distance?
Thank you, Tom.
I'm going to use that in some path tracing code I've added to my CNC app for the KFlop for some interesting visuals.
I'm going to use that in some path tracing code I've added to my CNC app for the KFlop for some interesting visuals.