01-07-2010 09:13 AM
Hi,
See the attached screenshot. I want to put everything in the outer sequence structure perimeter into a subVI.
That is to say that I want to pass the enum "System Comms Method" and cluster "Modules to test", along with the cluster of all the VI Server References.
My question is, how do I create a cluster control containing all the VI Server References, to go on the front panel of the subVI?
Thanks,
Dan
Solved! Go to Solution.
01-07-2010 09:21 AM
01-07-2010 09:30 AM
Just selecting the seq structure and selecting edit >>> Create sub-VI will create the controls and wire the sub-vi.
Regardless of if you are going to to Ravens Fan's approach mine or another, it is a good idea to save the resulting control as a type def so latter changes are applied to all instances. This Nugget on Type defs can help if you are not falimiar with type-defs.
Ben
01-07-2010 09:42 AM