12-05-2006 08:36 PM
12-05-2006 10:47 PM
Since a common ADC is shared with all your SCXI analog input channels , you will have to sample all channels in a scan list at same sampling rate.
However, you can set up frequency and voltage virtual channels using different instances of "create DAQmx Virtual channel" function in the same task as shown in attached pic, set scan rate and read them using a single DAQmx read
12-06-2006 07:34 PM
Thank you for the help! The only thing with this is the sample rate for the voltage channels has the same rate as frequency channel. If I set to 1 second interval for a sample rate of 10000Hz, each channel would have to acquire 10000 samples, then, I have to average them. For now, I am all set. Thank you again!
BL