The file that I posted before was only for Test UUTs. If you make these same changes in the Single Pass sequence it also works. I am attaching another file with these changes made. You can run it by selecting Execute -> Single Pass or Execute -> Test UUT. I have tested both of these and see they work when run in this manner.
Thanks, Caroline
Thanks, Caroline Tipton Data Management Product Manager National Instruments
I needed exactly what I found here in this thread and I made these modifications to my Teststand 3.5 sequ. model. The only issue was that the report would not be shown correctly since the ActiveX module tried to open the .txt report as HTML or XML. So I added a local variable that stores the original HTML/XML report filename and added a step to restore it before showing the report.
Message Edited by Stephan K. on 03-27-200610:58 AM
Unfortunately, this only works for Test UUT so far. When I run a single test, the result viewer will show me the content of the "tempresult.html" file, although I don't use a temporary report and both ( HTML and txt) result files exist. Where does teststand create the tempresult.html file? And how can I disable it in Single Test?