LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

edit cluster

Is there any possibility to edit programatically the values of a list box, which is inside of a cluster?
 
In the example attached, how to add, when needed, new temperature or voltage values?
0 Kudos
Message 1 of 5
(3,068 Views)
Hello,
Right click the list box and select Create property node, select property Item Names witch is an array of strings from where you can read the actual values and to where you can add new ones.
Check annex,
Hope this helps,
Paulo
Message 2 of 5
(3,064 Views)

Quick and right! I was taking a too complicated way...

Thanx!

0 Kudos
Message 3 of 5
(3,058 Views)

You could also extract the reference, which is assigned to a property-node. There you can set the values.

Just see the attachment.

Hope this helps

Thomas

Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 4 of 5
(3,057 Views)

Yes, this second option will be more helpful to handle data between subVI´s, which is also interesting for my aplication.

Thanks to both

0 Kudos
Message 5 of 5
(3,041 Views)