LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

buffer data and only save maximums?

I'm trying to cut down on the amount of data being stored, as well as only store the more useful data. I'm trying to buffer my data and then only store the maximum values from a 3d accelerometer and would like to have just the highest G forces over time recorded for further analysis.

0 Kudos
Message 1 of 4
(2,768 Views)

Where are you stuck?  What have you tried so far?  Care to share some code?

 

From what I can gather, the Array Max & Min will be of good use here.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 4
(2,766 Views)

I'm running an edxl345 through an Arduino and currently trying to use the 'statistics maximum' to write to measurement file. I can't find an option that allows the stats maximum to write to file at an interval and so the raw data (not maximums just every data point) is being written... VI is attached, thanks for any assistance! 

0 Kudos
Message 3 of 4
(2,762 Views)

Ps- that's part of a library, I'm not sure how useful that will be on it's own? I'm rather new to this...

0 Kudos
Message 4 of 4
(2,761 Views)