LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Option for local compilation when target directory is on a network

Hi.

When I compile an executable over the network, it takes about three times longer.

Is there an option to get LV to do the compilation on a local drive before moving the output files on the network target?

I know I can define a local build folder and manually move everything afterwards, but would be nice to have this happen automatically.

 

Best,

François

0 Kudos
Message 1 of 3
(2,883 Views)

A simple post build vi would move the build output for you.  Try defining one from the Application build property dialog on the pre/post build actions page


"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 3
(2,871 Views)

You can create a VI that automatically does the compiling using the application builder VIs.  After that, you can have the VI automatically copy the executable anywhere you want.  The application VIs are on the functions palette under Programming>Application Control>Application buider

0 Kudos
Message 3 of 3
(2,857 Views)