06-13-2012 06:44 PM - edited 06-13-2012 06:52 PM
Hello I am using the Measurement computing hardware USB-2416 and when I run the following Vi (Screen shot attached and the VI was made by following the video http://www.youtube.com/watch?v=GqyooarvbuM) I am getting the following error
Error 10003 occurred at ULx Read (Analog Wfm 1Chan NSamp).vi
Possible reason(s):
Measurements: Some or all of the samples requested have not yet been acquired.
To wait for the samples to become available use a longer read timeout or read later in your program. To make the samples available sooner, increase the sample rate. If your task uses a start trigger, make sure that your start trigger is configured correctly. It is also possible that you configured the task for external timing, and no clock was supplied. If this is the case, supply an external clock.
06-13-2012 09:18 PM
You have a rate of 93 and are collecting 1000 samples. Is that what you want? That is not what the video shows.
That means it takes about 10.75 seconds to collect 1000 samples. I bet the timeout for the function defaults to 10 seconds. That means you will have only collected 930 samples and thus explains why you get this error message.