07-14-2011 09:52 AM
Hello, is there anyway to code the PMC-100 piezo stage so that it will work with the abort execution button? because I will have to re-plug the cables everytime I do that. I tried making a stop button in a loop, but that won't stop the cycle right away. Thanks
07-15-2011 11:02 AM
Hi,
Generally you don't want to stop your program with the abort execution as this can leave open references and be less stable than terminating the program with a stop button. How quickly or slowly is your loop running that the stop button did not stop the program quickly enough?