01-05-2011 08:53 PM
Hi,
I downloaded State Machine Motion Example and try running the code to my motor and it's working.
The problem is that the timing between the 1st move and 2nd move is delaying quite a lot.
What's the problem?
Thanks.
01-06-2011 06:10 AM
Is there a delay between the moves, or does the first move take a long time to complete? Put in some probes to see what is happening.
01-06-2011 09:36 AM
loop rate is 10 scans x 5 ms = 50 ms. try reducing it.
01-07-2011 03:02 AM
Hi,
Yes. I tried to change the loop rates but doesn't affect on the timing.
Later only I realized that it's the velocity value. Increase the velocity value will improve on the steps timing.
Thanks for the help.