10-21-2009 12:10 AM
Hi,
I get an error when I try to use AO0 and AO1 simultaneoulsy to output two separate DC waveforms .
The error is : NI Platform Services: The specified resource is reserved. The operation could not be completed as specified.
=========================
The specified resource is reserved. The operation could not be completed as specified.
Error -50103 occurred at DAQmx Write (Analog 1D Wfm NChan NSamp).vi:2
Which resource is being shared and how can I get around this ? I guess the whole point of having 2 AO's should to be able to use it.
Thanks
Ams
10-21-2009 06:41 AM
10-21-2009 10:56 AM
Dennis:
You have become the reserved resource expert lately 🙂
-AK2DM
10-21-2009 12:38 PM
10-21-2009 04:27 PM - edited 10-21-2009 04:29 PM
Hi Alfredo,
Thanks for posting to the NI Forums!
You are most likely receiving this error because you do not have your AO channels in the same task. There is only one clock for AO, so your 2 channels will need to be in the same task so that they can both access the same clock, otherwise this error will occur.
Hope this helps!
11-17-2009 07:20 AM
Hi there,
I had the same problem and the solution was simple, I didn't dispose my old task before starting a new one...When I did dispose all problems were gone...
good luck!