07-13-2006 01:57 PM
07-13-2006 02:02 PM
07-13-2006 02:05 PM
One of two things are happening.
The Stop button has to be False for your loop to run continuous and you are not resetting it to False. Chances are that it is true when you start the loop so it only runs once. Set it to False outside of the loop.
Second, next to the run arrow is the run continuous button. Was it turned on before?
07-13-2006 02:08 PM
07-13-2006 02:14 PM
Stop button should work so the program must be hanging on a VI. It should not stop during highlight execution.
No data is recorded because the program is hanging up.
07-13-2006 02:23 PM - edited 07-13-2006 02:23 PM
Message Edited by tbob on 07-13-2006 01:24 PM
07-13-2006 02:40 PM
07-13-2006 02:58 PM
All inputs need to be satisfied before it will conitine. Chances are one of your inputs have not provided data so the file write will hang until all inputs are satisfied.
Matt