Connector pane: Difference between revisions
Pbrooks100 (talk | contribs) m Added link to LabVIEW_configuration_file/Miscellaneous#defaultConPane |
m Category reorg |
||
Line 15: | Line 15: | ||
To customize the default connector pane used for new VIs, set the defaultConPane variable in your [[LabVIEW configuration file]] (see [[LabVIEW configuration file/Miscellaneous#defaultConPane|Miscellaneous>defaultConPane]]). | To customize the default connector pane used for new VIs, set the defaultConPane variable in your [[LabVIEW configuration file]] (see [[LabVIEW configuration file/Miscellaneous#defaultConPane|Miscellaneous>defaultConPane]]). | ||
[[Image:ConPane.png|center|Connector pane values]] | [[Image:ConPane.png|center|Connector pane values]] | ||
[[Category: | [[Category:Calling a VI]] | ||
[[Category:VI]] |
Revision as of 14:04, 8 May 2020
Connector Panes
Connector panes are used in subVI's to pass parameters to and from the subVI. The connector pane is selected by right clicking on the VI icon in the upper right hand corner of your VI, then choosing the Show Connector menu item.

Right-click again on the VI icon and choose a pattern for you subVI's connector pane.

It is considered good practice to choose a pattern that has more inputs/outputs than you need when writing the VI so that new inputs or outputs can be added without changing the connector pane and causing the VI's that link to your subVI to recompile.
The 4x2x2x4 pattern highlighted above is the most commonly used for NI primitives. In LabView 8 and above the connector pane is defaulted to the 4x2x2x4 pattern.
To customize the default connector pane used for new VIs, set the defaultConPane variable in your LabVIEW configuration file (see Miscellaneous>defaultConPane).
