LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Execute delay only once the entire time

1.JPG

 

Are you referring to the one in the black circle?

0 Kudos
Message 11 of 14
(491 Views)

@augustg wrote:

Are you referring to the one in the black circle?


No, none of those. See the image I attached above.

0 Kudos
Message 12 of 14
(488 Views)

great,the code seems working now but now im faced with a problem. If the delay time is longer than the time the boolean is activated, the code will not delay. im trying to figure out a code at the moment a true boolean is detected, no matter how short it is at the true state(0.1sec), it will call the 1sec delay

0 Kudos
Message 13 of 14
(476 Views)

Please attach your new code. Currently you have a 5000ms delay in the main loop (why???), meaning that this is you polling inteval. That seems way too long. You probably should use an event structure.

0 Kudos
Message 14 of 14
(462 Views)