LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to create dynamically object in labview 6.0?

i can't create dynamically an object (or insert automatically a word in a ring box)
0 Kudos
Message 1 of 2
(2,385 Views)
Hi,
to insert the word into the ring you have to create the ring property node on the block diagram. To do it just right click on the ring cotrol and select Creat->Property node from pop-up menu. The select property "Strings []" by right clicking on the property node in the block diagram.
This array corresponds to the strings in the ring control. So you can change it and read info from it.

Good luck

Oleg Chutko/
0 Kudos
Message 2 of 2
(2,385 Views)