I made a simple VI which uses a cluster (Name and Age). Now from my main VI,
I pass a cluster to this subVI and everything works OK.
In this example, I placed a cluster on the front panel. Now what I am trying
to do is NOT use a cluster on front panel, only have Name and Age controls
on the front panel but still able to pass a cluster from my main VI to the
subVI. Not sure if I explained myself clearly or not. Basically I am looking
for a way to define my Cluster and after doing that, be able to pass cluster
from main VI to subVI without using cluster control on the front panel
(don't care about GUI).
vishi
[Attachment TestCluster.vi, see below]