Jog or speed based control #201
Closed
rmoscoloni
started this conversation in
General
Replies: 3 comments 2 replies
|
Perhaps use or shorter, which makes it understandable, that the |
0 replies
|
Thanks for the answer, I didn't want to bother you on a Sunday, your last code works similar to mine, the acceleration ramp works wonderfully, the deceleration ramp doesn't work (it stops abruptly at the new target speed) if the value is different from 0. |
2 replies
|
I was on vsc/platformio 0.30.0 to avoid the compiller complain(on 0.30.5) about deprecated rmt_memory_rw_rst, my board is an nodemcu esp32s. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I want to thank gin66 and everyone who contributed to this great library. I want to know how I can use it to make a movement whose speed is related to a signal, for example an analog input (or a digital pulse width) , from 0 to some speed, respecting the acceleration and deceleration ramps. Calling the runFoward() command in each loop cycle works on the acceleration ramp but skips the deceleration ramp.
All reactions