Hello,
i am absolutely new to LabView.
I want to access my GUI in a separate VI - separated to get a better isolation between main-loop and GUI.
I have more than 100 elements on the GUI - to have a better control they are grouped inside some Clusters - giving you also some kind of hierarchy. (a switch and 3 Leds are grouped to one "row" - 4 "rows" are grouped to a "chapter" and my GUI contains 4 "chapters")
If you want to alter some property of those elements you simply have to create a property node then selecting "Link To" in the context menu and then you can browse (nicely!) through the hierarchy of the controls.
But if i am passing a reference of such a Cluster to the VI controlling the main loop I have to fiddle with name-strings of these controls (accessing with property node "Control Value").
Is there any programming-technique bringing my nice "LinkTo" Option into the other VI's ?
😞