Adapt Nodes
- Updated2025-07-30
- 2 minute(s) read
Allows LabVIEW to replace overloaded nodes with more appropriate implementations. For example, if you script an Add function and wire a Matrix control to it, LabVIEW breaks the wire. If you call Adapt Nodes, the Add function might be replaced with a Matrix Add VI. Operator overloading will not occur during scripting. You must call this method for Overloading to happen.
Parameters
| Name | Data type | Required | Description |
|---|---|---|---|
| Nodes [] | ![]() |
No | If wired, operator overloading will update each reference. |
| Terminals [] | ![]() |
No | If wired, operator overloading will update each terminal reference. |
Remarks
The following table lists the characteristics of this method.
| Short Name | Adapt Nodes |
| 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 | Yes |
| Need to authenticate before use | No |
| Loads the block diagram into memory | Yes |
| Remote access allowed | Yes |
| Must wait until user interface is idle | Yes |
| Available with control VIs | No |
| Available with global VIs | No |
| Available with strict type definitions | No |
| Available with polymorphic VIs | No |

