09-26-2016 07:30 AM
Hello All,
I am using NI teststand 2012 , and code modules are developed in LabVIEW . few of the code modules are converted to exe and made step type .and the system has multiple run time engine .
My question is , Does system gives any impact for having multiple runtime engine on the same machine ?
Regards,
Prithviraj
09-26-2016 04:13 PM
Prithviraj,
What reason do you have for converting the LabVIEW code into exes? Executables should run in a specific version of the run-time, but if that is your goal, there are better ways to go about it.
As for your question, it's fine to have multiple versions of the LabVIEW Run-Time engine installed but there are some limitations you should be aware of. See this help topic:
TestStand Help: Using Multiple LabVIEW Versions in a Test System
Unless there are extenuating circumstances, I would recommend compiling all of your VI's in a single version.
Hope this helps,
Trent