LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I avoid saving VIs created dynamicaly of a VIT?

So, I create an instance of a class by creating a VI of a VIT and
running it. If I don't save the VI with Save Instrument method on exit
Labview will ask if I want to save it. I don't want to save it and I
don't want the user to have to answer that question. How can I make
Labview not ask that on exit?
0 Kudos
Message 1 of 2
(2,551 Views)
Well you have created a new, unsaved VI in the editor and LabVIEW asks you if you want to save it before removing it from the memory.

To avoid that behavior, you can run your application in the LabVIEW Run-Time Engine if you have the Application Builder. You may build an application or alternatively you just build an empty executable (no VI selected) and use it to start your VI in the Run-Time environment.


LabVIEW, C'est LabVIEW

0 Kudos
Message 2 of 2
(2,551 Views)