04-18-2012 05:52 PM
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.
04-18-2012 06:02 PM
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...
04-18-2012 06:11 PM
Or maybe if I recorded the time started and subtract from max time??
Is that possible?
04-18-2012 06:50 PM
04-19-2012 02:38 PM
How would I do that?
Thanks
04-19-2012 03:22 PM
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.