02-19-2010 11:44 AM
Hi ,
when i start the task DAQmxCreateCOPulseChanTick it is not continuos, it works only one time.
How to set it continuos without starting e stopping the task in a while, because in this solution it needs to much time.
I want to start the task one time continuously .
Thank you in advance for the answer.
Solved! Go to Solution.
02-23-2010 04:57 PM
Hi blacksocket,
You'll need to call DAQmxCfgImplicitTiming in order to set sampleMode to DAQmx_Val_ContSamps. In this case sampsPerChanToAcquire is used to determine the buffer size.
Best Regards,
02-24-2010 04:22 AM