07-24-2006 04:13 PM
07-24-2006 11:57 PM
Hi
In NI DAQ( legacy), there was AI_ configure function call to do this.
But I have not seen what is its equivalent in DAQmx.
Do this. Find the examples mentioned in this link and you might get a code that will help you find the equivalent function call in DAQmx
also do search in development library
Hope this helps
Regards
Dev
07-25-2006 09:33 AM - edited 07-25-2006 09:33 AM
Hi All-
The "terminalConfig" parameter of the DAQmxCreateAIVoltageChan() function selects the AI reference configuration to use. Allowable values for the NI 6014 are as follow:
Hopefully this helps-
Message Edited by Tom W [DE] on 07-25-2006 09:34 AM
07-25-2006 01:39 PM
07-25-2006 01:49 PM
Hi apd-
Glad I could help- good luck with the rest of your DAQmx experiment.