â01-05-2010 02:22 AM
Solved! Go to Solution.
â01-05-2010 03:35 AM
â01-05-2010 05:45 AM
â01-06-2010 10:51 AM
â01-06-2010 10:52 AM - edited â01-06-2010 10:55 AM
I resorted to using an alternative way to stop the loops as well. Does anyone at NI know if this is a feature or a bug or if there is anyway to use the stop timed loop function with a timed loop in a reentrant vi?
Thanks.
Whoops... Just read your post. Thanks for the update.
â01-06-2010 10:54 AM
Hi klessm1,
What is the workaround you're using? This does seem to be a bug since the code works in previous versions of LabVIEW.
â01-06-2010 10:58 AM
I am stopping them using a manual method. Other loops set a stop indicator in the thread I am using and I pass the ref to that into the reentrant vi with the timed loop (the vi updates chart values at a specific time interval from a data buffer). Wasn't able to get the stop function vi to work.