PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to compile all the vi's into one?

Hello, is it possible to compile all the vi's and sub-vi's of my program into one, so that my application will be independent and will consist only of one vi. I don't have application builder.
Thank you in advance, Dima.
0 Kudos
Message 1 of 2
(2,957 Views)
Hi Dima,

Without Application Builder you cannot create an EXE or DLL from your code. It is also not really possible to create complex code in a single vi, LV is heirarchical by nature. You could use File>>Save with Options>>Development Distribution and this will save all of the vi hierarchy in a single labview library (.LLB) file which is then a lot easier to move around from machine to machine.

Hope this helps,

Nick
0 Kudos
Message 2 of 2
(2,953 Views)