12-09-2011 04:39 PM - edited 12-09-2011 04:40 PM
Previously, I posted a question regarding multi-channel DAQ via following link and Dennis Knutson helped a lot.
I changed the vi and it is attched. Now I have some questions regarding this vi.
It seems that the sampling frequency drops dramatically. This can be obtained from the size of the data file. The DAQ system is set to run at 10K Hz. When it is 1-channel, the data file is about 20MB. But when it is 4-channle, the data file is only 4KB, which is unreasonable.
I plan to save the data in following format, with each column corresponding to a specific channel.
time |
Channel_0 |
Channel_1 |
Channel_2 |
Simulate signal |
Time |
Data_0 |
Data_1 |
Data_2 |
Simulate data |
With the present vi, all the data can only be saved in one column.
12-09-2011 05:48 PM