Hi all, I'm running two small 12v 0.4amp stepper motors off of my arduino uno and ladyada mshield. When I feed step commands to the motors, the initial position is inconsistent, but all subsequent commands are perfectly on target. The motors are not overheating and the other motors in my system are not experiencing the same problems, so I don't think my code is the issue. Has anybody experienced similar problems with small steppers?
I'm thinking that since the motors are only experiencing problems when they are first charged up, the problem could be worked around by telling the motors to begin drawing their holding torque current without actually telling the steppers to move. That way, they get charged up but the initial inconsistency problem is avoided since they aren't moving during that initial command. Is this possible to do with a stepper motor?
Any input/advice would be greatly appreciated!

