Error -200284 occurred at DAQmx Read (Polymorphic).vi:1
When I run my LabVIEW program by using a DAQmx Read VI I will get an error stating that:
Error -200284 occurred at DAQmx Read (Counter ID U32 1Chan NSamp).vi:1
Possible reason(s): A
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.
Continue