08-20-2008 01:45 PM
Hi,
My aim is to set up three channels of measurement. For the first 30 seconds, all the channels should be measured at a particular sampling rate.
Then one of the three channels should be sampled at a faster sampling rate for the next 30 seconds. This single channel sampling should be done for the other two channels as well.
I thought this could be implemented using a Timed Sequence structure and the DAQ assistant's acquisition mode set to continuous. But when I checked the measurement file for the data for the multiple sampling of the three channels, I don't have values for 30 seconds and instead I have values for just 0.1 seconds.
Could anyone tell me what I am doing wrong or suggest something better?
Thanks a lot.
Asha
08-20-2008 01:59 PM
08-20-2008 03:16 PM
08-21-2008 11:41 AM
08-21-2008 07:29 PM - edited 08-21-2008 07:29 PM
Hi AshaG,
After the first 30 seconds, do you only want to sample from one channel, or all three channels simultaneously (one or all with different rates)? If you want to do the latter, then please consult the KnowledgeBase article Sampling Different Channels at DIfferent Rates with NI-DAQmx.
Next, you should time each frame like this instead:
08-21-2008 07:44 PM