07-03-2008 11:59 AM
07-07-2008 05:07 PM
Hi Flowserve1,
One possible reason for getting a timeout error is that you might be trying to read in more values than what is currently in the buffer. I'm not exactly sure what error code you are getting, but the following document might help you solve the issue.
Why Do I Get Error -200284 from my DAQmx Read VI?
Have you tried using Test Panel in Measurement and Automation Explorer to see if you can get any readings? Are you trying to run just the shipping example by itself?
07-08-2008 04:14 PM
07-09-2008 02:55 PM
Hi Flowserve1,
The reason for this error code 200474 is because your DAQmx Read VI is probably timing out. There's a nice article on our website which explains just that and how it can be fixed.
Error -200474 With Digital Frequency Example VIs Modified for Continuous Acquisition
An easier way to fix the problem is to simply have an indefinite timeout value by wiring a -1 to the timeout input of the Read VI.