Project class/Save method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 27109003
Scope Basic Development Environment
Data Name Save
Short Name* Save
Long Name* Save
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 73
Owning Class Name Project Class
Return Data Type No return value
Invoke Node Save
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningNo

Saves the LabVIEW project to the path that the project was previously saved to or loaded from or to a specified path.

If the project has not been saved and the value of the Path parameter is <Not A Path> or Path is unwired, this method returns an error. You also can select File»Save Project to save the project.

Note The LabVIEW Datalogging and Supervisory Control Module supports this method in the Run-Time Engine.

Parameters

Data type Name Required Description
Path Path No Path to the project.

Uses

History

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

See Also

External Links