LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

New to Labview and trying to solve 50103 Errors

Hello,  

 

I am new to labview and have looked at so many threads to figure out how to solve my problem with resource conflicts.  Can you take a look and help? 

 

Thank you!

0 Kudos
Message 1 of 8
(1,119 Views)

Sorry here is the attachment

0 Kudos
Message 2 of 8
(1,117 Views)

Error 50103: The specified resource is reserved.

 

I'm left to assume you are using a cDAQ chassis here.  If so, you can combine all of your analog channels into a single task (chain the DAQmx Create Channel VIs before the loop).  You can then read then all in a single read and use Index Array to pull out the readings for your indicators.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 8
(1,108 Views)

Thank you, I will give that a shot and yes I am using the cDAQ.  Do you combine only inputs? Or do you combine the outputs as well?

 

I will report back!

0 Kudos
Message 4 of 8
(1,097 Views)

So I thought I knew what to do to chain them together by creating a common task and linking them.  That was much worst.  Can you explain with more detail how to combine or "chain" the Create Channel.

 

Thank you...

0 Kudos
Message 5 of 8
(1,063 Views)

@GmanFlyer wrote:

So I thought I knew what to do to chain them together by creating a common task and linking them.  That was much worst.  Can you explain with more detail how to combine or "chain" the Create Channel.

 

Thank you...


See Easily Synchronize and Trigger NI-DAQmx with Channel Expansion

-------------------------------------------------------
Control Lead | Intelline Inc
0 Kudos
Message 6 of 8
(1,054 Views)

Thank you for the input, is it possible to break the array signal after you read it to display the two different inputs on separate gauges?


Thanks,

 

0 Kudos
Message 7 of 8
(1,040 Views)

@GmanFlyer wrote:

Thank you for the input, is it possible to break the array signal after you read it to display the two different inputs on separate gauges?


Thanks,

 


You can use the Index Array function. I would recommend you spend some time exploring the palette.

ZYOng_0-1690493620259.png

 

-------------------------------------------------------
Control Lead | Intelline Inc
0 Kudos
Message 8 of 8
(1,037 Views)