Re: Turn off a single plot of a multiple plot waveform graph

2004-02-25 Thread Jeremy L
Hi Wayne, http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B123AE0CBC3E111EE034080020E74861&p_node=DZ52038&p_source=External";>Here is a link to an example vi that shows you how to do it. Basically, it uses the Active Plot property and transparent plot colors to "enable/disable" c

Re: Turn off a single plot of a multiple plot waveform graph

2004-02-25 Thread Process Systems
I believe you can do this with a 2-segment property node. IN the first segment, select the "Active Plot" property, In the second segment, select the "Plot/visible" property. Hope this helps. Dave

Re: Turn off a single plot of a multiple plot waveform graph

2004-02-22 Thread alexander khodarev
Hello Wayne. Using the property node is a right way to solve your problem, but you have missed one thing. U are recieving reference to plot 0 because this is the default one, in case u are using multiplot. You should select element "active plot" from the property node and then connect it to plot n

Re: Turn off a single plot of a multiple plot waveform graph

2004-02-17 Thread Jian
I think you can use "active plot" together with "plot.visible" property node to control which one you'd like to display. By default, the property node refers to plot 0, but you can change to plot 1 or other plots by changing active plot property node. You can search "Plot" in LabVIEW Help if you'd

Re: Turn off a single plot of a multiple plot waveform graph

2004-02-17 Thread Computerman74
> >I have a multiple plot waveform graph (4 plots). I want to turn off >one of the plots, say plot 2. Is this posible from the graphs >property node? The property node seems to only give a reference to >plot 0. I am using labview 7. >Cheers, >Wayne > > > > > > I would love to know if this is p

Turn off a single plot of a multiple plot waveform graph

2004-02-17 Thread WPS
I have a multiple plot waveform graph (4 plots). I want to turn off one of the plots, say plot 2. Is this posible from the graphs property node? The property node seems to only give a reference to plot 0. I am using labview 7. Cheers, Wayne