LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

printout build and installer parameter settings

Is there a way to printout the parameters you set ( in a Labview Project) when you create a Build and an Installer??  There are a dozen or so tabs under each of these and I'd like to have a hardcopy.

 

Thxs.

0 Kudos
Message 1 of 4
(2,715 Views)

Look at the lvproj file in a txt or xml viewer. Probably what you are looking for.

 

Also, the output of the build can be placed in a log file under the advanced settings of the Build Specification.

0 Kudos
Message 2 of 4
(2,684 Views)

If I say "Open with" notepad or Wordpad I just get a ton html data.  May just do screen capture..

thought National would have a file similar to the config file for MAX..config.nse. that I could save to then import should I ever have to put the source code ( project) on another hard drive.

0 Kudos
Message 3 of 4
(2,672 Views)

It's XML data. But yeah it looks like HTML. They are both mark-up languages.

 

Having a backup of the project file is not a bad idea. I save my project file in version control (SVN) in case anything strange happens to it. Also, it is possible to modify the XML values without the IDE if you're savvy enough. I wish it was better documented though. I dunno if there is any documentation.

0 Kudos
Message 4 of 4
(2,669 Views)