09-04-2005 09:23 PM
09-06-2005 10:44 AM
Hello David,
You are getting error -50103 because you are trying to access the same resources (AI Sample Clock) with two different tasks. If you would like to acquire data from multiple analog input channels, they must be in the same task. You can use multiple instances of the DAQmx Create Virtual Channel.vi to individually set a channel's input terminal configuration. Take a look at the attached example which calls two DAQmx Create Virtual Channel.vi's in the same task to set channel 0 to RSE and channel 1 to differential. The two property nodes verify that the separate configurations were made.
I hope this helps. Please let me know if you have any further questions.
Regards,
Sean C.
10-23-2005 09:31 AM
10-23-2005 03:33 PM
03-06-2017 01:13 PM
I am getting this error but for a different reason.
I am monitoring PFI1 for a trigger signal to begin my detection.
I am also monitoring two analog inputs from RTDs on AI0 and AI1.
How can I separate these two functions? Maybe I need to combine them?!?!