NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger the modelsupport2.dll from parallelmodel.seq

I want to trigger/control the modelsupport2.dll interface by putting it into different modes like "running" "terminating" etc. from the Parallelmodel.seq. As it is right now, the operator needs to press the "OK", "Next UUT" button, I want to skip this. My question is simply. How does the dll call look like from parallelmodel?

Regards Fredrik Westberg
0 Kudos
Message 1 of 4
(3,574 Views)
Hi Fredrik,

There is an example in '\TestStand 2\Examples\Callback\ParallelModel' which may help you.

Setting the ModelOptions.ParallelModel_ShowUUTDlg to False will allow you to provide your own mechanism. Then its a case of setting up the TestSocket container.

Hope is provides some help.
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 2 of 4
(3,574 Views)

Hi Fredrik and Ray,

 

I have the same question like Fredrik, but for TestStand 3.1 and later. In the path '\TestStand 3.1\Examples\Callback\ParallelModel' cannot be found any example like told for TS 2. I'm also looking for more information about the modellsupport2.dll and the handling of the ParallelUUTDialog.

 

Best regards,

 

Holger Lippmann

 

 

 

0 Kudos
Message 3 of 4
(3,156 Views)
The example you are looking for is now in <TestStand Public>\Examples\ProcessModels\ParallelModel.
Josh W.
Certified TestStand Architect
Formerly blue
0 Kudos
Message 4 of 4
(3,128 Views)