02-12-2008 11:05 PM
I want to let my NI5105 start sampling with some trigger on one of the channels and then sample a specified number of samples and then again wait for trigger to happen and this process continues upto depth of memory.
With Regards:
Ahsan Shehzad
02-13-2008 10:55 AM
02-14-2008 06:09 AM
02-14-2008 06:10 AM
02-15-2008 09:32 AM
02-15-2008 09:45 AM
02-26-2008 11:45 AM
Hello Jennifer,
Thank you, you helped me a lot and now I am able to acquire data onto board and then to system. In the example of “MultiRecordFetchMoreThanAvailableMemory” I have added the code for writing the fetched data onto a file, but now I am facing an error that is not very much clear. The error print screen file is attached here with. I think that may be due to data overwritten on board’s memory before fetching. But my requirement is to acquire data to more than the onboard memory.
I am telling you the current situation in which I am acquiring data.
The trigger is a pulsed waveform of 10 Khz with 10 percent duty cycle. In time domain the pulse of 10 microseconds comes after every 90 microseconds. The negative edge causes a trigger and digitizer acquires 900 samples at the rate of 10MSPS for the 90 microseconds of the pulse. I am sending you the code of the project as well.
An important thing is that if I give a signal of such kind that the period is very large and trigger comes after a long time then this error never occurs a large file can be made.
Now I am not able to exactly figure out what the problem is and how can I remove it. Can you help me in this regard that how can I do this? I am confused in the matter that is this limitation of operating system or the board or board memory is not able to give data during writing? Another thing is that I want to know the mechanism of recording on board in case of multiple channels as I am not able to at least get the data approximately equal to on board memory.
Kindly do help me and tell me that how can I make a file of 2 or 3 GB on my Hard Drive. I am anxiously waiting for your reply.
02-26-2008 12:58 PM
02-27-2008 02:25 AM
Thanks Jennifer
You have helped me a lot. Now i can focus on my limitations. But i have only support for C-language. So i am thinking to use thread for the two process of fetching and streaming to hard drive.
With Regards:
Ahsan Shehzad
03-19-2008 10:20 PM