2011-12-05 11:58 PM
Hello
We’re currently testing the possibility of using the L6470. It’s working well in full rotation with using the “Run�-command.
Additional, we want to perform a ±pos mode with intermediate points and a defined speed between the positions. The “GoTo�-command seems to be the right one for this job, but the resolution of MaxSpeed, which is used by this command, is too bad. Is there any way to use speed in the resolution of 2^20 like the “Run� or “GoUntil�-commands?Best regards
Michael
2011-12-14 01:54 AM
Dear Michael,
during the positioning commands (GoTo, Move, etc) the speed profile is defined by the MAX_SPEED parameter and there is no way to bypass its resolution limit.A possible solution is to use a Run - GoTo sequence:- Use the Run command to set the cruise speed- Polling on ABS_POS register (or monitor the SYNK signal)- When you are approaching the target position send a GoTo command with a MAX_SPEED value lower than the cruise speedKind RegardsEnrico2011-12-22 05:22 AM
Dear Enrico,
Thanks for your comment. I will try it with the SNYC-signal. It’s a little bit contrary to our plan to delegate more control jobs to the driver, but if there is no other solution…
Best Regards
Michael