07-12-2013 12:55 PM
Hello,
I would like to move two Thorlabs NRT100 motors in the same time (via a Thorlabs BSC203 controller). The user needs to enter the settings (speed, acceleration, distance) and click on the settings switch to begin the experiment. The program works very well if the user doesn’t change the parameters. But when the user enters his parameters, the program uses the previous settings (not these that the user enters but these from the previous experiment). If somebody knows why, it could really help me.
Please find attached my two VI.
Thank you for your help.
07-12-2013 01:29 PM
Get rid of the locals. the values are being read at the begining of the loop iteration BEFORE the user settings are written to the terminals
07-12-2013 03:35 PM
Thank you very much.
Everything is working well.