RE: Parallel Loops (was More then one active Vi with open Front panel?)

2004-05-06 Thread Sam Behashtei
I for one don't like multiple loops in one diagram, if I need to do parallel processing (another loop), I will have another VI running. I think in one way or another you need multiple Loops in your application, but its only a matter of architectural preference how they are implemented. I

Re: Parallel Loops (was More then one active Vi with open Front panel?)

2004-05-06 Thread Bill Gilbert
Sometimes they are needed, but I have seen one really egregious LV app in particular where the author had about 7 while loops checking local and global flag variables to see if they should run the code they contained. The program automated a highly sequential process, and would have been much