LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Simple labview question pleas help

ok so i have a boolean which turns on depending on weather or not some statement is true. What i want is for the boolean to turn off exactly 30 seconds after it is turned on. How do i make it do that? Please help
0 Kudos
Message 1 of 3
(2,511 Views)
0 Kudos
Message 2 of 3
(2,498 Views)
You will want a seperate thread to verify the elapsed time from the moment the boolean is set.  That is to allow your program to continue "normally" while the delta time is being calculated.  If you implement the solution using a loop, make sure you do have a delay, otherwise that loop will hog down the CPU and your regular program will not continue "normally".
 
RayR
0 Kudos
Message 3 of 3
(2,467 Views)