NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to avoid launching Labview VI when invoking it in Teststand environment?

Solved!
Go to solution

Hi, friends.

I'm a learner of teststand. I wrote some VIs by Labview. Now I want to invoke them in teststand environment.

But when I run the sequence. Labview will be automatically launched.

How to avoid launching Labview when I run the sequence?

 

Thanks.

0 Kudos
Message 1 of 4
(3,241 Views)
Solution
Accepted by topic author Aaron_Wang

LabVIEW programs require an engine to execute. Under the TestStand Configure pulldown, select Adapters. You can change the LabVIEW adapter to select the run-time engine rather than the development system.

 

This should prevent the LabVIEW main screen from appearing, but you will not be able to edit your LabVIEW VIs while they are running from TestStand using the run-time engine.

Message Edited by Phillip Brooks on 10-13-2008 07:12 AM
0 Kudos
Message 2 of 4
(3,227 Views)
If TestStand is calling LabVIEW VIs then LabVIEW must be launched. It only takes awhile the first time. The main job, and main power source of TestStand is calling code from other applications like .Net, any .dll, Java, LabVIEW, CVI, and communicating with them through .Net (Microsoft inter-application communications). TestStand isn't really useful running just by itself. Like the previous post says, you can change to the LabVIEW runtime engine which is lighter weight, but you must have som form of LabVIEW to run VIs.
0 Kudos
Message 3 of 4
(3,197 Views)

Thanks for your reply.

0 Kudos
Message 4 of 4
(3,193 Views)