PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

Customizing the multiple UUT panel.

I am developing an application that uses the parallel/multithreading capabilities of TestStand. I noticed that the multiple UUT panel only shows 5 child panels...(for example, if I have it set to run 10 UUT's, then the panel will show 5 and you will have to scroll down to see the rest of the 10). For ease of use, I would like to expand this and be able to see all 10 without scrolling. If the multiple UUT panel is expanded to fit the whole screen, it looks like there is plenty of room for all 10. Does anyone have a solution?

Thanks in advance.

Jared
0 Kudos
Message 1 of 2
(2,904 Views)
Jared,

That dialog is made by the modelsupport2.dll. It is called in the sequence of "Run UUT Info Dialog". If you would prefer to have a different panel displayed, you can either change the source code of the modelsupport2.dll (which ships with TestStand) or you can make a new dll that prompts for unit's serial numbers and replace the existing steps in Run UUT Info Dialog with your new steps.

Hope that helps you get a head start. If you have further questions, let us know.

Regards,
Shannon R.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,904 Views)