08-30-2017 08:14 PM
Hi LabView experts,
This may be a dumb question, but why does the "Save As" option grayed out when I try to save a modified subVI? I tried to modified a LabView VI, and save it as a different copy so I don't overwrite the original one, but the option is grayed out. Any help or solution? Thank you very much!
Solved! Go to Solution.
08-30-2017 08:56 PM - edited 08-30-2017 10:25 PM
The problem is that some of the system VIs are owned by a library (lvlib) which is locked. You can copy all code and paste into a new VI, then hook up all the connectors of the connector pane.
I have complained about that many times.
(Also make absolutely sure not to hit "save" in the modified original VI, else you'll mess up your entire LabVIEW installation, especially if the modified VI does not work correctly due to the changes)
08-31-2017 10:42 AM - edited 08-31-2017 10:43 AM
@alexalexalexalex wrote:
Hi LabView experts,
This may be a dumb question, but why does the "Save As" option grayed out when I try to save a modified subVI? I tried to modified a LabView VI, and save it as a different copy so I don't overwrite the original one, but the option is grayed out. Any help or solution? Thank you very much!
You have to do some acrobatics to get this to work. Open your original VI. Click "Save As" and select "Open additional copy". This will prompt you to save the file, so have a file name in mind! Now close the original and there you go.
<snark>
Totally intuitive, right?
</snark>
08-31-2017 10:51 AM
I think it is this way so LabVIEW can keep track of the file and assign it to the right project and/or library.
08-31-2017 10:54 AM
I bet you opened the "Options" ( Tools>>Options Environment tab) and made these selections KUDOS!
Do not modify Examples or shipping items in vi.llb
08-31-2017 02:03 PM
I guess I missed the entire object of the post. I didn't realize the OP was trying to modify a VI that shipped with LabVIEW. I guess my auto-filter filtered out that tidbit of info because I only found one time when I ever did that, and that was because I wanted to add the error out to the connector pane of some file VI that didn't have an error output so I could handle errors that came out of it.
08-31-2017 02:27 PM
@alexalexalexalex wrote:
... the "Save As" option grayed out ...
@billko wrote:
... Click "Save As" ...
Hmm. Interesting. 😄
08-31-2017 03:50 PM - edited 08-31-2017 04:10 PM
Thanks. That makes sense
08-31-2017 04:07 PM
I tried check and uncheck the box, neither works. I think altanbach's solution is the way to go...