VI class/Save.Instrument method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 3EA
Scope Basic Development Environment
Data Name Save.Instrument
Short Name* Save.Instrument
Long Name* Save:Instrument
* 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:Instrument
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 VI that is not currently running and synchronizes the VI with the edited version in other application instances before saving.

This method is similar to the Save item on the File menu.

Note If you use this method to save a VI that is currently running, LabVIEW returns error 1507.

Parameters

Data type Name Required Description
Path Path to Saved File No
Boolean Save a Copy No If FALSE, change the location of the VI, including references of callers, before saving. If TRUE, a new copy of the VI is saved to the location. The default is FALSE.
Boolean Without Diagram No Save the VI without the block diagram. The default is FALSE.

Uses

History

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

See Also

External Links