> Thanks for the comments. What i mean about running independently is
> that, i can start one loop then 5 mins later start the second loop and
> stop the second loop and restart it if need be and for some reason
> that is not possible ...
I haven't looked at your VI, but from the other description, I think
that it is clear what is going on.
Any given diagram in LV will execute all nodes on it exactly once before
it can be scheduled to run again. In this case, the loops will not
begin running again until the case finishes and begins running again.
To resolve this, do not let the while loop stop until you really want
the case to exit. In otherwords, the contents of the loop can be made
conditional and can execute in the TRUE, but sim
ply wait ms in the FALSE
case.
Greg McKaskle