LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

version number

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

 

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

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.

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

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

 

 

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 3 of 3
(2,775 Views)