09-11-2012 03:21 PM
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.
Solved! Go to Solution.
09-11-2012 03:48 PM
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
09-12-2012 01:04 AM - edited 09-12-2012 01:11 AM
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
09-13-2012 08:04 AM
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,