04-07-2008 02:42 AM
04-07-2008 03:00 AM
Hi Tom,
more than one event structure in one vi is not good, but you can insert a control for every event loop. create an event case for this control in the specified loop and connect it to the stop condition. If you stop one loop you can use the "value(signaling)" property of every control to get the event in all loops. I recommend to change the structure of your program to only on event structure.
Mike
04-07-2008 03:21 AM
Thanks for you quick reply.
I was trying to post the code. It somehow doese't work.
But you are right. The easiest way is to have only one event case structure in the code. I wanted to avoid having to many stacked
event cases in my code (more than ten).