Asked By
dean_paul
10 points
N/A
Posted on - 09/24/2012
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>
LabView: Error -50103; operation could not be completed as specified
Hello 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
LabView: Error -50103; operation could not be completed as specified
Based on National Instrument Costumer Support.
This error could be caused by accessing 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 occurring, creating multiple VIs channels might help. Please refer make this site if you are for more information.Â
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P8kmSAC