VI class/Save.For Previous method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 400
Scope Basic Development Environment
Data Name Save.For Previous
Short Name* Save.For Previous
Long Name* Save:For Previous
* 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
Return Data Type No return value
Invoke Node Save:For Previous
Available in Real-Time Operating SystemYes
Available in Run-Time EngineNo
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 idleYes
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningYes

Saves a copy of the VI that is readable by LabVIEW version 8.0 and later. If you save a password-protected VI for a previous LabVIEW version, you must enter the password. You can enter the password programmatically as an input on the Open VI Reference function.

This method is similar to the LabVIEW Version option on the Save for Previous Version dialog box.

Parameters

Data type Name Required Description
Path Path to Saved File Yes
String Warnings No Warnings that occurred while saving the VI.
String Target Version No

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links