LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Select Plots on Waveform Chart

I have 6 temperature readings from thermocouples which I can successfully chart simultaneously. I would like to control which of the 6 readings/plots are viewable on my chart. Ideally, I could control which temperatures are displayed by using switches on the front panel while the VI is running.
0 Kudos
Message 1 of 2
(3,932 Views)
Here is an example I pulled from a program I wrote a while back. Basically, I use an enum (and yes I should be using a ring instead of the enum) to select what data I want out of a 2D array. If you select none, that plot is blank on the chart. I usually have four plots per chart so the chart does not look to cluttered up and I have had as many as 150 parameters in each enum to select from. Hope this is what you are looking for.
Message 2 of 2
(3,922 Views)