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 4
(118 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 4
(94 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 4
(68 Views)

Look at Working with the TestStand Simple User Interface - LabVIEW (TestStand 2013 and Previous) - NI

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

0 Kudos
Message 4 of 4
(47 Views)