LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

"Save As" grayed out for Edited SubVI?

Solved!
Go to solution

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!

 

 

0 Kudos
Message 1 of 9
(3,664 Views)
Solution
Accepted by alexalexalexalex

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)

0 Kudos
Message 2 of 9
(3,646 Views)

@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>

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 3 of 9
(3,594 Views)

I think it is this way so LabVIEW can keep track of the file and assign it to the right project and/or library.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 4 of 9
(3,584 Views)

I bet you opened the "Options" ( Tools>>Options Environment tab) and made these selections KUDOS!

 

Capture.png

Do not modify Examples or shipping items in vi.llb 


"Should be" isn't "Is" -Jay
0 Kudos
Message 5 of 9
(3,583 Views)

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.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 6 of 9
(3,557 Views)

 

@alexalexalexalex wrote:

... the "Save As" option grayed out ...


@billko wrote:
... Click "Save As" ...

Hmm. Interesting. 😄

 

 

 

 

0 Kudos
Message 7 of 9
(3,552 Views)

Thanks. That makes sense

0 Kudos
Message 8 of 9
(3,541 Views)

I tried check and uncheck the box, neither works. I think altanbach's solution is the way to go...

0 Kudos
Message 9 of 9
(3,535 Views)