12-04-2006 11:52 AM
12-04-2006 12:15 PM
The while loop will only execute once every time the event structure executes. Typically, the timeout case is used to set up a period where if no event has occured, it will let the while loop make another iteration. In your event structure, you are stuck in the timeout event because you left that node unwired and it defaults to never timeout. Try deleting the value of 100 connected to the top left of the event structure in my vi, and notice that the while loop does not iterate.
Eric