LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

2 get value question...

Hi... i'm using labvVIEW 7.1

here got 2 questions hope someone can give me the answer...

1- how can i get value from a cluster? in my cluster, there include 16 buttons(control)... how can i get the value once i press one of the button in front panel?

2- how can i get value from an array table, by it's index.... for exmaple... i insert many array in a table... but i need get the value for the second index or other index... then what can i do?

with regard
Jaxx
0 Kudos
Message 1 of 2
(2,503 Views)
To get values out of a cluster, use the cluter functions. Specifically, unbundle and unbundle by name. If you want to detect your click, you need to use an event structure with a value change event for the cluster. Look here for an explanation of event structures.
To get a value from an array, you use the "index array" VI. When you wire an array into it, it will grow to the proper size.
To find more functionalities, I suggest you try searching this site and google for LabVIEW tutorials. Here is one you can start with. You can also contact your local NI office and join one of their courses.

___________________
Try to take over the world!
Message 2 of 2
(2,499 Views)