05-31-2006 09:28 AM
06-01-2006 03:43 PM
06-02-2006 01:08 AM
Hi Micaela,
i am thankful for your suggestions.
i am having some doubts abt usage of DAQmxSetAOUseOnlyOnBrdMem . The prototype of function as below.
DAQmxSetAOUseOnlyOnBrdMem(TaskHandle taskHandle, const char channel[], bool32 data);
channel means pin on NI Card where we get the generated analog output?
what abt the data argument?what should we give for data?
we are putting triangular waveform samples in an array and then writing them using DAQmxWriteAnalogF64 to which we send samples as one of the argument.
Then we are starting the task.
is it sufficient to select onboard memory using DAQmxSetAOUseOnlyOnBrdMem and striaght away use DAQmxWriteAnalogF64?
or should we do anything other?
looking forward for your suggestions.
Ganga
06-05-2006 11:56 AM