07-08-2018 06:04 PM
Hi,
I am driving a thorlabs stepper motor. In my project, first I want to create a position control and a push button associated with that. Whenever I click the push button, the motor should have to go back to value inserted in the position control. Could you guys please help me how to insert the push button to the position control.
07-09-2018 03:26 PM
Hey,
You could do something similar to what I have attached. You can create a Boolean control to activate a case structure and use an Express VI or Property Node inside that case structure. Or however you feel comfortable implementing the Boolean control.
Thanks,
-Brian J.
07-09-2018 04:31 PM
Thank you so much. I will try this.