LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Array of waveform chart

Hi

 

I am trying to create array of waveform chart which is not possible in labview I guess. I can put waveform chart into cluster but then I can't put cluster of waveform chart into array of this cluster.

 

Is there any wayout to do this??

 

Thing why I want to use waveform chart,want to compare two waveforms over relative time in the same graph.


Best Regards,

Anurag

 

 

0 Kudos
Message 1 of 5
(3,343 Views)

@anuvohr wrote:

 

............ 

Is there any wayout to do this??

No. At least not with trying to put a waveform graph or chart into an Array Container.

 

Thing why I want to use waveform chart,want to compare two waveforms over relative time in the same graph.

You could bundle your data to represent different plots in one waveform graph.

Have a look at the context help window while placing the mouse over the waveform chart in the blockdiagram window.

 

 

...................... 

 


 

 

Christian

0 Kudos
Message 2 of 5
(3,321 Views)

Thanks for the reply christian,well your idea is good to bundle the data and show different plots in one graph,but my requirement was to show all plots in different graphs with some indexing,but if I use case statement for that,it does not look nice to place 16 graphs(requirement) on block diagram.

 

There is no way out to get view a particular graph as choosed by user??

 

 

0 Kudos
Message 3 of 5
(3,312 Views)

... my requirement was to show all plots in different graphs with some indexing,but if I use case statement for that,it does not look nice to place 16 graphs(requirement) on block diagram.

If you need 16 graphs you will have 16 Terminals of Graphs in your BD. I don't see this as a problem.

 

There is no way out to get view a particular graph as choosed by user??

On the FP you can use Tab-Controls. I don't know how you gather your data, but a overall architecture change using Sub-Panels might also be a solution. 

 


 

 

 

Christian

 

0 Kudos
Message 4 of 5
(3,309 Views)

Tab control seems to be better option,I will do it asap...I hope it will solve my purpose..

 

Thanks alot for your help...:)

0 Kudos
Message 5 of 5
(3,303 Views)