Toggling between NRSE, RSE and Differential Analog inputs in LabWindows CVI

388 views Asked by At

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.

1

There are 1 answers

0
Joe Friedrichsen On BEST ANSWER

When you call DAQmxCreateAIVoltageChan(), use DAQmx_Val_NRSE instead of DAQmx_Val_Cfg_Default for the terminalConfig parameter.