Hello,
I have to read 12 sensors with ai channels. minVolt=0,maxVolt=5. Sample rate=10kHz.
Besides the 12 sensors, I need to read 2 temperatures with an LM35. 10 miliVolts is 1 Degree Celsius. I do not want to sample at same rate as the sensors, this is much too high for measuring temperatures. Neither do i have to measure the voltages in the same range as with the sensors. The range for the temperature is, minVolt= -0.5 maxVolt = 1.5.
I have created two tasks in my application. A mytaskTemp and a myTaskSensor on the same device.
When i run my application it generates an error: "Specified source is reserved".
Can anyone please help me with this problem. How can i make this work.
Hardware = PCI 6220
Software = Visual Studio 2003
Thanks in advance,
Souza