LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW Build Version for Mac OSX

Posting this VI Snippet for anyone looking to get the build version for LabVIEW Mac OSX built applications (.APP).  You will notice in Mac Finder "Get Info" or preview properties the build version shows up as you selected from LabVIEW project builder settings.

 

Under WinX there is a VI.lib tool you can use to get this version info, but for Mac it is not supported (since it uses a .DLL library  call).  But we can get this information from the Mac .APP package contents using the Info.plist file (an XML file).

 

This VI uses standard LabVIEW XML parsing tools that are available in both WinX and Mac OSX.  I disabled the auto validate options since that requires an active internet connection (if DTD file is not on localhost).  This VI could be further modified (using different XML tags) to get additional APP information.  You can also use this with the LabVIEW installed version .APP file to get the version of LabVIEW installed.

 

LabVIEW Build Version (Mac OSX).png

 

 

Head of Systems Integration
Carnegie Labs - Austin
Certified LabVIEW Architect
Certified TestStand Architect
Message 1 of 1
(2,304 Views)