| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Thanks, this helped me in the right direction I guess, but the problem is more like the opposite of what you gave me : Your vi gives me all the names of all the controls on the front pannel, but what I need is something like "get me control which is called 'Temperature 1' and enter '20' in it". I'm sure I could do this using your solution, but then I will have to run over all the controls and check if they have the name I'm looking for. So I guess there must be an easier way ??? I tried by somehow looking in the array of objects, but can't get it right. Jan |
|
#2
| |||
| |||
| You need both the array of control references and the array of names as shown in the example. You can do a search to find the index of the name (thus of the control) which corresponds to the control reference of interest. With the control reference, you can wire that to a property node and select the function "value" and write the desired value to it. You're close.. |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.