Hi there,
I am working on converting the code which used traditional DAQ to the DAQmx. I am reading this help http://www.ni.com/white-paper/4342/en/#toc3, my old code pretty similiar to the case of Analog Output but after AO Start, I use AO Control to pause the operation, I will resume the output operation at some stage later. To use the DAQmx instead, following the same example as shown in the link, I first create the task, and write the data to the buffer and then start the task. I wonder
1) should I always write the data before AO Start?
2) what is the similar vi like AO Control used in traditional DAQ? I didn't see anything like that in the panel