My current setup I'm using cDAQ-9178 with NI 9220. I've noticed that when I'm configuring NI 9220 for reads across multiple channels, if the channels are spread far enough apart I receive an error.
Example: Read AI0,AI1,AI2 will work no problem and run as expected. However if I change the task to Read AI0,AI1,AI13 I receive the following error:
<B>Property: </B>RelativeTo
<B>Corresponding Value: </B>Current Read Position
<B>Property: </B>Offset
<B>Corresponding Value: </B>0
<B>Task Name: </B>test
This will only happen when I select channel 13 or above while also reading channels 0 and 1. There is no issue if I try to read AI 0,1,12. I've repeated this issue on multiple different machines and different cDAQ hardware as well. Attached is a snippet of code which would receive an error.