10-28-2014 11:07 AM
Hello,
I am currently using the cDAQ 9184 chassis for our application with 9213 thermocouple card. I have one program using the cDAQ to control a cooling tower and read temperatures. I would like to reference two of these temperatures being read in another labview program. Since the chassis is already being used in the control program can I also read the channels by using DAQ assistant sub vi in the new program? The chassis is showing "reserved". Thank you for your help in advance.
Kind Regards,
Jeff
10-29-2014
02:46 PM
- last edited on
10-31-2024
12:19 PM
by
Content Cleaner
Hello aero-group.
I think one possible solution for this might be using global variables.
Here is a tutorial for that in case you don't know how to do this: https://www.ni.com/docs/en-US/bundle/labview/page/using-local-and-global-variables-carefully.html
In this case, you would need to have both programs (I assume you mean VIs, if I am incorrect, please let me know) on the same project in order for this to work.
The idea here is to create a global variable of the signal, so you can write to it on the VI that currently has the acquisition, and then read it on the other VI by using first a global variable as a Write, and then as a Read (like indicator then control)
Regards;
Juan B.
National Instruments