This VI averages temperature readings of each of the 4 channels coming from the DAQ 6034E board. This averaging operation takes from 230 ms to 11000 ms depending on 10 readings are averaged/channel or 500 reading per channel. Is there a way to speed up the averaging process by improving this VI or is there a better way? Averaging the temperature is needed to improve the accuracy in the temperature measurments.
The LabVIEW has a Mean VI (within the the Mathematics >> Probability and Statistics subpalette). This can be used to directly calculate the mean of an array. This might be less intensive. I hope this helps.