LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

lap time

Hi all

 

I'm trying to develope a display about the lap time with "elapsed time" : somithing is wrong but i don't know what..... Than i need to store all the lap time in the table that i've already inserted in the program.....

 

This is my last task than I've finished the VI !!!!

 

Thanks

 

 

0 Kudos
Message 1 of 4
(2,692 Views)

hi... The "Format date time string" will not work in your case since when you subtract the first value with the second value and feed it to "Format date time string" only seconds will be avialble and Labview will take the default date and time string (i.e seconds since 1Jan 1904 +the remainig substracted seconds)..

 

So you can just change the logic a little bit by deviding the subtracted value with the appropriate value like 24 (for days) 3600 for hour 60 for second and so on.

 

As per showing the value on the table use a shift register and build the array some thing like this

 

1.png 

Regards
Guru (CLA)
0 Kudos
Message 2 of 4
(2,652 Views)

ok thanks ....

 

But how can i  link the array with the lap time? (i need to stop the time everytimes the lap progress is eagle to"o")

Than......Must I create another while loop in the pre-existent while loop to use the shift register?

Could you modify my VI?

 

Regards

 

Matteo

 

0 Kudos
Message 3 of 4
(2,627 Views)

Please help me!!

 

How can I show the lap time in an array? (or better in a table)

0 Kudos
Message 4 of 4
(2,577 Views)