NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How Do I Disable UUT Serial Number Dialogue Box?

Hello TestStand Gurus,

 

I have a simple sequence that pops up a dialogue box stating: "Enter Your Name."

 

Problem: When I run this sequence, the TS dialogue box "Enter UUT Serial Number" comes up before mine.

 

 

pop1(3).JPG

Figure 1: My simple pop up sequence

 

pop2(1).JPG

Figure 2: TestStand Popup

 

 

Questions:

1. How do I disable the TS dialogue box so only my pop up is displayed?

 

2. How can I make my sequence stand alone? e.g. If its part of a main sequence file, not to get executed unless the user clicks a button from an external program e.g. a GUI from LabVIEW?

 

Thanks!

 

 

0 Kudos
Message 1 of 5
(6,778 Views)

You need to override PreUUT callback: http://forums.ni.com/t5/NI-TestStand/Intercept-the-PreUUT-callback/td-p/998605

That's where the dialog is coming from.

 

For the UI stuff check this out:

http://www.ni.com/white-paper/7560/en/

 

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 5
(6,769 Views)

Thanks for the info! I added the PreUUT and disabled it. Is this what you recommend?

 

 

0 Kudos
Message 3 of 5
(6,760 Views)

Meaning I added the PreUUT callback and chose Run Mode>Skip. Is this what you meant by overriding it?

0 Kudos
Message 4 of 5
(6,755 Views)
No. By adding the callback, you override the built-in dialog. Your code has to go in the new callback. There is nothing to disable.
0 Kudos
Message 5 of 5
(6,747 Views)