Hello,
In my current project, I am using daqmx to send continuous samples of voltage in preview mode. The continuous samples has sample size(2048*512*4). 4 mean 4 AO output channels here.
I want to switch to a acquisition mode to send finite samples, but I have make sure that the continuous samples have been fully sent out.
I kind of know I should use event function with a callback, but still have no idea, so could someone please help to give any hints? Thank you.