07-10-2014 02:07 AM
I solved it now. First i did search for "array indicator" and second i did the right thing a couple of times but since i had" view as icon" on in settings i got confused and thought did wrong since i never got that same smal pink icon.
Now i wonder if it is possible to put all IP addresses i have in my array in a combobox? I tried to put a combobox in my arrar but then the drop-down menu dosesent work which is the point. How do i solve that?
07-10-2014 02:13 AM - edited 07-10-2014 02:16 AM
Hi qweewq,
now you need to go through all those free online courses to learn about property nodes!
You want to change a property of the combobox as you want to set it's strings. Well: there is a property named "Strings[]"…
For the icon view:
I guess most experienced LabVIEW users disable the icon view for those reasons:
1. It takes too much space in the block diagram.
2. Using LabVIEW for longer we are used to the "small" view as that's the "original" one.
3. In the BD you are interested mainly in the datatype, but not the look of the FP control…
07-10-2014 02:14 AM
Okay thanks!
07-10-2014 05:16 AM
Thanks for the update!