The channels are all on the same device (I only have one device: PCI-6014).
I'm getting the following error: "Requested value is not a supported value for this property."
The error message comes from the following Create Channel code:
iError = DAQmxCreateAICurrentChan(thTaskDAQ, "Dev1/ai5", "", DAQmx_Val_Diff,
-10.0, 10.0, DAQmx_Val_Amps, DAQmx_Val_Internal,
0, NULL);
Thanks for the help!
Marcelo