05-06-2008 11:59 AM
05-08-2008 07:34 AM
Hello Alessandro
The program seems to work correctly. As you said you can downsize you parameter according to the main acquisition rules. To prevent buffer overflow, the number of samples per channel to read can no longer be equal to the buffer size. It's good practice to set the number of samples per channel to read to one-fourth or one-half the buffer size for a continous buffered acqusition. It's important to monitor the number of available samples per channel in the buffer to make sure the buffer is emptying fast enough. In the worst case the buffer might overflow and generate error.
Let me know if it would work correctly
regards
05-08-2008 10:57 AM
Thanks Matteo,
but I'm not sure I understood your tip: I changed05-12-2008 04:04 AM
Hello Alessandro
Can you confirm that your acquired data are correct even if the graphical plot didn't work correctly?
Once we verified that parametric configuration was well done, i suggest that the next step is to investigate the data writing instruction suitability. From your code i noticed that you are performing a continuos acquisition for 5 seconds (?). We can try to make a finite data acqusition a verify if it produce any results.
regards
05-12-2008 07:08 AM
05-20-2008 11:30 AM