LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I programatically add multiple plot names?

Hi,
I am running LabVIEW 7.1.1 and I am displaying up to 4 channels of data in a Chart.  I have 4 controls that select which of 6 types of data gets gathered into the 4 channels.  I want to read the string names of the controls and apply them to the plot names.  I have created a property node for the chart, but I only see only one "Plot Name" property.  I tried the attached structure but I get random results rather than the desired ones.
 
Does anyone have a better way to name multiple plots?
 
Thanks in advance.
 
Salty Doug
 
 
0 Kudos
Message 1 of 4
(2,881 Views)
Use the active plot property.
(Of course you could also do it in a loop with a two-element property node. Wire [i] to active plot and autoindex an aray of names for the plot name)
 

Message Edited by altenbach on 05-15-2007 01:20 PM

Message 2 of 4
(2,872 Views)
Thanks, I'll give it a try.  🙂
0 Kudos
Message 3 of 4
(2,859 Views)

YES!!  That worked great.

Thanks again.

0 Kudos
Message 4 of 4
(2,839 Views)