06-03-2019 03:07 PM
Hi, I am currently upgrading C code from Ni-DAQ legacy to the Ni-DAQmx format and was wondering if it is possible to specify a channel read order? ie. reading channels 1,7,2,7,3,7,4,7,5,7,6,7 in that specific order? Any help is appreciated
06-04-2019 09:02 AM
Hi Luca, check the DAQmx ANSI C examples that comes with the driver install. They are located in:
C:\Users\Public\Documents\National Instruments\NI-DAQ\Examples\DAQmx ANSI C
Hope this is helpful.
06-04-2019 11:17 AM
I have, but i cannot seem to find an example that helps me out in solving my problem
06-05-2019 08:38 AM
i don't think there is a specific one with sequencial adquisition. you will need play a little bit with what is there. The is additional information about how the functions works on the LabWindows help window.