03-21-2017 08:46 AM
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.
03-21-2017 11:48 AM
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.
03-23-2017 08:53 AM
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.
03-23-2017 08:59 AM
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.