Hello. I am using PXI-4461 and want to use differential input and output. However, when using
DAQmxErrChk (DAQmxCreateAIVoltageChan(taskIn, AudioIn, "", DAQmx_Val_Cfg_Default, -1, 1, DAQmx_Val_Volts, NULL));
According to the documentation, the following options should be available:
DAQmx_Val_Cfg_Default
DAQmx_Val_InputTermCfg_RSE
DAQmx_Val_InputTermCfg_NRSE
DAQmx_Val_InputTermCfg_Diff
DAQmx_Val_InputTermCfg_PseudoDiff
only first constant is available in NIDAQmx.h, the other 4 are not defined.
MAX reports NI-DAQ to be version 8.3.0f3 and the file I am using is located in C:\Program Files\National Instruments\NI-DAQ\DAQmx ANSI C Dev\include
Thank you
Roman