03-03-2010 01:29 PM
Hi,I want to use simulate arbitrary signal VI to load the data and then output it to control the shaker motion, one problem is that when the VI outputs the data point-by-point, its time interval is not the real time step in the data, so how can I change the time interval, if this can not be achieved with simulate arbitrary signal VI, what VI should I use?
thanks a lot,
03-09-2010 08:25 AM
Hey flystar,
Perhaps you could attach your code so I can understand what you're trying to do, and to see what you've managed to do so far.
Kind regards,
07-22-2011 11:35 PM
Hi all,
Error -200292 occurred at DAQmx Write (Analog 1D Wfm NChan NSamp).vi:3
Task Name: _unnamedTask<14>
07-23-2011 12:15 AM - edited 07-23-2011 12:17 AM
A compact DAQ 9178 is just a chassis. Which cDAQ modules are you using in it?
100,001 samples may just be too many for the size of the buffer. Did you try any of the hints in the error message for -200292 such as increasing the Write timeout? You have a dx of 300 microseconds, but 100,001 samples. So that would take 30 seconds to run. That is longer than the typical write timeout of 10 seconds.
(By the way, you probably should have started a new thread with your question rather than adding on to an old thread with an unrelated question.)