Question about speed profiles for a L6470
Hi,
I'm here to try to solve a problem that I have on a L6470 device.
I have a stepper motor whose step angle is 1.8 degree (200 steps in 360 degrees)
and with a 128 microstep mode selected I want to move the motor's rotor to make
a 60 degrees angle.
I set MIN_SPEED to the integer value corresponding to its maximum value (4096,
corresponding to 976.3 step/sec) and I set the MAX_SPEED to an integer value
corresponding to the same min speed (976.3 * 250 nsec / 2^-18 = 64) so that
minimum and maximum speed are about the same (no acceleration/deceleration
phase).
Then I set a MOVE command with steps = 4267 (the 128 microsteps corresponding
to an angle of 60 degrees = (200 * 128) * 60 / 360 ). I would have expected the time
it takes to make that angle to be about 4.73 seconds (4267 / 976.3 = 4.37 sec) but
the time that I measured is almost instantaneous.
Where am I wrong?
