VI class/Execution.Retain Wire Values property: Difference between revisions
Appearance
< VI class
m Category reorg |
Updated for LabVIEW 2020 |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
| classid = 2 | | classid = 2 | ||
| propertyid = 26D | | propertyid = 26D | ||
| scope= | | scope=basic | ||
| dataname = Exec.PostExecutionProbes | | dataname = Exec.PostExecutionProbes | ||
| shortname = Exec.RetainWireValues | | shortname = Exec.RetainWireValues | ||
| Line 9: | Line 9: | ||
| datatype = Boolean | | datatype = Boolean | ||
| propertynodeimage = VI-Execution-Retain Wire Values.png | | propertynodeimage = VI-Execution-Retain Wire Values.png | ||
| availableinrealtime = No | |||
| availableinruntime = No | |||
| availablewithcontrolvis = No | |||
| availablewithglobalvis = No | |||
| availablewithpolyvis = No | |||
| availablewithstricttypedefs = No | |||
| loadsbd = Yes | |||
| loadsfp = No | |||
| mustwait = No | |||
| needsauthentication = No | |||
| permissions = Read/Write | | permissions = Read/Write | ||
| remoteallowed = No | |||
| settablewhenrunning = Yes | |||
|}} | |}} | ||
{{TOCright}} | {{TOCright}} | ||
Reads or writes the Retain Wire Values setting of the VI. This property works on clone VIs, unlike the [[TopLevelDiagram class/Highlight Execution? property|Highlight Execution? property]] of the [[TopLevelDiagram class]], which always only works on the original [[Reentrant|reentrant VI]]. | |||
== Uses == | == Uses == | ||
| Line 18: | Line 31: | ||
== History == | == History == | ||
{| class="wikitable" | {| class="wikitable" | ||
! Version | ! Version | ||
! Change(s) | ! Change(s) | ||
|- | |- | ||
|[[File: | |[[File:LV2020.png|frameless|border|64x64px|LabVIEW 2020|link=LabVIEW 2020]] | ||
| | | In [[LabVIEW 2020]] this property was changed from [[VI Server#Private|Private]] to [[VI Server#Basic Development Environment|Basic Development Environment]]. | ||
|} | |} | ||
== 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.}} | ||
Latest revision as of 03:03, 17 June 2020
| VI Server Property Information | |
|---|---|
| Property ID | 26D |
| Scope | Basic Development Environment |
| Data Name | Exec.PostExecutionProbes |
| Short Name* | Exec.RetainWireValues |
| Long Name* | Execution:Retain Wire Values |
| * 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 | 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 | 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 |
Reads or writes the Retain Wire Values setting of the VI. This property works on clone VIs, unlike the Highlight Execution? property of the TopLevelDiagram class, which always only works on the original reentrant VI.
Uses
| |
Specific use cases for this property. |
History
| Version | Change(s) |
|---|---|
| In LabVIEW 2020 this property was changed from Private to Basic Development Environment. |
See Also
| |
Add links to internal wiki pages that would also help. |
External Links
| |
Add links to external resources that would also help. |