LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Launching Teststand and a sequence

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.

0 Kudos
Message 1 of 3
(52 Views)

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.

Message 2 of 3
(28 Views)

Kudos to you for giving a 100% valid answer to my question.

 

I probably need to refine my question: I need the second simplest way to start TS from LV. System exec work but I'd like to make this work with the TS API, so later on - if we need it - I can use the API.

0 Kudos
Message 3 of 3
(2 Views)