NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Call a VI from TestStand 3.5 on a remote PC with only LabVIEW Runtime 821 ?

I have a master PC with TestStand 3.5 + LabVIEW 8.2.1
and 4 slave PCs with LabVIEW Runtime 8.2.1.
 
Is it possible to call  from TestStand a VI on the slave PC using the
(Step => Specify Module => Advanced => Run VI on a Remote Computer)
 
I tried several things and settings like making an exe from the VI but no success.
Only when full LabVIEW is opened on the slave PC then Teststand can call my VI there.
 
 
0 Kudos
Message 1 of 3
(2,933 Views)
This will only work, when LabVIEW is installed, as you need to call a VI, and can not call an Executable with this step.
0 Kudos
Message 2 of 3
(2,916 Views)

ok, after searching for 2 days and a sleepless weekend i found it:
The bug is in the project manager of LabVIEW.
There is a line missing in the "myApplication.ini" which should copied during the build process:

server.tcp.acl="350000........

Because of this missing line no computer has access rights to the VI-Server.

(SRNR 580306)

sorry Andre, but were wrong!

Message Edited by Martin Greil on 09-12-2007 03:34 PM

0 Kudos
Message 3 of 3
(2,912 Views)