03-20-2006 05:21 AM
03-20-2006 06:07 AM
Looks like you are acquiring a waveform on analog input channels and constructing an image using that data. am i right?
What is the sampling rate you are acquiring at??
What value have you set for number of samples to read per channel?
Have you assigned an AI buffer?
what kind of on-line data processing are you doing in each acquisition loop??
Also, post your code and we could suggest better.
Regards
Dev
03-20-2006 06:46 AM
Yes, i am acquiring a waveform on analog input channels and constructing an image using that data.
Sampling rate =25000Hz
Number of samples to read per channel=5000
I haven'y assigned an AI buffer, it is a problem?
Thank you very much.
03-21-2006 06:31 AM
Are you using traditionaDAQ ot DAQmx?, coz DAQmx, kind of auto allocates an AI buffer.
Also try and increase the number of samples you read per channel to a higher value or equal to Sampling rate.
I also suspect that whatever online processing you are doing for converting the waveform to a picture is hitting the acquisition.
so if possible, attach your code for a better sugestion
03-21-2006 07:49 AM
I also suspect that whatever online processing you are doing for converting the waveform to a picture is hitting the acquisition.
"
I agree and it bears repeating.
Ben