ni.com is currently experiencing slowness/issues due to ongoing maintenance.

Support teams are actively working on the soonest resolution.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to Merge two graphs in one?how i can send it to excel sheet?

how to Merge two graphs in one?

i used build array but it shows just one graph

 how i can send it to excel sheet?

see the attachment >>

0 Kudos
Message 1 of 3
(3,362 Views)

Technically it is a chart and not a graph.  A chart maintains history allowing you to send data a point at a time.  A graph does not maintain a history. 

 

Use a bundle cluster function to combine the two data points then send to the chart.

 

Turn on context Help and hover over the terminal for the chart in the block diagram.  It will describe how you have to build the data together for different chart scenarios.  Same situation if you were working with other types of charts or graphs.

0 Kudos
Message 2 of 3
(3,356 Views)

How do you want to send the data in the form of picture of graph or chart or the numeric data to excel.

 

for numeric data you can send it by spreadsheet vi or activex.

 

There are examples  available, try to search the forums, " Excel Board ".

 

Regards

0 Kudos
Message 3 of 3
(3,345 Views)