Jump to content

VI class/Modifications.VI Modifications Bitset property: Difference between revisions

From LabVIEW Wiki
Added new property page.
 
m Category reorg
 
(2 intermediate revisions by the same user not shown)
Line 34: Line 34:


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version
! Change(s)
! Change(s)
|-
|-
|[[File:LV2018.png|frameless|border|64x64px|LabVIEW 2018|link=LabVIEW 2018]]
|[[File:LV8-2013.png|frameless|border|64x64px|LabVIEW 8.6|link=LabVIEW 8.6]]
|More info to come.
|In [[LabVIEW 8.5]] and earlier, the [[VI class/Modifications.VI Modifications Bitset Old property|Modifications:VI Modifications Bitset property]] returns a 32-bit value. In [[LabVIEW 8.6]], this new Modifications:VI Modifications Bitset property returns a 64-bit value.
|}
|}
== 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 48: Line 48:
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}


[[Category: Property]] [[Category:VI Server Property]]
[[Category:VI Server Property]]

Latest revision as of 13:57, 7 May 2020

VI Server Property Information
Property ID 298
Scope Basic Development Environment
Data Name Mods.VI
Short Name* Mods.VI
Long Name* Modifications:VI Modifications Bitset
* 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 U64 data type

U64

Property Node Modifications:VI Modifications Bitset
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read Only)
Available with control VIsYes
Available with global VIsYes
Available with polymorphic VIsYes
Available with strict type definitionsNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Must wait until user interface is idleNo
Need to authenticate before useNo
PermissionsRead Only
Remote access allowedYes
Settable when the VI is runningNo

Indicates if changes were made to the VI since the VI was saved. If the value is zero, no changes were made. If the value is nonzero, changes were made.

This property is similar to the options available on the Explain Changes dialog box.


Uses

History

Version Change(s)
LabVIEW 8.6 In LabVIEW 8.5 and earlier, the Modifications:VI Modifications Bitset property returns a 32-bit value. In LabVIEW 8.6, this new Modifications:VI Modifications Bitset property returns a 64-bit value.

See Also

External Links