12-04-2005 11:35 PM
12-04-2005 11:55 PM
12-05-2005 12:49 AM
Here i am using PXI 6229 as communucating card and in my SCXI slot SCXI 1125 is used. I am trying to acquire channel zero of both PXI 6229 and SCXI 1125 simultaneously. If it is not possible,is there any option to do that.
12-05-2005 12:59 AM
12-05-2005 02:17 AM
02-17-2006 09:28 AM
02-20-2006 05:42 PM
Hi Brad,
Your problem sounds very similar to the original issue posted in this forum. The reason that you are probably running into this error in the middle of your task is that you are trying to update settings that have already been configured without stopping and clearing the task first. Here is the link to a KB with more information about the error: Causes of NI-DAQmx Error 50103 "The Specified Resource is Reserved".
Also, you can have multiple tasks in the same program, as long as they are of different types. So you could have separate digital input and analog input tasks for the same card, but you cannot have separate analog input tasks unless they are configured for different DAQ devices. I hope that you find this information helpful.
Regards,
Hal L.