Hi Alberto, I am aware of these issues. However, in my case, this loop ought to run fast. My issue is that in the executable, the loop is not being executed at all, even though at that early stage in the program I have nothing in parallel. I found the loop to NOT EXECUTE under both NT4 and W2K. I isolated part of the program, made an executable and the problem remained. Then I made an executable of the problem VI as toplevel, and problem is gone, so it only exist when run as subvi with no async functions.
Again, when running in the development system, the loop executes fine for all OS and any complexity of the surrounding program. The wait(0) fixed this loop, so apparently this forced the labview scheduler to do something different, but there must be a thousand
while loops in the program and I don't feel like checking them all.
Regards,