Hello,

I try to find out if I missed something in working with references.
I want to pass data and attributes from a main-vi to a sub-vi and vise versa.
Lets say that I have a cluster of : Number1, Number2, Boolean1 and Boolean2.
I know, that it is possible to have a reference to a cluster, can split it to controls[] and than manipulate each of the
and do it similar to the data.
BUT
I could not test the sib-vi on it's own.
What I am looking for is something like "refnum to indicator or control".
Assumed my cluster is a definied data typed or whatever, then I want a RefNum- Input, change this input to a cluster
control (or indicator) manipulate data and attributes and everything is manipulated at the same reference, that is passed
to my sub-vi.
So the main-vi "knows" about the manipulation (because it is the same reference.
Is there a way of doing it so, or do I have to go the way with:
Control- refnum- controls[]- select the right number- change attributes
and
Control- refnum- controls[]- select the right number- change data
Best regards Ruedi