07-27-2023 11:46 AM
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!
07-27-2023 11:47 AM
Sorry here is the attachment
07-27-2023 12:02 PM
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.
07-27-2023 12:24 PM
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!
07-27-2023 02:46 PM
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...
07-27-2023 03:07 PM
@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
07-27-2023 04:28 PM
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,
07-27-2023 04:33 PM
@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.