01-21-2015 07:37 AM
I'm using 2 NI 9239's to capture the voltages at 8 point on a test fixture. The voltages are very small (a few mV). I want to take an average of 1k samples from each channel and use these to calculate the resistivity of the sample under test.
What is the easiest method to precisely measure 8 channels?
01-21-2015 07:54 AM
Let's start from the beginning. Do you know how to read 1k samples from 8 channels using a single DAQmx Task? Once you have that, then use a FOR loop to do a mean on each channel's data.
01-21-2015 08:52 AM
So, I need to set up a for loop with a loop count equal to the number of samples for each channel.
01-21-2015 09:11 AM