02-03-2009 08:58 AM
02-04-2009 11:34 AM
L_V_Developer,
There are a couple of ways to get LabVIEW and TestStand files to open in specific versions of those programs. As for double-clicking the icon and opening in a specific version there is a KnowledgeBase article on various ways to get this sort of functionality (How Can I Double-Click VIs and Have a Specific Version of LabVIEW Open?).
It sounds like you want a more programmatic method of opening a file in a specific version. You may want to make use of command-line calls. For example, if you wanted to open Example.vi in LabVIEW 8.2 you could run this command (C:\> C:\Program Files\National Instruments\LabVIEW 8.2\LabVIEW.exe C:\YOUR-VI-PATH\Example.vi). This will open Example.vi with LabVIEW 8.2 assuming LabVIEW 8.2 is installed in its default path.
As for your MAX configuration file take a look at this KnowledgeBase (How Can I Load or Change My NI-DAQ Configuration File (*.daq) Programmatically in LabVIEW?) for steps on automating this process using LabVIEW.
Regards,
Steven Zittrower
Applications Engineer
National Instruments