Hi, I am relatively new to LabView and I am wondering if I can get some helpful tips to write my code.
I have a NI 9191 wifi chasis with a 16-channel thermocouple input module (NI 9213). I would like to show the last minute of temperature readings from the channels and save all data in a CVS file while the program is running. The first hurdle I am facing is that I would like to toggle between the channels to be read by the program with a booleans for each channel in the front pannel. I tried to make 16 different DAQ assistants (one for each channel), merge the signals and show them in a waveform chart but I receive an error saying that I cannot utilize the same device with different DAQ assistants. If I set to read every channel and do not have a thermocouple attached to all the channels it will give me a constant high number. How could I add more or less signals to the graph on command?