07-21-2026 01:50 PM
Hi,
What is the most simple way to launch an instance of TestStand from labview and make it to start executing a sequence defined with path constant in labview?
I saw the TS examples but even the pretty simple one has the callback VIs, and quite amount references which I dont get at the moment so I'm looking for the actual implementation. Maybe later on I get more of an expert of how to properly control TS from LV, but for now I need a very simple launcher.
Thanks.
07-21-2026 06:05 PM
You could use the System Exec VI to Run a Sequence File the Command Line, which is probably the simplest way of doing it because you don't need any special VIs from TestStand at all.