04-14-2009 10:12 AM
My analog in voltage measurement task created with VB6 and Measurement Studio will not allow the input terminal configuration to be changed from DAQmx_Val_Cfg_Default to DAQmx_Val_NRSE. I receive error message: "Requested value is not a supported value for this property." However the value I am trying to use comes directly from the "NI-DAQmx C Reference Help" for the DAQmxCreateAIVoltageChan task.
Solved! Go to Solution.
04-14-2009 10:38 AM
Yea, I believe this issue was reported recently. Don't know why that happens but the workaround is to find out the integer values associated with each of the parameters in the header file NIDaqmx.h:
C:\Program Files\National Instruments\NI-DAQ\NI-DAQmx ANSI C Dev\include\NI-DAQmx.h
Then just pass this value to your function. Let us know if that works or not.
04-14-2009 10:38 AM
04-14-2009 11:50 AM
04-14-2009 12:23 PM
04-15-2009 08:52 AM
Hello vecsol,
Adnan is correct; this behavior is documented in the KnowledgeBase article 4U0DJ8QL which can be found here. Thanks for your post!