LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Record Time elapsed for a boolean button status change

Solved!
Go to solution

Hi,

I am new to Labview and am trying to implement a simple program. I want to find the time elapsed in seconds when a button value is true to a changed button value of false. I created the following VI attached for the same but the timer runs only until 50 seconds and then resets to 0. I am not sure why, but i didnot click any autoreset in this express VI.

 

Can anyone help me?

 

N

0 Kudos
Message 1 of 3
(2,334 Views)
Solution
Accepted by topic author Maverick269

@Maverick269 wrote:

... but the timer runs only until 50 seconds and then resets to 0. I am not sure why, but i didnot click any autoreset in this express VI.


If you double-click the express VI, you'll notice that it is configured for 50seconds. Set it to a very high number, such as +inf 😄

 

(I don't understand why you need a value property node? Just wire to the control terminal directly.)

0 Kudos
Message 2 of 3
(2,314 Views)

Yes That works. I am using a property node as I am not working on the VI which actually has the control.

 

Thanks

Nisha

0 Kudos
Message 3 of 3
(2,278 Views)