LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error -50103 occurred at DAQmx Control Task.vi:10

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

 

0 Kudos
Message 1 of 3
(2,786 Views)

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.

0 Kudos
Message 2 of 3
(2,777 Views)
0 Kudos
Message 3 of 3
(2,767 Views)