02-22-2022 11:20 AM
I'm trying to acquire simultaneously from 2 different channels (from two different sensors). Do you have a VB.net example for this? There is nothing about this in the examples given with DAQmx.
I tried writing "dev1/ai1:2" in an example. There were two columns of results but the voltage was the same for both columns.
09-29-2022 01:50 AM
Did you solve your problem?
It's quite easy. Your example should work.
This also works, when channels are not in a row:
"Dev1/ai0:3,Dev1/ai5"
If the values are the same for the different channels, you have another problem. Perhaps you are using the same reference type in sequence but this is hard to tell.