Hi,
I have two DAQmx tasks running on CompactDAQ modules:
1) Analog input (voltage), continuous acquisition, external clock (NI-9205)
2) Counter input (linear position), continuous acquisition, external clock (NI-9401)
I want to use RegisterEveryNSamplesEvent with both tasks. I have no issue with the analog one but I have an error (-88701) when calling StartTask for the counter one (using same algorithm).
I have tested both tasks separately.
Is it possible to use RegisterEveryNSamplesEvent with a CI task (especially Linear position) ?