04-10-2007 07:27 AM
04-11-2007 01:47 AM
Although you have explained the problem in detail, we can probably answer better by taking a look at the concerned VI
Please post the VI so that we could take a look at it give you an useful solution
04-11-2007 04:04 AM
Hi Steven,
It is always advisible to avoid much of coding inside the event staructure case.
In your case, i guess, you are monitoring the state of both the buttons (which you are acquring from Daq card).
Instead, why dont you make a boolean true and then perform the checking in another while loop with the termination terminal using the sates of these two buttons.
I hope you got my idea.
04-11-2007 08:06 AM