01-28-2011 02:00 AM
Hi,
is it possible to install and use LV8.6 und LV2010 on the same workstation
without using different accounts?
Thanks.
Solved! Go to Solution.
01-28-2011 08:41 AM - edited 01-28-2011 08:41 AM
I have
all loaded and running on the same PC without any problems.
I would suggest loading the 8.6 before the 2010.
01-28-2011 09:32 AM - edited 01-28-2011 09:34 AM
My list is not as impressive as the list from Omar. You can install and even in some cases run several Labview versions at the same time. But be very careful not to mix code. You can not mix code between versions. Labview 2010 will be downward compatible with 8.6. But not the other way. It can be mess to clean up in. At least irritating. In labview 2010 you save your code for 8.6. But it is awkward to do this operation.
01-28-2011 11:04 AM
Be careful. The version of LabVIEW that opens when you double-click a VI will be the last one that you worked with. If you don't notice which version starts up and save an old VI. It will update your file to the new version without ANY warning.
01-28-2011 11:16 AM
Coq Rouge is correct, I have more than once "up" converted a VI by mistake.
There is an ini file setting to display the LabVIEW version in the title bar of the VI to help keep thing stright
titlebarRevision=True
Plus I never double click on a VI file to open it but will right click and use the "open with" or set up the "send to" to select which version to use.
Also the file directory structure and project name referances the LabVIEW version the VI are writen in also.
But even with all that I still mess up.
So take warning.
01-28-2011 11:22 AM
Thanks for the ini tip Omar. I can't even use Open with... Only the last version I had open is in the list.
01-28-2011 01:04 PM
Hi,
just something to add. It depends on your OS. If you use Windows 7, then you can't install the impressive list Omar posted.
Mike
02-03-2011 03:45 AM
thank you all!
I'll give it a try.