Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

What does error code -50103 (PALResourceReserved) mean?

On a PCI-6221 card, what does the error code -50103 (NIDAQmxPALResourceReserved) mean?
A card that has been working fine for more than 3 months is starting to produce this error occasionally
when DAQmxCreateAIVoltageChan() or DAQmxReadAnalogF64() is called.

Thanks,
Chandan Egbert
0 Kudos
Message 1 of 4
(3,096 Views)
Hi Chandan,
 
There isn't any documentation on this error.  Could you please post the code that reproduces this error?
 
Thanks,
 
Ed W.
0 Kudos
Message 2 of 4
(3,074 Views)

HI Chandan-

Common causes of this error are described in this KB.  You need to make sure that you are not attempting to access certain hardware resources as described there. 

Thanks-

Tom W
National Instruments
Message 3 of 4
(3,068 Views)
Thanks for your replies Tom and Ed. The knowledgebase article was very useful.

There are multiple threads in my program that read the analog inputs. However, I'm protecting
access to the analog card with the mutex locks provided by LabWindows/CVI. The really
puzzling thing is that the software and the hardware have been working fine for over 3 months
and with no changes to either of them, this issue is starting to show up. Maybe the problem was
there all along and is only showing up now because additional (unrelated) software was installed
on the PC which might have changed the timing of the threads. I will investigate further.

Thanks for your help.

Chandan
0 Kudos
Message 4 of 4
(3,059 Views)