04-04-2006 10:12 PM
04-04-2006 10:17 PM
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