09-12-2007 09:46 PM
09-12-2007 10:12 PM
Your stop is not wired to anything but since your VI only runs once, there is nothing to stop.![]()
The only way your VI will run continuously is by using the Run Continuous button on the toolbar and that is not the correct way to run a VI. That button is just for special debug purposes. Put a while loop around your code and wire the stop button to the conditional terminal of the while loop. You could also use an event structure where you have a value change event for the start button and a value change event for the stop.
09-13-2007 03:28 AM - edited 09-13-2007 03:28 AM
Message Edited by Kabul on 09-13-2007 09:33 AM
09-13-2007 05:00 AM
09-13-2007 06:10 AM