NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to see all the step done by a for or while loop

Hello, 
To save dev time of multiple test UUT I have developed a VI that executes the content of a script.
Each script contains several batches of tests (about a hundred)
Each batch in this script results in a measurement.
The VI executes only one test batch ,then delet it of the script and gives its result.
I execute the VI under teststand in a step action in a for loop. While the script is not empty TS continues to execute the step.

The batches are executed one after the other. This part works very well.
My problem is on the operator's execution windows, he will only see a line with a result that will flash green/red at the rate of the various results.
I would like to display the X steps one under the other. If the loop is performed X times the operator want to see X lines .

What is programmed :

Programmé.PNG

What i want the opertor see :

 

affichage_attendu.png

Is It possible ?
Thanks you .

0 Kudos
Message 1 of 1
(557 Views)