Connect Wires
- Updated2025-07-30
- 2 minute(s) read
Connects wires to the node. The wire source can be either another node or a terminal. Auto wire applies only if the source is a node. If auto wire is TRUE, compatible terminals are chosen automatically from the source node to be wired to the terminals of the node. Wiring specs is a 2D array of strings that specify the names of the source and sink terminal pairs.
Parameters
| Name | Data type | Required | Description |
|---|---|---|---|
| Wire Source | ![]() |
Yes | The starting point of the new wire. |
| Auto Wire? (T) | ![]() |
No | If TRUE, LabVIEW automatically chooses a compatible source terminal from the source node. You can use auto-wiring only if the source is a node. |
| Wiring Specs | ![]() |
No | A 2D array of strings that specify the names of the source and sink terminal pairs. You can use wiring specs only if the source is a node. |
| Auto Route? (F) | ![]() |
No | If TRUE, LabVIEW automatically finds the best path for the wire. The default is FALSE. |
Remarks
The following table lists the characteristics of this method.
| Short Name | Connect Wires |
| Data type | No return value |
| Available in Run-Time Engine | No |
| Available in Real-Time Operating System | No |
| Settable when the VI is running | No |
| Loads the front panel into memory | No |
| Need to authenticate before use | No |
| Loads the block diagram into memory | No |
| Remote access allowed | Yes |


