LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error -50103 : How can I get the resource which is reserved

I get the error -50103 when I try to start two A0 task on two different channels. The error message tells me that "The specified resource is reserved".

But how can I known what is the specified resource. Is that a clock signal, a buffer or what else ?

More generally, how can I known the resources used by a task ? Is that a VI which can gives me all the resources used by a task?

Thank for your answer

Félix


Software : Labview 7, Driver : daqmx 7.3,
Board : PCI 6259 M serie
0 Kudos
Message 1 of 7
(18,692 Views)
jus connect the error out of 1 AO to the error in of the other AO will do
0 Kudos
Message 2 of 7
(18,682 Views)
The reserved resource is your DAQ board. You should not be using two separate simultaneous tasks for the same DAQ board. You should use a single task with two channels configured.
Message 3 of 7
(18,679 Views)
Hello Dennis,

I would like to generate continuously on two outputs. I compute in real time the output signals, but the two signals have not the same period (the sample rate in the same). So I compute the signal for one period of the first signal and put it in the buffer of the first task. I do the same for the second signal, but not at the same time because the periods of the two signals are different.

If I use only one task, I have two write the some amount of data for the two channels in the buffer every time. So I have to use an intermediate buffer, which is much more complicated: Is that an other solution (write in the buffer channel after channel ... ?)

Thank for the answer

Felix
0 Kudos
Message 4 of 7
(18,669 Views)
Hello:

I'm trying out a shipped example called PID-Control Multichannel VI and I'm getting the same error? How can NI shipped it with this problem? Anyway what should be the remedy here?

Thanks,

Berns
Bernardino Jerez Buenaobra
Senior Test and Systems Development Engineer
Test and Systems Development Group
Integrated Microelectronics Inc.- Philippines
Telephone:+632772-4941-43
Fax/Data: +632772-4944
URL: http://www.imiphil.com/our_location.html
email: Bernardino.Buenaobra@ph.global-imi.com
0 Kudos
Message 5 of 7
(18,535 Views)

Hi Berns-

Please see my response here.

Thanks-

Tom W
National Instruments
0 Kudos
Message 6 of 7
(18,528 Views)

Hi,

I want the daq board to output two analogue continuous waveforms which have a know phase difference between each other. This should be the only difference. How can I configure the two channels using the same task, to prevent the 50103 error from occuring?

 

Thanks,

 

Talini

0 Kudos
Message 7 of 7
(16,668 Views)