10-12-2008 03:05 AM
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.
Solved! Go to Solution.
10-13-2008 06:12 AM - edited 10-13-2008 06:12 AM
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.
10-13-2008 11:11 PM
10-14-2008 01:54 AM
Thanks for your reply.