LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Turning multiple plots on a graph on and off individually

Solved!
Go to solution

I have a graph that displays two plots right now but in the future will display more. I want to be able to click a Boolean switch to turn one graph on while leaving the rest on. However, I can't just use a simple while loop and case structure because I can't have the loop cycling like crazy because I need to be able to use the zoom in feature and it will reset if it is looping like crazy. I have two different graphs in the code, the one I am talking about is the bottom graph. I will throw in the .csv sample data I am using too so you don't have to create your own. Just save it as a .lvm

Download All
0 Kudos
Message 1 of 3
(2,223 Views)

To expand... The problem is, when I click one Boolean switch it sends out a signal but the last bundle waits for a second signal. So, I can either turn both on or both off.

0 Kudos
Message 2 of 3
(2,213 Views)
Solution
Accepted by topic author kingsballer12

Sorry for the sloppy wiring, but I figured it out and now just have to clean it up. For anyone else wondering how to do this, I will post my solution. (Bottom graph)

0 Kudos
Message 3 of 3
(2,204 Views)