LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I hold on the maximum value of a signal?

I measure for a certain time an analog signal, and after the measurement, I want to indicate the maximum value(amplitude) of the whole measurement.
MinMax.vi or Max&min(at Comparison) indicate only the immediate maximum value, but not the maximum value of the whole measurement.
Thanks for help!
0 Kudos
Message 1 of 3
(4,799 Views)
On the Array palette, look at Array Max & Min.
0 Kudos
Message 2 of 3
(4,799 Views)
If you're taking repeated measurements in a loop, use a shift register. Look at the Calculate Max.vi example that ships with LabView. To find the examples, from any LabView window, goto Help >> Find Examples >> Search, then enter SHIFT REGISTERS in the box labeled Type a keyword to find:
0 Kudos
Message 3 of 3
(4,799 Views)