09-18-2009 12:03 PM
When I call DAQmx Write and have the auto start input set to TRUE, I won't need to use Start Task. But this seems to output the buffer only once. How can I select to have the buffer continuously output after I Write to it, and output until I explicitly tell it to stop?
Thank you for enlightenmen
09-18-2009 12:59 PM
I assume you are using LabVIEW? If you are open up the example finder and navigate to Hardware Input and Output>>Daqmx>>Analog Generation>>Voltage and find Cont Gen Voltage Wfm_Int Clk. vi. This should give you a pretty good start.
Hope this helps