LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

maximum in part of graph

Hi,
how can I get the maximum values of the actual shown part of a waveform graph? I choose a part of the graph with the graph palette and want to have the maximum values online.

thanks for any help

yves
0 Kudos
Message 1 of 3
(2,372 Views)
Hi Yves
The data in the graph is an array, so use property nodes to get your x displayed min and max points and use them to extract the subarray of displayed data. Then, array max and min should do its work.

Cheers
Alipio
---------------------------------------------------------
"Qod natura non dat, Salmantica non praestat"
---------------------------------------------------------
Message 2 of 3
(2,369 Views)
Thanks for your help. I couldn't found the property node to get the array of the displayed data. I thought there should be a more straightforward way.
But extracting the x scale min and max values to get the subarray is okay too.

yves
0 Kudos
Message 3 of 3
(2,366 Views)