LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Change name of graph[label-property node]

Solved!
Go to solution

I would like names from "check box"(cluster) that will appears as label(name) on graphs, like on picture; I try to implement this with property plot->plot name; but always was problem that is not working or it's show error that I cannot change this while is running my program; Program is attached.

 

tes.png tt.png

 

 

_________________________
Rookie; LV 2011 on WIN 7
0 Kudos
Message 1 of 5
(4,617 Views)

From your picture it looks like you want to change the label. You can't change this during runtime. Hide the label and show the caption, then modify the caption (property Caption > Text).

 

 

Message 2 of 5
(4,611 Views)

Ok I do this, but now I have problem what to connect to "Caption.text". I have cluster, but "caption.text" need "string";

_________________________
Rookie; LV 2011 on WIN 7
0 Kudos
Message 3 of 5
(4,609 Views)
Solution
Accepted by topic author hlod

You have to extract the labels of the controls in the cluster. See attached snippet.

Cluster-labels to wv cp

 

Message 4 of 5
(4,606 Views)

Thank you, it's working 😉

_________________________
Rookie; LV 2011 on WIN 7
0 Kudos
Message 5 of 5
(4,601 Views)