LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Graphs from 1 input

I have 5 thermocouples wired to read through a serial connection. The output is the 5 temperatures in sequence, one after the other. So as it constantly runs, it gives me the temperature for each site one after another. Is there a way to make this input into 5 different graphs or 5 plots on the same graph using a loop or some kind of structure. I'm using just a slightly modified version of this vi so could someone tell/show me how to get this serial input into either 5 graphs based on their order or at least 5 lines on one graph?

Thanks!

0 Kudos
Message 1 of 2
(1,821 Views)

Change ">> Temp readings array >>" to a 2d array. You might have to "Transpose 2D Array" just in front of the graph terminal. And you might have to use "Build array" instead of "Insert into Array".

0 Kudos
Message 2 of 2
(1,810 Views)