LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to extract vis from executables

how to extract vis from executables
Message 1 of 4
(2,796 Views)
impossible
0 Kudos
Message 2 of 4
(2,795 Views)
During the build process, VIs are stripped from features that are not used at run time. They loses their icon, diagram and front panel (for subVIs). As such, you can't modify them anymore.
However, it is possible to extract them from an executable by renaming a copy of the file with a LLB extension. You can browse the LLB to put a VI within on the diagram of another VI. You can even open the Top Level VI and run it in the development system again and see the VI hierarchy.
Ultimately, if you want to change the functionality of one compiled VI, create a new VI with the same name and connector pane and save it over the previous VI in the LLB (the VI or its callers must not be in memory).


LabVIEW, C'est LabVIEW

Message 3 of 4
(2,795 Views)
Can I extract the name of the top level VI from an executable VI?
0 Kudos
Message 4 of 4
(2,740 Views)