LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Save VI option: saving only the changes in current VI

Hi,

 

Is there any chance that I can set an option which cause that when I hit close on front panel and the Save Vi dialog box pops-out, pressing the save button only the current VI will be saved regardles other changes in the sub-VIs called by the current VI?

0 Kudos
Message 1 of 3
(2,391 Views)

Hi MimiKLM,

 

You should be able to uncheck the "Apply same action to the remaining XX affected items" option in the window, then select what you do and do not want to save individually.

 

Regards,

Tom L.
0 Kudos
Message 2 of 3
(2,386 Views)

When you save a vi all of its dependancies that have unsaved changes in memory MUST also be saved.  To prevent this, use the heirarcy view and save from the bottom up "Discarding" changes until you get to the level you want.

 

Better yet, use some form of source code control to prevent inadvertant changes from being made to code you want to remain stable.  (Capitol Idea Jeff!)


"Should be" isn't "Is" -Jay
0 Kudos
Message 3 of 3
(2,363 Views)