NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

UUT information dialog box change

Solved!
Go to solution

Hello all,

 

I tried to change the UUT information dialog box but I could not do it I cannot program in C.

I would like to ask someone if he or she can do this for me, the change is fairly simple.

Normally you can enter only the serial number but I also want to be able to enter the order.

 

Maybe there are libraries of examples of these modell's but I can not find them so maybe someone can edit the UUT information model by adding a "Order" input.

 

thnks in advance.

0 Kudos
Message 1 of 4
(4,064 Views)
Solution
Accepted by topic author darkxceed

You can develop your own dialog box in whichever language you are comfortable.

You can replace the default dialog with your custom dialog and behaviour.

 

Just over ride the pre uut callback - refer help manual or check this link on how to do it:

http://forums.ni.com/t5/NI-TestStand/Change-type-of-UUT-serial-number/m-p/2063866#M37957

Message 2 of 4
(4,062 Views)

A Message popup will work in the PreUUT.

 

I tried to put a labview VI in de PreUUT but the VI will not be executed.

 

My bad, first time I use preuut but I get the hang of it.

Thnx for the solution although it allways was infront of my nose. 🙂

 

Bart

0 Kudos
Message 3 of 4
(4,054 Views)

You can put VI calls in the PreUUT just fine.  We have elaborate VIs in ours that allows the user to not only enter the serial number but select which tests they want to run.

 

Regards,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 4 of 4
(4,035 Views)