03-25-2012 11:44 PM
Hi All,
i want to create a LabVIEW sub VI which call a teststand sequence and executes, for this sub VI i only pass a file path of sequence.
is there any readymade VI`s available??
03-26-2012 03:24 AM
Hi,
You can create such a VI, I don't recall that such a VI exists but you can take a look at the LabVIEW OI shipped with TestStand.
hope this helps
03-26-2012 09:24 AM
Hi,
System Exec.vi can be used to launch TestStand from a DOS prompt.
Command line switches can be used to run sequences. ref - Chapter 8 of the TestStandReferenceManual.pdf has a section called 'Configuring Sequence Editor and User Interface Startup Options'' and the following link may help: http://zone.ni.com/devzone/cda/tut/p/id/4309
Thanks,
Jim
03-26-2012 09:48 AM
That link is too a very old Tutorial (2006)
the comment about the LabVIEW is nolonger true
- (Note: The LabVIEW Operator Interface does not support any command line options because executables built with LabVIEW do not support command line arguments.)
Check with the Reference Manual for the correct and full list of command line arguments,
'Configuring Sequence Editor and User Interface Startup Options' of Chapter 8.
03-26-2012 01:49 PM
This tutorial is also applicable.