NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

serial entry window doesn't show up

Hi,

I have an application in TS 3.5 In fact i copied this application from a previous one. When i run a test, the serial input window doesn't show up. What is more when the main seq reaches end, it goes to cleanup, then postuut and then runs main sequence again immediately. But i want the operator to enter a serial number and initiaize the test. I never faced this problem before.

 

I hope there's s'one who can help me soon

0 Kudos
Message 1 of 3
(3,155 Views)

What process model are you using?  Has it been modified? 

 

Does your sequence file include the PreUUT callback sequence in it?   If so then you will not see the default serial number input dialog if you are using the Sequential Model and the TestUUTs entry point. 

 

The serial dialog box is part of the PreUUT callback.  If you open your process model and then open the PreUUT sequence in there you should see two steps (assuming no one has changed it).  One displays the dialog and the other sets the serial number. 

 

If your sequence file (not the process model) contains a green sequence called PreUUT then the one in the process model doesn't get called. 

 

A good litmus test for this is- Open a blank sequence file.  Run it using Test UUTs.  If you see the serial input dialog then your model is good to go and the issue is with your sequence file.  If you don't see that dialog then something has changed in your model.

 

Hope this helps,

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

Hi Jiggawax,

Thx for the reply, it is working.

 

Regards,

0 Kudos
Message 3 of 3
(3,143 Views)