LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to run a VI as part of build application

I would like to run a LabVIEW VI as part of the Build Application (EXE) process.

 

The example I have in mind is a VI that calls svnversion.exe and updates a conf file depending on its output. Ideally the build will only continue if this VI ends with no error.

 

Any suggestions on how this could be achieved would be gratefully appreciated.

 

Kind regards.

 

Conway

0 Kudos
Message 1 of 2
(2,048 Views)

Have you seen this vi located in

"C:\Program Files\National Instruments\LabVIEW 2009\examples\project\programmatically build\Build Targets Programmatically.vi"

 

Run the svnversion.exe and if no errors then run the above vi.

 

Guru

Regards
Guru (CLA)
0 Kudos
Message 2 of 2
(2,019 Views)