05-24-2018 09:32 AM
I just created a TestStand program installer and installed it on a deployment computer. It has TestStand installed on it. I included LabVIEW RTEs in the installer. I am getting this error.
"Unable to launch the Labview.Application Active X automation server. Teststand cannot find a Labview Development System installed in this computer."
I have looked for potential solutions, one was to rename the LabVIEW config file, but I don't have that file on the deployment computer since it only uses RTEs.
Any other ideas?
Solved! Go to Solution.
05-24-2018 09:39 AM
Have you deployed the sequence editor? If so, when you go to configure>>adapters, and then LabVIEW, do you have the adapters selected?
05-24-2018 12:59 PM
I have. In the adapters config box, LabVIEW is selected. It doesn't let me select more than one. I'm guessing that is normal due to the radio buttons.
05-24-2018 01:27 PM
Hit the "Configure..." button. You should get a screen like the following:
Do you have LabVIEW development environment selected or run-time engine?
05-24-2018 01:30 PM
Ahhhhh.... Development system was selected. Just to clarify, this should be done on the development machine right? Or on the test/deployment machine?
05-24-2018 02:05 PM
Since this is a station option (particular to that machine), you need to configure the property on the deployment machine.
How are you deploying your VIs and code? Did you test your code in the run-time engine on the dev machine?
05-29-2018 09:00 AM
Configuring the property on the deployment machine worked! Thanks!