Here's a few notes that explain how to configure the Connector Pane. I took these directly from the LabVIEW Help File.
Selecting a Connector Pane PatternComplete the following steps to select a connector pane pattern for a VI.
- Right-click the icon in the upper right corner of the front panel window and select Show Connector from the shortcut menu to display the connector pane. The connector pane replaces the icon.
- LabVIEW selects a default connector pane pattern for the VI with as many terminals on the left of the connector pane as controls on the front panel and as many terminals on the right of the connector pane as indicators on the front panel. If this is not possible, LabVIEW selects the closest match. If the VI does not have any controls or indicators, LabVIEW selects a connector pane with one terminal.
- To select a different connector pane pattern for your VI, right-click the connector pane and select Patterns from the shortcut menu. A solid border highlights the pattern currently associated with your icon. To change the pattern, select a new one.
- After you select a connector pane pattern, you can customize it to suit your VI by adding, removing, or rotating the terminals.
- To add a terminal to the pattern, place the cursor where you want to add the terminal, right-click, and select Add Terminal from the shortcut menu.
- Note: Assigning more than 16 terminals to a VI might decrease performance and reliability. Too many terminals also can reduce the readability and usability of the VI.
- To remove an existing terminal from the pattern, right-click the terminal and select Remove Terminal from the shortcut menu.
- To change the spatial arrangement of the connector pane patterns, right-click the connector pane and select Flip Horizontal, Flip Vertical, or Rotate 90 Degrees from the shortcut menu.
Assigning Terminals to Controls and IndicatorsAfter you select a pattern to use for the connector pane, you must assign a front panel control or indicator to each of the connector pane terminals. When you link controls and indicators to the connector pane, place inputs on the left and outputs on the right to prevent complicated or confusing wiring patterns in your VIs.
Complete the following steps to assign terminals to controls and indicators in a connector pane.
- Right-click the icon in the upper right corner of the front panel window and select Show Connector from the shortcut menu to display the connector pane. The connector pane replaces the icon.
- Click a terminal of the connector pane. The tool automatically changes to the Wiring tool, and the terminal turns black. Although you use the Wiring tool to assign terminals on the connector pane to front panel controls and indicators, no wires are drawn between the connector pane and these controls and indicators.
- Click the front panel control or indicator you want to assign to the terminal. A marquee highlights the object.
- Click an open space of the front panel. The marquee disappears, and the terminal changes to the data type color of the control to indicate that you connected the terminal.
- Note: If the connector pane terminal turns white, a connection was not made. Repeat steps 1 through 3 until the connector pane terminal changes to the proper data type color.
- Repeat steps 2 through 4 for each control and indicator you want to assign to a terminal.

Ed Dickens - Certified LabVIEW Architect
Lockheed Martin Space
Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.