Jump to content

Multiple DAQmx tasks Error 50103


ATRDAHLG

Recommended Posts

Posted

Greetings to LAVA community,

I'm trying to make this two task run at the same time. But everytime I run the VI I keep getting the same error 50103. I'm not so familiar with DAQmx so I'm limited on that side. How can I make both task run without getting this error?

Posted

Error -50103 occurred at an unidentified location

Possible reason(s):

NI Platform Services: The specified resource is reserved. The operation could not be completed as specified.

This means you're likely trying to do the same class of task at the same time on the same device - for instance, if the task is analog in and you've already got an analog in task running on the device, you can't start another (if the device has a single ADC - some have multiple ADCs and you can do this - you'll have to read the device manual). You can, in general, do things like an analog in and analog out on the same device at the same time since they use different physical components of the device.

Mark

Posted

I've also seen this if you have MAX open in the background and have a task running and simply forgot to stop it. Closing MAX will stop the task.

Not sure what happens if you run a task in LabVIEW but don't do cleanup on that task (say if you use the stop button instead of using cleanup), this may still hold the resource preventing you from starting another task.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.