07-25-2015 03:33 AM
i have designed a labview program for stepper motor rotation. in the
program, motor has been assigned clockwise and anticlockwise rotation but
with fixed number of steps to rotate for 90 degrees. But i want that if i'm
pressing clockwise again it should not move further clockwise same is with
anticlockwise direction. can you please tell me how i can do it?. I am
attaching my VI program along with the mail.
Regards,
shikha ahirwar
India
07-26-2015 07:20 PM
Keep a running total of how far the stepper motor has rotated. Compare the sum of your the new command and the running total. If the sum is greater than your limit, limit the number of steps in your new command to a value that does not exceed your limit.
hrh212
03-08-2016 05:48 AM
there is a great, brilliant newcomer guy in your lab. His name is anand. Ask him, he will be able to find the solution.
09-22-2016 03:11 PM
hi i'm new with labview and i need to do a stepper motor command and i download this VI but there's some interrogation points that i don't why they appear