01-31-2012 02:21 PM - edited 01-31-2012 02:27 PM
I am looking to develop a test system that:
I started with a copy of the Test UUTs process model, but wanted to get some advice on how others would design this system.
A few questions:
Thanks!
01-31-2012 04:36 PM - edited 01-31-2012 04:36 PM
Put the call to MainSequence inside of a While loop. Use Seconds() to get current time, store in variable and then measure difference between subsequent calls to Seconds() and that variable to determine if your timeout has been met. You can also increment a counter in this loop as well.
Use custom PreUUT, PostUUT, ProcessModelPostStepRunTimeError and ProcessModelPostStepFailure callbacks. All TestStand-based popups occur in those four areas. There are examples of handling run time errors and failures in the TestStand example folder.