10-14-2011 11:13 AM
I' m using DAQmx driver from a C++ code to drive a USB-6353 device . It is possible from the same task to generate a sinwave on Dev1/ao0 and a Triangle waveform on Dev1/ao1?
Thanks in advance
Solved! Go to Solution.
10-18-2011 12:21 PM
Yes you can, you just have to create a new generation task in MAX with two channels, put this task as an input in DAQmx Timing, and then create an array with 2 elements, one for each waveform.
I am sending you an example, where you just have to modify the input task and the array.You need one array with two elements, one for each waveform.
Of course you will have the same sample rate for both generations!
Hope it helps!