06-24-2009 12:29 PM
Hello? I'm testing DAQmxRegisterEveryNSamplesEvent function but it returns an error message. I set sample size 7200.
Error message is
Which function set buffer size? Where did I get 100,000 size buffer in that code?
Solved! Go to Solution.
06-24-2009 12:45 PM - edited 06-24-2009 12:45 PM
Ok, I figured it out. It is all about DAQmx_Val_FiniteSamps property of DAQmxCfgSampClkTiming. It should have DAQmx_Val_FiniteSamps property to use specified buffer size.
Thanks,