10-12-2012 08:17 PM
I try to generate a signal from usb-6009 from simulated signal.
However, it keep poping out errors:
Error -200524 occurred at DAQmx Write (Analog 1D DBL NChan 1Samp).vi:2 if I choose "1 sample on demand" in the daq mx.
If I chaged to "continus sample", the error became
Error -200077 occurred at Property Node DAQmx Timing (arg 1) in DAQmx Timing (Sample Clock).vi:3->Untitled 1.vi:Instance:0:1->Untitled 1.vi
Can someone could take care of my problem?
Very appreciate
Solved! Go to Solution.
10-13-2012 08:54 AM - edited 10-13-2012 08:58 AM
Possible reason(s):
Write cannot be performed, because the number of channels in the data does not match the number of channels in the task.
When writing, supply data for all channels in the task. Alternatively, modify the task to contain the same number of channels as the data written.
Number of Channels in Task: 1
Number of Channels in Data: 100
Task Name: _unnamedTask<4A>
also, remember..."conitnuous samples" to "N samples" and "finite samples" to "1 sample"
10-13-2012 02:53 PM
How would you increase the data task in the daq assitant?
thanks
10-13-2012 03:59 PM