11-05-2008 10:31 PM
Hi all i am using labview 8.2 and developed one application. I also build the application and my application is working fine.
Now my requirement is
1. While building the application we are giving some version number like 1.0.0.7 under version information. Is it possible we can get the same version number programatically ? Because i want to show this on front pannel during execution of my application.
Thanks & Regards
manasi
11-05-2008 10:39 PM
Quickly try this
1.Open application reference with "Functions->Application Control->Open application reference.vi"
2. Then create reference to your vi or subvi with "Functions->Application Control->Open VI reference.vi"
3. Then call "Property node" to this VI reference and select "Properties->History->Revision Number"
4. Get this number and close all references with "Functions->Application Control->Close LV Object reference"
Look here for more info.
11-06-2008 01:03 AM
Hi Mathan,
this won't work in an executable, to do that have a look at the knowledge base document Determing the Version of an Executable.
Ton