04-15-2009 09:05 AM
Hello
I try to make a combo box, where it should be possible to choose several values at the same time. The item list contains a bunch of historical traces and I want to do a graph showing only the chosen ones. Is ther any possibility to set a bool for each item, which is per default false and can be changed to true, so this plot is shown in the graph?
thanks
manuelwaser
Solved! Go to Solution.
04-15-2009 09:15 AM
Hello,
Using property node of the graph you can. Property 'active trace' and 'trace vible', active trace to choose wich one and visible set to true or false to be visible or invisible (hidden ?). But in beginning you should transfer all traces to the graph.
Hope it will help you
04-15-2009 09:24 AM - edited 04-15-2009 09:27 AM
A listbox might work better to select the traces you want.
See the attached vi.
04-16-2009 01:44 AM
thanks for your help
sadly this does not work
@gregory 45: I can not find "active trace" in the property node from the graph, either not in the one of the combo box.
@vt92: sadlz I can not use zour added vi, because I run LabView 8.6 and your vi is built with a newer version.
04-16-2009 02:04 AM
Hi,
Here come an example for trace visible or not on graph.
04-16-2009 02:10 AM
thanks again.
but this is not what I want. I have a long list of signals. It should be possible to choose several channels and show them in a graph. I already can create either a combo box or a listbox with the names of the channels. What now is my problem, is to show only the chosen channels.
04-16-2009 07:28 AM
Here's the vi saved to LV 8.5
04-16-2009 08:42 AM
thanks all
it now works fine