LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I want to put some data in a buffer

Hi. I'm Sorin.
I aquire data at 2 sec, and i want to put the numeric values in a buffer to compute the maximum value. How can i do that, or what functions should i use ?( for buffer and maximum). Or, is it another way much simple that that ?
Thank you.
0 Kudos
Message 1 of 3
(2,802 Views)

Hi Sorin,

you can aquire your data in a loop and use shift registers to store your data (use an array). To get the maximum of the array there is a function in labview "Array Max & Min".

Hope this helps.

Mike

0 Kudos
Message 2 of 3
(2,796 Views)
As said use a shift register. But the max value can be calculated in every  iteration, so no need to store an array if you don't need the data, farther.
0 Kudos
Message 3 of 3
(2,785 Views)