VI class/Contains Compiled Code property: Difference between revisions
Appearance
< VI class
Added new property page. |
m →History |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 36: | Line 36: | ||
== History == | == History == | ||
{| class="wikitable" | {| class="wikitable" | ||
! Version | ! Version | ||
! Change(s) | ! Change(s) | ||
|- | |- | ||
|[[File: | |[[File:LV8-2013.png|frameless|border|64x64px|LabVIEW 2010|link=LabVIEW 2010]] | ||
| | | This property was added in [[LabVIEW 2010]]. | ||
|} | |} | ||
== See Also == | == See Also == | ||
{{ambox|text=Add links to internal wiki pages that would also help.}} | {{ambox|text=Add links to internal wiki pages that would also help.}} | ||
| Line 50: | Line 50: | ||
{{ambox|text=Add links to external resources that would also help.}} | {{ambox|text=Add links to external resources that would also help.}} | ||
[[Category:VI Server Property]] | |||
Latest revision as of 18:03, 10 June 2020
| VI Server Property Information | |
|---|---|
| Property ID | 2A8 |
| Scope | Basic Development Environment |
| Data Name | ContainstCompiledCode |
| Short Name* | ContainsCompiledCode |
| Long Name* | Contains Compiled Code |
| * 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 |
| Data Type | Boolean data type |
| Property Node | |
| Available in Real-Time Operating System | Yes |
| Available in Run-Time Engine | Yes (Read Only) |
| Available with control VIs | Yes |
| Available with global VIs | Yes |
| Available with polymorphic VIs | Yes |
| Available with strict type definitions | No |
| Loads the block diagram into memory | No |
| Loads the front panel into memory | No |
| Must wait until user interface is idle | No |
| Need to authenticate before use | No |
| Permissions | Read/Write |
| Remote access allowed | No |
| Settable when the VI is running | Yes |
Sets or returns whether the VI includes compiled code.
If TRUE, the VI includes compiled code. If FALSE, LabVIEW separates the compiled code and saves it in the VI object cache.
This property is similar to the Separate compiled code from source file option on the General page of the VI Properties dialog box.
Uses
| |
Specific use cases for this property. |
History
| Version | Change(s) |
|---|---|
| This property was added in LabVIEW 2010. |
See Also
| |
Add links to internal wiki pages that would also help. |
External Links
| |
Add links to external resources that would also help. |