06-16-2010 08:55 AM
06-17-2010 05:03 PM
Hi Mess88,
There is no way of running a VI on a linux machine from TestStand because that would require at least the TestStand Runtime Engine on Linux (which does not exist). Your best bet would be to use some sort of data communication that works on both Windows and Linux. Possibly TCP communication. Then you can have a step in your TestStand machine that will call a VI that is local to your TestStand machine, which can invoke a TCP service running on your target linux machine. That service can subsequently call your existing LabVIEW code on the linux machine to run. I hope this answers your question.
08-25-2010 01:48 PM
See the following links
http://www.ni.com/pdf/manuals/375070a.pdf
(Chapter 😎
http://zone.ni.com/devzone/cda/tut/p/id/4279