NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Disable Labview "Getting started Screen"

Solved!
Go to solution
How can I keep the labview "getting started" screen from showing?  I have this situation that when I execute my teststand sequence the "getting started" screen from the labview development version 8.0 pops up overtop teststand sequence editor when the execution finishes.  I think this is cause because I call a VI in my sequence that has a sub vi that is modal (it is a progress bar used to indicate fill transfer status).  This puts labview as the active window and when the execution finishes and the vi's are closed the "getting started" window is shown while teststand is running in the background. Is there a way to progmaticaly bring teststand back to the front?
0 Kudos
Message 1 of 3
(5,896 Views)
Solution
Accepted by topic author paulmw
There are two things you can do that might help.  You can change your teststand options to always run in the Run-Time engine by going to Configure|Adapters...  Then select LabVIEW and press Configure...   In the dialog that shows up, select LabVIEW Run-Time engine.  If you want to change this for only one or two steps, go to the Specify Module dialog and click on Advanced and change the setting for Always Run VI in LabVIEW Run-Time Engine.

Or you can change the TestStand Window Activation on the run options tab of the step properties. 
----
I am the founder of CnCSoftwareSolutions. When not cleaning up baby drool, I write about test data or work on Vision, a tool for understanding your test data. Visit me at www.cncsoftwaresolutions.com
Message 2 of 3
(5,884 Views)

Thank you daijoubu,

The Teststand Window Activation was the exact, perfect solution I was looking for.

0 Kudos
Message 3 of 3
(5,874 Views)