LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get time associated with Max/min vi?

Max from all 4 channels or nax from ch1, ch2, ch3, ch4? The example I did will show the max of all channels and the timestamp. To show relative time would be a small change.

0 Kudos
Message 11 of 16
(595 Views)

Denis that VI supplied works for me, thanks.

 

Is there a way I can have time in seconds instead of hh.mm.sec.

 

It would be ideal to have how many seconds did it take to reach Max from when I started VI.

 

Nearly there...

 

 

0 Kudos
Message 12 of 16
(595 Views)

Or maybe if I recorded the time started and subtract from max time?? 

 

Is that possible?

0 Kudos
Message 13 of 16
(589 Views)
Of course. Like I said, it would be a small change.
0 Kudos
Message 14 of 16
(585 Views)

How would I do that?

 

Thanks

0 Kudos
Message 15 of 16
(571 Views)

Before the loop starts, get the current time, pass it into the loop and then subtract it from the max time. Just look at the timing palette. Change the Display Format of the time indicator. Experiment. 

0 Kudos
Message 16 of 16
(563 Views)