Hello!
I am using MKS and FlipSky 50A VESC to control 350W 24V DC motors. I would like to have some special algorithm of current limitations. For example, when motor is idle (DUTY CYCLE =0) I would like to have much more current to start motor under load for few seconds , then I can make it lower. The same for changing direction. When DUTY CYCLE cross "0" we set MAXIMUM CURRENT, after few seconds, we set it to regular current limit.
What do You think, does it make sense?
How to write such lisp script? Can somebody help me with it?
Thank You in advance!
You can check the following video from Benjamin. Its similar to what you want just without a time factor: https://www.youtube.com/watch?v=XUy41dLhOVE
I changed the code to work in both directions, acceleration and braking/reverse.
Link to forum post: VESC help offered for private persons and companies
Website: www.electricfox.de
Thanks for your reply, but this video is about interpolation. Can You check it and give correct one?
Here is my script.I would appreciate if somebody will check it. Thank You in advance!
It works! I have tested it.