VI class/Adapt Nodes method: Difference between revisions
Appearance
< VI class
Added new method page. |
m Added VI Scripting Method Category to page |
||
| (One intermediate revision by the same user not shown) | |||
| Line 60: | Line 60: | ||
== External Links == | == External Links == | ||
{{ambox|text=Add links to external resources that would also help.}} | {{ambox|text=Add links to external resources that would also help.}} | ||
[[Category:VI Scripting Method]] | |||
[[Category:VI Server Method]] | |||
Latest revision as of 22:22, 7 May 2020
| 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. |
