LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Use of cluster

Hi I am not familar with the use of cluster,. See my attahed in verion 7.1
How am I going to manipulate the contols or indicators, I supposed only property node can work, isn't it?
 
Clement
0 Kudos
Message 1 of 2
(2,507 Views)

If you want to change the values of the cluster elements on the front panel, then you can either write to the Value property of the cluster (or the Value property of the individual cluster elements), write to a local variable of the cluster, or write to the indicator terminal (in the case of a cluster indicator).  If you are writing to the local variable or the terminal, you can use Bundle By Name to change the values of certain elements (as you do in your VI).

-D

0 Kudos
Message 2 of 2
(2,505 Views)