07-15-2009 05:14 PM
Hi all,
Can I set the analog input of PCI-6251 in mix configuration (some in differential mode and some in single ended mode). Because in my set up the differential option is greyed out.
Thanks
dphan128
Solved! Go to Solution.
07-15-2009 05:37 PM
ground references.To enable m
ultimode scanning in LabVIEW, use NI-DAQmx CreateVirtual Channel.vi of the NI-DAQmx API. You must use a new VI for
each channel or group of channels configured in a different input mode.
Remeber that for a differential that you would wire for example AI 0 to the + side and AI 8 to the - side. So now you can't use the AI 8 for single ended. AI 1 is related to AI 9 etc. up to AI 7, AI 16.
Hope this helps.