Discussion:
Error Code -50103 "Resources reserved".
(too old to reply)
Norbert B
2005-08-31 12:43:09 UTC
Permalink
Carnot,

i asume that when you talk about "aiX" you think of the inputchannels
you can connect on the SCXI 1308. these channels are multiplexed in the
SCXI 1100 to a single inputchannel which is acquired by the DAQ-card in
the end. since you create DAQmx-channels for the DAQ-card, i think,
this short  explaination (which in fact is simplified in a certain
way) shows the problem: you want to use the same resource (channel or
better said "functionality") of the DAQ-card in to different programms
at the same time. the driver therefore catches this and creates the
error-message you are seeing.
to solve the problem, you must put all inputchannels in one DAQmx-task.

Norbert B.
Norbert B
2005-08-31 13:13:12 UTC
Permalink
Carnot,

your solution is working if you do not need to acquire all channels at
the same time (simultaneously). so if it is working for you in this
case, thats fine, except i would advice you to use the errorcluster to
synchronize the vis instead of a sequenxe-structure.

Norbert B.
Norbert B
2005-09-05 08:13:32 UTC
Permalink
Carnot,

Please refer to the examples delivered with NI DAQ. there you can find
special examples for synchronisation of multiple functions. they should
point out what i meant :)

Norbert B.
NI - Germany
Dr.Berns
2005-10-23 14:10:42 UTC
Permalink
Hello this example does not do the job because of the bugging error?

Berns B.


PID Control-Multi Channel.vi:
http://forums.ni.com/attachments/ni/170/148352/1/PID Control-Multi Channel.vi
Continue reading on narkive:
Loading...