VI class/Adapt Nodes method
< VI class
VI Server Method Information | |
---|---|
Method ID | 43C |
Scope | VI Scripting |
Data Name | Adapt Nodes |
Short Name* | Adapt Nodes |
Long Name* | Adapt Nodes |
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. | |
Owning Class ID | 2 |
Owning Class Name | VI Class |
Return Data Type | No return value |
Invoke Node | |
Available in Real-Time Operating System | No |
Available in Run-Time Engine | No |
Available with control VIs | No |
Available with global VIs | No |
Available with polymorphic VIs | No |
Available with strict type definitions | No |
Loads the block diagram into memory | Yes |
Loads the front panel into memory | Yes |
Must wait until user interface is idle | Yes |
Need to authenticate before use | No |
Remote access allowed | Yes |
Settable when the VI is running | No |
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
Data type | Name | Required | Description |
---|---|---|---|
Nodes [] | No | ||
Terminals [] | No |
Uses
Specific use cases for this method. |
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |
See Also
Add links to internal wiki pages that would also help. |
External Links
Add links to external resources that would also help. |