04-13-2007 05:59 AM
04-13-2007 06:26 AM
Hi,
I dont think it produces a report in the report window until you have finished testing all UUTs. Then it will display the last one.
I think the step that writes it to the window is after the PostUUTLoop step. If this is correct, then you would have to modify the Process Model.
Regards
Ray Farmer
04-19-2007 04:15 AM
04-20-2007 03:53 AM
Sean,
This is how the Process Model works unless you modify it. For the time being if there is a UUT failure, we are having the operator click 'Stop' on the test result dialog box to get the test report printout on screen. Then the operator needs to click retest. It is a matter of operator training for the time being. In future implemenataions I will look at editing the Process Model.
04-20-2007 05:01 AM
Hi,
In the Process Model sequence file under Test UUTs is a step which is performed outside the UUTLoop called 'Read Entire Report', its this step that write the report to the Report window.
You would have to do this step after the Write UUT Report step which is inside the UUT Loop.
Hope this helps
Ray Farmer