07-15-2013 12:52 PM
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.
07-15-2013 01:05 PM
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.
07-15-2013 01:22 PM
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!
07-15-2013 01:23 PM
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...