08-25-2007 08:30 PM
08-25-2007 10:35 PM
It's all in the dataflow. So, yes, if you want the booleans to be read a regular intervals, they need to be inside the while loop. Why would you consider this inelegant? 😮
@FriedMags wrote:
I guess I could just encompass my entire program in a while loop, but I was hoping for a more elegant solution. Any advice?
08-26-2007 04:08 PM
08-26-2007 05:00 PM
You must have had something in mind when designing this VI. From my perspective it does not make any sense. Yes, that small while loop has no reasonable purpose. Is that what you meant by a "large while loop"? 😮
Can you attach the subVIs? Maybe things would make a bit more sense if we can see them.
Most likely, you want to input a reference to your boolean clusters to the subVIs, then check their values inside the subVI loops.
I think you need a few shift registers in the event loop instead of that song and dance with all these locals. What are you actually trying to do?
08-26-2007 05:28 PM
08-26-2007 05:29 PM
08-26-2007 05:56 PM - edited 08-26-2007 05:56 PM
Message Edited by Bill@NGC on 08-26-2007 04:00 PM
08-26-2007 06:25 PM