NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Modify UUT dialog for the parallel model

Hi,

 

I'm just new to Labview CVI and to modifying the modelsupport2 project file.

I wish to modify the InitializeParallelUUTDialog such that the MakeNewTestSocketCtrls align side by side instead of underneath each other. My model options will always be set to 2 two sockets.

 

Any help or direction will be much appreciated.

 

Thanks,

Dave 

0 Kudos
Message 1 of 2
(3,119 Views)
Hi Dave,
Which version of CVI and TestStand are you working with?
There's a call made from TestStand to launch that modelsupport2.dll so you need to track down where the Launchpanel is made.
From memory the fields are calculated for position based on number of testsockets so you need to trace through the dll to find this point and then you can re-write to redo the layout.
The other alternative is to simply write your own UUT dialog pop up from scratch since you say you have a fixed layout and make sure it fills in the appropriate variables at the TestStand layer when it closes so it handles for stops etc.
Thanks
Sacha
// it takes almost no time to rate an answer Smiley Wink
0 Kudos
Message 2 of 2
(3,102 Views)