LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Delete a scale?

Solved!
Go to solution

I have a VI with a stacked chart.  How to I remove the third chart from this?  The "Delete" option is always greyed out on the Y scales.  Is there some trick here?

 

Thanks,

 

XL600

0 Kudos
Message 1 of 5
(3,399 Views)
Solution
Accepted by topic author xl600

Not sure why this worked, but after changing the number of plots to 2, then un-stacking and re-stacking seemed to display the correct number of plots.

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

It depends, I think, on what you wire in. So only wire in the plots you want. You can use the split signals, merge signals and select signals vi's to manipulate the signals going into the VI. Take a look at those VIs and see if you can figure it out from there.

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

@StevenD wrote:

Not sure why this worked, but after changing the number of plots to 2, then un-stacking and re-stacking seemed to display the correct number of plots.


I wouldn't have guessed to do that, but it works like a charm.  Seems like a usability issue in the stacking paradigm.

 

Thanks!

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

@majoris wrote:

It depends, I think, on what you wire in. So only wire in the plots you want. You can use the split signals, merge signals and select signals vi's to manipulate the signals going into the VI. Take a look at those VIs and see if you can figure it out from there.


I wire in anywhere from 1 to 256 signals into the chart (Within a tab control containing 10 stacked charts).  Tab 1 has '1 stack', 2 has 2, etc.. The stacks represent the number of unique scales discovered amongst the plot sources.  It's all based on the MultiPlot Master library so the stacks are actually static.  MM only provides a 3 stack through 10 stack variation so I was trying to get a 1 and 2 variation to support smaller numbers of scales.  It's all terribly complicated and my VI was a disaster until I re-wrote it as a JKI state machine.

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