01-18-2007 11:17 PM
01-19-2007 12:31 AM
01-19-2007 01:40 AM
01-19-2007 04:36 AM
01-19-2007 05:15 AM
The RTEs are installed in National Instruments\Shared\LabVIEW Run-Time.
You can't run code compiled in 8.0 using the 8.2 RTE. The compiled machine code is saved as part of the VI and the RTE only knows how to execute that code, not how to read the diagram. When you open a VI in a higher version of LV, LV automatically recompiles the code and the new code is saved when you save the VI.
This is because the actual way in which VIs behave is sometime different between versions (bug fixes, additional features, etc.) and so each RTE only has the code in it to execute VIs saved in the parallel version.