06-20-2009 01:12 PM
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
06-20-2009 04:16 PM
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,
06-21-2009 01:18 AM
Hi Jiggawax,
Thx for the reply, it is working.
Regards,