08-08-2008 03:23 PM
Solved! Go to Solution.
08-11-2008 06:27 PM
Hey super-neuron,
I believe that although you have to wait 100ms due to the polling process of the DAQmx Wait Until Done VI, this does not mean that the waveform will be generate for the whole 100ms duration. Since you are doing a finite generation, your DAQ device will simply generate the specified amount of data in your buffer and hold the last value while waiting for DAQmx Wait Until Done. Therefore, there is no need to worry about generating more data than what you have specified.
I hope this helps,
08-12-2008 09:23 AM