Michael Aivaliotis Posted August 8, 2004 Report Posted August 8, 2004 Well wouldn't you know it. Leave it up to sneaky users like myself to try something like this. Plop down a Timed Loop. Double-click on the loop to bring up the Loop Configuration Dialog. Click on one of the front panel objects such as "Use Terminal". Now Press ctrl+period on your keyboard (shortcut for abort VI). Voila, the dialog hangs and you cannot get out of it or labview unless you abort the task from windows. No why would I press ctrl+period? Hmm... Quote
Norbac Posted June 16, 2005 Report Posted June 16, 2005 :headbang: Does somebody knows how can I start again a Timed Loop ones it has been stoped with the "Stop Timed Loop.vi" function? (LabVIEW 7.1) Quote
mebusw Posted June 17, 2005 Report Posted June 17, 2005 :headbang: Does somebody knows how can I start again a Timed Loop ones it has been stoped with the "Stop Timed Loop.vi" function? (LabVIEW 7.1) 5047[/snapback] synchronize timed loop starts.vi lucky! Quote
i2dx Posted June 17, 2005 Report Posted June 17, 2005 :headbang: Does somebody knows how can I start again a Timed Loop ones it has been stoped with the "Stop Timed Loop.vi" function? (LabVIEW 7.1) 5047[/snapback] put a while-loop around it ... Quote
PeterB Posted March 16, 2006 Report Posted March 16, 2006 synchronize timed loop starts.vi lucky! This suggestion doesn't work because once a (timed) while loop is finished executing, the only way you can get it to run again is to place it within another while or for loop (as i2dx suggested). regards Peter Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.