08-25-2008 03:39 AM
Hi all,
in my program I have a SubVI where the temperature for the test is settled and, optionally, there is a delay for the soak time (see atatchement).
During this delay, i would like to implement a "Skip waiting" button, so that the user can avoid it. The problem is that the execution waits until the "ok" button is pressed. I have also tried two parallel while loops with no success.
Would be great if somebody can suggest me an implementation.
Thanks!
Gatet
08-25-2008 04:06 AM
Hi Gatet,
use an event strucutre. Use the timeout event and create an event for your skip button. Connect your timeout time with the event structure.
Hope it helps.
Mike
08-25-2008 04:53 AM
Hi Mike,
That is a goog hint, but I was thinking in a dialog button (so that only appears during soak delay time).
BR, Gabi
08-25-2008 05:03 AM - edited 08-25-2008 05:03 AM
Hi Gabi,
you can solve it, if you create your own dialog from my example. ![]()
Mike
08-28-2008 06:08 AM
That makes sense...
Thanks Mike!