LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Modification d'un élément dans un clusters

Comment modifier la liste d'éléments dans une variable se trouvant dans un clusters.

Merci d'avance

Daniel
Celui qui pose une question peut paraitre idiot sur le moment, celui qui n'en pose pas le reste toute sa vie!!!
0 Kudos
Message 1 of 6
(3,103 Views)
Hello,

First... I recommend that you post in english. Therefore more people can help.

Then always say your labview version (so that we know if we can post an example).

See if the attached files answer to your question.
Software developer
www.mcm-electronics.com





PORTUGAL
Download All
Message 2 of 6
(3,092 Views)
Hi

I want add a new item into a text in a cluster.

But a d'not want modify atext in a cluster

Thanks

Daniel
Celui qui pose une question peut paraitre idiot sur le moment, celui qui n'en pose pas le reste toute sa vie!!!
0 Kudos
Message 3 of 6
(3,088 Views)
Create property nodes for the control in the cluster, then add the new string to the existing array of strings[]:

Message Edited by altenbach on 03-26-2007 11:14 AM

0 Kudos
Message 4 of 6
(3,080 Views)
In fact I would wish to modify my cluster in another VI in the spirit of the joint example

Thanks

Daniel

Celui qui pose une question peut paraitre idiot sur le moment, celui qui n'en pose pas le reste toute sa vie!!!
0 Kudos
Message 5 of 6
(3,068 Views)
Do the same as in the earlier picture, but use two property nodes with the reference wired. One read, one write.
 
Remember that a combo box can have different values assigned to each entry than shown in entry string. Do you want to change the value or the string selection? My code changes the available entries.
 
0 Kudos
Message 6 of 6
(3,060 Views)