NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Batch Operator Interface

Hello,
 
   I am interested in seeing an example of a TestStand operator interface (OI) that can display the sequence view of all of the UUTs on the same panel. I've enclosed an example OI .uir file (OI_Batch.jpg) of what I am looking for. I have seen the full-feature OI included in TestStand, however it requires you to select the UUT from the list bar to show its sequence view. Again, I would like to be able to view all of the UUT sequence view at the same time. I know the sequence editor shows all of the sequence view of the UUTs by tiling their sequence view windows. I am looking for something similar, but in a more "polished" OI, as shown in my attachment. Note: There is no code for the OI. uir enclosure, as that is what I am looking for.
 
 I appreciate any assistance you can offer and look forward to your response.
 
Thank you,
Jim
0 Kudos
Message 1 of 3
(3,349 Views)

Hey Newbie,

I've attached a CVI Project that should give you a good start with working with multiple executions and execution viewers as well as an example sequence to use with it.  The main keys are:

1. Create the extra ExecutionViewMgr controls as well as the SequenceView controls to go with them
2. Make the appropriate connections for each ExecutionViewMgr to a SequenceView
3. Modify the ApplicationMgr_OnDisplayExecution function to set each viewer to each new execution

At its heart, the attached example is more or less the Simple OI with the above changes made.  The report viewer has also been taken out, but this could be added back pretty quickly.  Take a look at the code, run the example, and let me know if you have any additional questions. 

0 Kudos
Message 2 of 3
(3,307 Views)

Is there a way of viewing a batch sequentional model test sockets in one viewer?

Help share your knowlegde
0 Kudos
Message 3 of 3
(2,820 Views)