NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

OI Listbox control

I'm working with the LabVIEW version of the TestStand (3.5) OI and I'm trying to customize the Top-Level VI.  Currently, there is a listbox on the left that contains the Sequence Files and the Executions.  When you click Executions, the tab control (on the right) displays the Execution and Report tabs.  If you click Sequence Files on the listbox, the Sequence File tab appears.  How can I just display the sequence files in some type of listbox contained on the Sequence File tab, and have the Execution and Report options be there own tabs.  So, instead of having to click on Executions to show me the Executions tab, I would just click on the tab itself (and or run the sequence file).
0 Kudos
Message 1 of 2
(2,935 Views)
This may require changing some of the structure of the Full Featured Operator Interface.  There is a VI called "Full OI - Show Appropriate Tabs" that is called when the user selects the ListBox on the left hand side of the interface.  When this VI is called, it determines whether the user has selected the Sequence File list or the Execution list.  Depending upon which list is selected, it will then display a panel with the SequenceFile View or the Execution View tabs.  You may be able to change this VI so that it shows all three tabs at once.  However, it may not be a trivial task to implement this functionality.

If you have specific questions on the modification you are attempting, please let me know.

Thanks,

Tyler T.
0 Kudos
Message 2 of 2
(2,913 Views)