06-08-2009 04:42 PM
Hello, this is a really silly question, but after using my DAQ card (NI DAQcard 6024E) with my connector block (SCC-68) for over a year with NRSE inputs, I now need to connect differential inputs. However, the connector block does not have any negative terminals.
Say I want to configure channel one as an input in CVI. I use this code to configure channel AI0 as a differential input:
DAQmxCreateAIVoltageChan(acqTaskHandle,chan,"pIn", DAQmx_Val_RSE,-.05,.05,DAQmx_Val_Diff ,NULL);
-in this case chan is Dev1/ai0
I need to connect the signal terminals to AI0+ and AI0-, but AI0- is not on the connector block, just AI0. What am I supposed to do?
Thanks in advance,
Alex
Solved! Go to Solution.
06-08-2009 05:01 PM - edited 06-08-2009 05:03 PM
06-08-2009 05:14 PM