07-15-2009 08:43 AM
In test stand version 4.2, I found that when I selected Test UUTs, and record to data base is enabled, at the end of test, no matter, pass/fail or terminated, there is NO prompt to asking for the next UUT or Terminate, it just terminates the test. When I turn the database option back off, then the prompt does appear asking for the next UUT or Teminate the test. I am using the standard model option used with Test Stand, and have not modified it at all. I have a test stepup running test stand 4.1, and another location, that has very similar test, and logging to a database, and have no problems.
Open to suggestions.
07-16-2009 01:46 AM
Hi,
It seems your Database stuff in TS4.2 is crashing somewhere in the model
So just set a breakpoint in your model and let your Execution run under TestUUT.
Step throw the model. I am quite sure there is somewhere an error.
Greetings
Juergen
07-16-2009 03:25 AM
I tried to reproduce the behavior without success. So this is obviously no general issue.
As Juergen suggests, you should take a look for errors which might occur during logging.
You said you are using the standard model; i asume that you are talking about SequentialModel.seq. Correct?
What database are you logging in? Did you change the schema? Are you sure that all needed tables/columns are present in the database?
hope this helps,
Norbert