04-20-2009 09:51 AM
04-20-2009 10:01 AM
Merging the tab control with the signals and then wiring that to a case statement makes absolutely no sense. Trying to wire the case selector boolean to a graph makes even less sense.
Do not merge the tab control with anything. Do not place case statements inside your outer case statement. Just place the graph inside the outer case statement and wire the signal to it.
04-20-2009 10:02 AM
I don't think you need the inner case structures or the merge signal functions. The way you have it wired, you will have to click on the correct tab BEFORE you run the program. This is because you are only populating one graph due to your case structure being wired to the tab selector.
Alternately, you could eliminate the outer case structure and populate all the graphs, then just click on the tab of your choice to see each graph.
04-20-2009 10:02 AM
Interesting VI. But, what do want to do?
Christian
04-20-2009 10:13 AM - edited 04-20-2009 10:20 AM
The whole ting seems to be infected by a bad case of the "express VI abuse" syndrome.
04-20-2009 10:25 AM
vt92 wrote:I don't think you need the inner case structures or the merge signal functions. The way you have it wired, you will have to click on the correct tab BEFORE you run the program. This is because you are only populating one graph due to your case structure being wired to the tab selector.
Alternately, you could eliminate the outer case structure and populate all the graphs, then just click on the tab of your choice to see each graph.
how would i go about doing that?
04-20-2009 10:41 AM
04-20-2009 11:20 AM