LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

skip waiting button

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

 

 

 

 

0 Kudos
Message 1 of 5
(2,993 Views)

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

Message 2 of 5
(2,979 Views)

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

0 Kudos
Message 3 of 5
(2,967 Views)

Hi Gabi,

you can solve it, if you create your own dialog from my example. Smiley Wink

Mike

Message Edited by MikeS81 on 08-25-2008 12:03 PM
Message 4 of 5
(2,964 Views)

That makes sense...

 

Thanks Mike!

0 Kudos
Message 5 of 5
(2,918 Views)