09-07-2007 04:18 PM
09-07-2007 05:00 PM
The technique I use is as follows:
In your main VI where you built your cluster create an indicator of it (if you haven't already done so). Ctrl and right drag it to create a copy. Drag the indicator into the subvi's block diagram. Right click this indicator and select change to control. On the front panel assign this control to a space on your connector pane.
Hope this helps
09-07-2007 05:17 PM
09-07-2007 05:44 PM
I would seriously consider making all of these clusters a typdef. This will give your code an extra degree of maintainability. Also give the fields and clusters meaningful names.
Paul