AlexDubya
2007-11-26 18:10:04 UTC
Hi ThSa, I believe I am still confused. The equivalent excerpt PNG you provided appears to differ from my subvi.vi file only in that the control for the timed loop is placed outside the loop. It makes sense to me that if this control is placed outside the loop then the loop will never by able to be stopped by clicking the control (because the loop will never test the value again). However, the top-level.vi never changes values as I would expect it to. I fully understand why nested timed-loops are not support/a bad idea but my end goal here would be to have a while-loop nested in a timed-loop BUT the inner loop (the while loop) would be inside a subVI. That is the functionality I cannot seem to make work. The loop continuing "forever" is not ideal behavior (I would like to have a "soft stop" option) but I do not think that is the fundamental misunderstanding I'm having.Could you provide any method for having the top-level VI's data "update", either the final value or the intermediate?Thank you very much,-Alex-