Get VI Version Method

LabView Local Project Settings

Get VI Version Method

Short Name: Get VI Version

Installed With: Base Package

Class: Application Methods

Returns the version of LabVIEW in which the VI was last saved. 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

NameRequiredDescription
Get VI VersionNoReturns the version of LabVIEW in which the VI was saved, such as 7.0, 7.1, 8.0, and so on as a string.
VI PathNoPath to the VI whose version you want to get.
Version NumberNoVersion number of the VI wired into VI Path.

Remarks

The following table lists the characteristics of this method.

Available in Run-Time Engine and Real-Time Operating SystemYes (Read/Write)
Settable when the VI is runningNo
Loads the front panel into memoryNo
Need to authenticate before useNo
Loads the block diagram into memoryNo
Remote access disallowedNo
Must wait until user interface is idleNo
Available with control VIsNo
Available with global VIsNo
Available with strict type definitionsNo
Available with polymorphic VIsNo