NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple UUT Dialog in TestStand 3.0

Has anyone tried to create a LabVIEW version of the multiple UUT dialog used for parallel executions in TestStand 3.0? I could modify the existing C source code, but it's a bit cumbersome when the entire project is already in LabVIEW.

Also, what development environment do I need to rebuild modelsupport2.dll? Will Visual Studio work or do I have to use LabWindows/CVI? NI's documentation on this type of customization is really lacking, yet it seems that this area would be commonly customized.

Regards,
Scott in Austin
0 Kudos
Message 1 of 4
(3,346 Views)
Scott,

Yes, you can create a UUT dialog in LabVIEW to replace the default dialog. I've included an example below.

The modelsupport2.dll was created in LabWindows/CVI. Since it involves GUI it would be somewhat involved to "port" that to Visual Studio. It will be easier to just create another dialog in LabVIEW or Visual Studio.

I hope that helps.

Matt P.
NI
0 Kudos
Message 2 of 4
(3,346 Views)
Do you have a LabVIEW 7 version instead of 7.1?
0 Kudos
Message 3 of 4
(3,346 Views)
Scott,

Sorry about that. I've attached the 7.0 VI below.

Matt P.
NI
0 Kudos
Message 4 of 4
(3,346 Views)