No of visitors who read this post: 345
Category: LabView
Type: Question
Author: Dean_paul
No votes yet

I am receiving the Error -50103 "specified resource is reserved" when I try to write multiple simultaneous waveforms with a phase shift to multiple analog output channels. Why do I get the error? How do I prevent this?

Error -50103 occurred at DAQmx Write (Analog DBL 1Chan 1Samp).vi:1

Possible reason(s):

The specified resource is reserved. The operation could not be completed as specified.

Task Name: _unnamedTask<3>               

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#

Hallo Dean,

The "DAQmx Write" automatically may be starting the task if it is not explicitly done yet, and therefore the error that you are getting comes from the "DAQmx start.vi" for the task is already running.
You will therefore need to remove the "DAQmx start.vi" to resolve the issue.

Regards,

Nicke

# (Solution Accepted)

Based on National Instument Costumer Support.

This error could be caused by accesssing multiple analog input/output task.

Please make sure that you restart/reset your DAQmx driver before executing the software again.

To prevent this error from occuring, creating multiple VIs channels might help.

Please refer do this site if you are for more information. 

http://digital.ni.com/public.nsf/allkb/485201B647950BF886257537006CEB89