06-09-2010 03:15 AM
06-09-2010 12:38 PM
If you are using NI's DAQmx, you can't have two tasks accessing the same hardware channel simultaneously. You'll get a "resources reserved" error. You would need to close one task before creating the other, which makes no sense at all.
What, exactly, are you trying to do?