I'm having some issues reading analog input from a DAQ card in LabWindows CVI; the input configuration seems to be set to "Differential" by default, and I was wondering how I would go about changing that to NRSE.
Asked
Active
Viewed 324 times
1 Answers
1
When you call DAQmxCreateAIVoltageChan()
, use DAQmx_Val_NRSE
instead of DAQmx_Val_Cfg_Default
for the terminalConfig
parameter.

Joe Friedrichsen
- 1,976
- 14
- 14