10-15-2013 11:48 AM
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?
10-15-2013 12:11 PM
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,
10-15-2013 03:47 PM
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!)