LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to show the graphs from 16channels or more at one time

Hi.
I am using labview with pci-6031e board.
Is there a efficient way to show the graph from 16 channels which acquire the temperature with thermocouple, or to show just one specific graph that I want.
I followed these steps.
1.in examples from the labview program,I`ve used the source of acquring the multi-temperatures.
2. used the index array to devide each temp. and connected this to graph in the case structure.
but it requred too many space,and doesn`t look good.
Thank you .
0 Kudos
Message 1 of 2
(2,447 Views)
You can set a state machine doing the following: Put 17 controls, one for each temperature and one for all. Inside the case structure, wire one case for each temperature, bundling x and y arrays into a cluster, and then building an array (of 1 element). In the all case bundle each temperature and build an array of all. Put the array output into the graph... and it's done.
Hope this will feed your needs, and if you want an example... just ask
0 Kudos
Message 2 of 2
(2,447 Views)