12-12-2006 06:05 AM
12-12-2006 07:14 AM
Hi mrbean,
If you put the (any) initialisation in the Setup with the post action set if unsuccessful going to the Cleanup. Therefore if the execution has reached the Main, then the initialisation must have been successful. Hence no precondition will be required.
This will work for Selected Step(s) because the Setup Group is always executed first, then the selected steps.
Regards
Ray Farmer
12-12-2006 08:29 AM
I understand what you're suggesting. We have a little twist, however. In normall TestUUT mode, we want to initialize, run all tests and cleanup (power down the UUT in this case). If the user is going to perform run selected tests, as it stands right now, initialize (in setup) would happen, then the specified test(s), then cleanup. What we want (during run selected) is to run initialize, run the specified test(s), and not do cleanup (yet) because the operator may just want to keep running selected tests to help isolate a problem. In this case, he doesn't even want to have to perform initialize (especially if it's a fairly involved BIT) every time.
I think I'm talking my way into creating a customized version of the SequentialModel.seq, where modified functionality (and different HMI capability) occurs depending on the entry point selected.
12-13-2006 09:44 AM