01-24-2007 11:46 AM
01-24-2007 11:49 AM
For pre LV 8.X...
When you save check the box "Save a copy without updating callers"
Ben
01-24-2007 11:57 AM
I tried doing what you said and it still makes the changes to both the original file and the "copied" file.
Luis
01-24-2007 12:42 PM
It would be best if you just copied your original vi and paste it using Windows Explorer. The copy will be renamed to "Copy of ...". Don't include the original in the block diagram of the copy. Now you can try things with the copy and the original remains untouched. You can open both vi's at the same time for copying and pasting items or whatever.
When you like your changes, you can rename your original to something like Vi_old.vi (if you want to save it, if not then delete it) and rename the copy to the original name.
01-24-2007 12:46 PM
With the top level VI open,
1) Double-click on the sub-VI icon on your block diagram to open its FP.
2) On the sb-VI FP do File >>> Save As...
3) Enter a new name and make sure the box is checked
Note:
At this time your top level VI is still pointing at the original sub-VI and a copy is on disk where you saved it.
4) go back to the top level VI and drop the NEW sub-VI on your diagram.
At that point you should have both the old and the new sub-VI in the top level VI.
Ben
01-24-2007 01:23 PM
Thanks guys, problem solved.