03-30-2006 11:29 AM
03-31-2006 12:50 AM
Try placing an API call to Report.Reset inside the UUT Loop of the Process Model you are using. The Sequential Proces Model has this call at the top on the Test UUTs Execution Entry Point, you could move it or copy it.
Regards
Steve
03-31-2006 01:58 AM
03-31-2006 02:06 AM
Using the TS Sequence Editor open your Sequence File and make sure it is the selected sequence. In the bottom right hand corner of the Sequence Editor there will be a box that is filled with a path that starts 'Model:' (if this box says 'Model: None' let me know). Double click on this box and another sequence will be displayed, this sequence is the process model selected for your Sequence File.
At the top of the newly displayed sequence you can select 'Test UUTs' from the View Drop Down List. Test UUTs is the sequence that is called when you select Test UUTs from the Execute Menu of the Sequence Editor.
Hope this helps
Steve
03-31-2006 02:26 AM
03-31-2006 02:43 AM
Report.Reset should replace the current report data with the data in the string you specify, which in your case should be blank.
Do you have a PreUUT Sequence in your Client Sequence File?
If not try adding the first step in the attached sequence below the Report.Reset step in your PreUUT sequence. You may need to add the second step as well (below both new steps). Not sure if the second step is required. The first step tells the teststand engine that the report has changed, the second tells it to refresh all windows.
Regards
Steve
03-31-2006 03:17 AM
Steve,
I have entered the two steps after the Report.Reset step in the PreUUT, but it doesn reset the report. I have the old report in the box of the Operator Interface
regrads samuel
03-31-2006 03:46 AM
03-31-2006 10:25 AM
Hi
What is the report format of your report and what are your report options?
Anand Jain
National Instruments
04-01-2006 04:51 AM