10-21-2009 06:10 PM
I am trying to aquire a analog voltage from a pressure trasducer, I am using simple express code with a daq assistant to do this. I keep getting the error in the subject of this post and it says "The specified resource is reserved. The operation could not be completed as specified." Any help on why this is happening? My system is recognizing the daq module I am using.
Thanks
10-21-2009 08:22 PM
If you searched for error 50103 on the forums, you would have found dozens of messages explaining what is wrong.
You can only have one DAQ task occurring at a time. If you have more than one running at once, you get this error because the timing clock is already reserved by the other task. I can tell you have multiple DAQ assistants going because the VI you gave as at least 10 instances of that particular VI going on.
Combine all of your DAQ channels into a single DAQ assistant VI and you won't get that error.
10-22-2009 12:42 AM