NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview window and teststand

Hello,
 
i designed an engine test (using TS3.0) with the parallel sequence model. I made a labview step that shows the recording of the measurements. But after this step the labview window closed and i can´t see the result.
I want that the step open the window and it should be open until the testing at this testsocket is finished or the next test starts. I have two testsockets and the outcome of this is that i have two labview windows. How can i force the labview window to open in the execution window of the testsocket?
 
 
thankyou
 
schwede
0 Kudos
Message 1 of 3
(3,081 Views)

You could call a subsequence, start this sequence in a new thread, so taht it runs in parallel to your normal test. In this subsequence you could call a VI, that runs a while-loop until for example a flag is true. This flag could be sent at the end of your test.

 

 

0 Kudos
Message 2 of 3
(3,058 Views)
Thankyou,
 
but the vi is a multiplenumerictest step. Is there an other (easy) way to keep the frontpanel up until the next test on the testsocket start? The next question is how to place the frontpanel from test1 and test2 on the screen that i can see both at one time? The test UUTs should be in front of both panels.
 
regards
 
kschwede
 

0 Kudos
Message 3 of 3
(3,021 Views)