05-06-2014 07:03 PM
Hi, I'm trying to average out the max min and mean in a for loop by taking 10 measurements and then taking the data out of the for loop and building a seperate waveform with it that shows the mean max and min of the previous 10 measurments..however i keep gettinga flat line in the waveform (seems to be only displaying the mean value). What am i doing wrong?
05-06-2014 11:09 PM
05-06-2014 11:39 PM
Hello, thank you for your reply! why do you place a random function in the for loop?
05-07-2014 12:17 AM
05-07-2014 12:56 AM
Thank you so much! this is what i got it to do so far, however the waveform chart only records the last measurement. How can i show average of the 10 measurments being taken by the for loop and not just the last one