LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

plot name

Hello,

I'm programming an application that have to display on a Waveform graph 14 different plots. I have to rename each plot using variables...

Well, more precisely, I know that it's possible to change the name of the different plots, but it's like a constant... And I have to change their using string variables that each variable contain the name of the respective plot...

I tried to use the property node of the Waveform graph but it's possible to change the plot name only of the plot that is selected on the waveform graph...

So, if someone have a solution to help me...

Thanks
0 Kudos
Message 1 of 5
(3,065 Views)


Scribeus wrote:I tried to use the property node of the Waveform graph but it's possible to change the plot name only of the plot that is selected on the waveform graph...

Not presicely. It's only possible to change the name of the active plot. The active plot can also be set through a property node. Wire your array into a for loop, wire the i into active plot and the string into the plot name. That's it.

___________________
Try to take over the world!
Message 2 of 5
(3,060 Views)
Thank you tst...

I founded this solution a few minutes after I posted this thread...

Thank you the same and see you!
0 Kudos
Message 3 of 5
(3,055 Views)
I am having trouble with the plot, I am doing everything that you said, but instead of have 3 active plot, I have 4.
0 Kudos
Message 4 of 5
(3,014 Views)


@Akatsuki wrote:
I am having trouble with the plot, I am doing everything that you said, but instead of have 3 active plot, I have 4.



I don't understand your question : you can't have more than 1 active plot at a time. The property node allows the selection of a specific plot i among n plots (i = 0 to n-1).
Do you mean that you want to change the number of plots that are displayed or the number of plots in the legend ? something else ?
Chilly Charly    (aka CC)
0 Kudos
Message 5 of 5
(3,008 Views)