03-02-2010 10:17 AM
Hello,
I'musing a stepper motor which connected to a NI 9512 drive and I have a forwardlimit and reverse limit buttons. I placed a Line movement block in awhile loop and connected the error out to the error in with shift register.
Whenit reaches one of the limits, let's say the forward limit, the motor stops. Butthen, when I trying to move it backwards it doesn't move because there is anerror occured. If i disconnect the error input, it works well for me, but i'msure it is right to do it, because maybe another error may occur.
Howcan i solve the problem without disconnecting the error in input?
Thanks
Solved! Go to Solution.
03-03-2010 11:21 AM
Hello Tacchi,
You can use Clear Error VI in your program once the user has designated a new position. Essentially reinitialize the motor drive if the it hits a limit AND the user specify a new location.