LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Writing to a data file with time stamp - Help!

0 Kudos
Message 31 of 39
(1,327 Views)
0 Kudos
Message 32 of 39
(1,327 Views)
I found that my channel array thats coming in needs to be seperated before I take out the highest value and take the average.
0 Kudos
Message 33 of 39
(1,325 Views)
You may use "Array Subset" or "Split 1D Array" to split the incoming array
before feeding to the removal function VI.

Cheers!
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
Message 34 of 39
(1,315 Views)
You may try this version 🙂
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
Message 35 of 39
(1,314 Views)
 
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
Message 36 of 39
(1,305 Views)
Hi Pier,

This version builds each channel data to an array of 100 elements.
Each channel array is then having its 10 highest readings removed and computed the average of the remains.

Hope this solves your problem.

Cheers!
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
Message 37 of 39
(1,304 Views)
The current program waits 5 seconds before writing the data to a file but I'm collecting data when my device is off. I don’t know how to solve this. Perhaps I need to read my channel when my trigger goes high and only for 2 seconds so that I don’t get data that is junk.

Please help.
0 Kudos
Message 38 of 39
(1,249 Views)
Hi Pier,

I hope you have got it work by now 🙂

Regards,
ian
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 Kudos
Message 39 of 39
(1,245 Views)