LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I run Vi's from TestStand without Labview installed

I'm using LabView 6.1 and TestStand 2.0 with a slighly customized Process Model, I used the Assemble Vi's for Distribution option in TestStand and the files where created succesfully (after many tries). I took the files to another computer with the LabView runtime Engine ver 6.1 (I didn' forget to recreate the TS LabView server for ver 6.1), but I keep getting the error "Vi is not executable", and apparently I get the error on every different VI that gets called on my sequence.
Some of the Vi's are very simple (i.e. setting a port to a fixed state) Some others use the IMAQ Vision Library for which I have installed the Deployment Engine.

Please help.
0 Kudos
Message 1 of 2
(3,151 Views)
Hi Nibor,

You need to post this on the TestStand forum.

You dont need LabVIEW but you do need the correct version of RTE.

Are your VI's in the same position on the target machine as the development machine?

It could be a search problem and you may need to add the search path key to the LabVIEW RT Server ini file.
eg.
viSearchPath="C:\Program Files\MyProject;s:\*;:\*;:\;:\*;:\*;:\*"

Regards
Ray Farmer
Regards
Ray Farmer
Message 2 of 2
(3,151 Views)