Short Name: Connect Wires
Requires: VI Scripting
Class: Node Methods
To Use: Create a method.
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.
| Data type | Name | Required | Description |
|---|---|---|---|
![]() | Wire Source | Yes | The original source of the 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. |
The following table lists the characteristics of this method.
| Data type | No return value |
| Available in Run-Time Engine | No |
| Available in Real-Time Operating System | Yes |
| 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 |