07-28-2008 04:51 AM
07-29-2008 11:42 AM
Hi Sreekantha,
It looks like your attachments did not make it to the forum so it may be valuable to post those. The description of what you are trying to accomplish sounds like the default functionality of the DAQmx driver in an Analog Output task. You can provide your waveform and the DAQmx Write will handle the data transfer between your PC RAM and the onboard FIFO on the device. If the waveform cannot fit in the onboard memory, the driver will transfer the appropriate data at the right time. You can try using the functionality of the driver to handle the data to see if it suits your needs.