NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

gui screen from TestStand

Hi,
 
I have extensive experience with TS + CVI but nothing at all with LB.
 
I seek some assistance to accomplish something which is quite easy with CVI.  I'll describe it here and hopefully somebody can point out an example or send me one.
 
I want a TS step to call a vi wich will display a GUI.  The gui will stay on the screen untill I push the a button (Run for example).  When I push this button the vi will read status of various checkboxes and switches and write the status in an array.  This array I want to transfer to TS into a local/File/Station array variable.
 
In CVI you do it with RunUserInterface().  How is it done with LB?
Can somebody write me a simple vi that does this task?
 
Thanks in a advance
 
0 Kudos
Message 1 of 2
(2,970 Views)
hi, just using a while loop and return the value to the pre-defined array in teststand through specify module dlg is ok.
0 Kudos
Message 2 of 2
(2,966 Views)