Antoine Chalons Posted September 7, 2009 Report Share Posted September 7, 2009 In MAX, opening the item "software", we can get the version for all the NI drivers installed on the computer. How can we get that from LabVIEW? Mainly I'd like to read versions for the following : - NI-DAQmx - NI-Vision - NI-IMAQ - NI-IMAQdx - MAX Anyone knows how MAX populates the "software" tree item? Quote Link to comment
ShaunR Posted September 7, 2009 Report Share Posted September 7, 2009 (edited) In MAX, opening the item "software", we can get the version for all the NI drivers installed on the computer. How can we get that from LabVIEW? Mainly I'd like to read versions for the following : - NI-DAQmx - NI-Vision - NI-IMAQ - NI-IMAQdx - MAX Anyone knows how MAX populates the "software" tree item? Don't know how MAX does it, but all the NI product versions are available in the regsitry under HKEY_LOCAL_MACHINE\Software\National Instruments\XXX\CurrentVersion where XXX is the package. Edited September 7, 2009 by ShaunR 1 Quote Link to comment
Ton Plomp Posted September 7, 2009 Report Share Posted September 7, 2009 At least DAQmx has a property that returns the version of the daqmx driver, I suppose the other drivers have similar interfaces. Ton Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.