NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Parallel test uut

HI,

I want to change parallel test uut screen. How can i do it?

0 Kudos
Message 1 of 10
(4,677 Views)
The source is provided. You need LabWindows/CVI to edit it and rebuild the project as a dll.
0 Kudos
Message 2 of 10
(4,664 Views)
Do you have link this program. How can i do it
0 Kudos
Message 3 of 10
(4,659 Views)
It's an NI product. It's a c compiler. What are you using now for code modules?
0 Kudos
Message 4 of 10
(4,642 Views)

I dont use c complier. do you have trial version

0 Kudos
Message 5 of 10
(4,583 Views)

I download CVI. Which file include parallel test UUT screen?

0 Kudos
Message 6 of 10
(4,577 Views)
I don't have TestStand in front of me so I can't provide the exact path. It's a CVI project called modelsupport2. You'll need to take some lessons for CVI. Since I don't know what exactly you want to change, you might have to change one or more files in the project.
0 Kudos
Message 7 of 10
(4,556 Views)

Ergin,

 

On my machine with TestStand 2013, the Parallel UUT dialog is in a file called paralleluutdlg.c at the following path: C:\Program Files (x86)\National Instruments\TestStand 2013\Components\Models\TestStandModels. Your path may differ slightly if you're on a 32-bit machine or if you have a different version of TestStand.

 

What type of change are you wanting to make to the dialog? 

0 Kudos
Message 8 of 10
(4,505 Views)

You can also just override the dialog with code in a sequence using callbacks, replacing it with whatever you want. See the example:

 

<TestStandPublic>\Examples\ProcessModels\ParallelModel\OverrideSerialNumForParallelModel.seq

 

-Doug

0 Kudos
Message 9 of 10
(4,499 Views)

Thanks for help. I want to change parallel uut screen. I did it with labwindows/cvi. 🙂

0 Kudos
Message 10 of 10
(4,489 Views)