
using while loops within while loops?
Hi Stuart
I read again your question.
Do you mean that the longer your program is running, the more time it
takes to stop the execution once you hit a "stop button" that effects
your while continuation ?
If you really have such a central "button" it might be a problem with
memory. D you have a way to monitor the memory usage, like with the
Windows task manager ?
If you have a problem with memory, check what is going into your
loops. labview has sometimes not very obvious ways to create local
variables or references, that are not automatically destroyed.
Again a sample vi would help. It's just that I have only LV 6.0.
Gabi