07-01-2015 03:56 AM
Hello. I am using Labview 2014 and need your help.
My purpose is to calculate average of some part in test data file. I did it very easily with Excel using such function of ‘=AVERAGE(D3:D5)’. To manipulate many test data files, I am trying to automate the process with Labview.
Would you please see my attachment image file and answer the questions?
Solved! Go to Solution.
07-01-2015 04:51 AM - edited 07-01-2015 04:52 AM
Hi Conserver,
Yes there is a simplier way to do it. And it solves both your problems :
Then you just need to calculate the average of all the values in the output table 😉
Hope it helps !
07-01-2015 04:55 AM - edited 07-01-2015 04:56 AM
Hi,
Or maybe something like this:
07-01-2015 06:27 AM - edited 07-01-2015 06:31 AM
Check it will be esay.......to extract
07-02-2015 08:21 AM
Thank you.
I am going to take all of your comments into my program.