Replies: 3 comments 2 replies
-
Could you please give it a try in your project ? At start of a ramp (so from standstill), the speed is regulated by the performed steps aka s on the ramp: FastAccelStepper/src/RampConstAcceleration.h Line 162 in 86556d8 Please change the value of 0 to any value greater than 0. I expect, the ramp generator then jumps to the related speed and then continues to accelerate. Perhaps this works. That value s is linked to speed via |
Beta Was this translation helpful? Give feedback.
-
btw: if shortest time to max. speed is required, then a linear speed ramp does not fit. |
Beta Was this translation helpful? Give feedback.
-
The upcoming 0.29.2 implements a jump start feature, which allows to jump on any point on the ramp from standstill. As every point in the ramp relates to a speed, the start speed can be controlled in this way. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I came across your library when my application (rotating a mass 45°) started missing steps. During the project development the mass increased and I was not able to change the motors.
Your library behaved wonderfully helping me to keep the rotation of the mass as fast as I needed without missing steps, but I believe it could benefit from having a fixed starting/stopping speed. The idea is to start rotating the motor at a fixed speed (user configurable) and then generate the ramp as is done right now. This would allow (in applications like mine) to achieve the maximum rotating speed in the minimum time.
Beta Was this translation helpful? Give feedback.
All reactions