LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Run Vi´s with the RunTimeEngine on another Computer

Hi
 
I built a Vi which read out a XML file with DomDocument in LabView 8.0. This Vi is integrated in a TestStand step.The step runs without any problems on my Computer. But now I try to run this step on another Computer without LabView, only with the LabView RunTimeEngine. On this Computer the step cannot open the XML file. The Step gets the path from the XML file from a Station Global in TestStand, so the path is right.
 
I don´t no what I can do. Could you help me?
--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 1 of 2
(2,634 Views)
Is the sation global available on your second system? Remember that station globals are NOT saved in the sequence-file, but are stored in the stationglobals.ini (...\National Instruments\TestStand 3.5\Cfg\). You have to copy the ini file over to your second computer.
 
If you have done this, use the error-Cluster of LabView to get more information about what exactly is the problem. Visualize the path used in the VI, to check if maybe there is a problem with the station variable. Without more information it will be hard to help you.....
 
0 Kudos
Message 2 of 2
(2,617 Views)