Short Name: Adapt Nodes
Requires: VI Scripting
Class: VI Methods
To Use: Create a method.
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.
Data type | Name | Required | Description |
---|---|---|---|
Nodes | No | If wired, operator overloading will update each reference. | |
Terminals | No | If wired, operator overloading will update each terminal reference. |
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 | 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 |