Jump to content

Application class/Get VI.Editor Version method: Difference between revisions

From LabVIEW Wiki
Added new method page.
 
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 47: Line 47:


== 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 2009|link=LabVIEW 2009]]
|More info to come.
| This method was added in [[LabVIEW 2009]].
|}
|}
== See Also ==
== See Also ==
Line 61: Line 60:
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}


[[Category:Method]] [[Category:VI Server Method]]
[[Category:VI Server Method]]

Latest revision as of 13:41, 19 May 2020

VI Server Method Information
Method ID 947
Scope Basic Development Environment
Data Name Get VI Editor Version
Short Name* Get VI Editor Version
Long Name* Get VI:Editor Version
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 1
Owning Class Name Application Class
Return Data Type String data type

String

Invoke Node Get VI:Editor Version
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Remote access allowedYes

Returns the version of LabVIEW that last saved the VI. The version of LabVIEW that last saved the VI might be different from the file format version of the VI. For example, if you use LabVIEW 9.0.1 to save a VI, the VI has a file format version of 9.0.

To obtain the file format version of the VI, use the Get VI:Version method.

LabVIEW does not open the VI when retrieving the version information. If you specify a path to a file that is not a VI, LabVIEW returns error 6559.

Parameters

Data type Name Required Description
String Get VI:Editor Version Yes. Return value.
Path VI Path Yes Path to the VI whose version you want to get.
U32 Version Number Yes Version number of the VI wired into VI Path.

Uses

History

Version Change(s)
LabVIEW 2009 This method was added in LabVIEW 2009.

See Also

External Links