11-26-2012 09:09 AM - edited 11-26-2012 09:12 AM
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
11-26-2012 10:44 AM
@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
11-26-2012 11:12 AM
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??
11-26-2012 11:16 AM
... 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
11-26-2012 11:30 AM
Tab control seems to be better option,I will do it asap...I hope it will solve my purpose..
Thanks alot for your help...:)