Hi,
I am quite new to labview (have been using it for about a week) and am charged with the task of writing a program to control 2 stepper motors (eventually 3 in an x,y,z config). I have searched this forum and found little tidbits to help me on my way but am now at a bit of a loss as to how to solve my new problem.
What I want the program to do is: be able to move the 2 stepper motors to a 'loading' position, perform a 2D scan, move back to the home position, and abort the 2D scan. So far I have written a program that moves the stepper motors to the defined 'loading' position, perform the 2D scan, and move to the home position. My problem is that if I click the button to move the motors to the home position, the button that moves the motors to the 'loading' position no longer works. I want to be able to perform any of the mentioned operations at any point in time (i.e. move back and forth from 'loading' to home) which is just not happening.
Also the stop button I have just doesn't work or ends up stopping the entire VI, which is not what I want.
As I've said I'm very new to labview and am learning it as I'm trying to program. I have attached the best version of my program for others to look at and give advice/pointers/etc...
Thanks
RJ
PS the program was written in labview 8.2 if that helps