02-07-2008 04:22 AM
02-07-2008 04:45 AM
02-07-2008 10:16 AM
The attached vi is one way to accomplish what you desire. It stores data into a queue in the producer loop (top loop). The consumer loop (bottom loop) dequeues the data and stores it into an array. When the array is of a certain size, calculate the average and clear the array. You can write the avg to a file. This continues until you cause it to stop.
02-22-2008 05:55 PM
02-25-2008 09:43 AM
03-19-2008 11:08 AM
03-19-2008 11:29 AM
03-19-2008 11:59 AM
03-19-2008 01:07 PM
03-19-2008 01:13 PM