NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I avoid printing the Test Result Type in a report in Test Stand?

When printing an ATML test report in TestStand 4.1.1, the Test Result Type is printed.  How can I keep this from printing?  Also, how can I change the title of the report from ATML Test Report to something of my own choosing?  Also, how can I choose what is printed for TEST STATION, OPERATOR, UUT, and UU Type at the beginning of the report?  Thanks in advance.

0 Kudos
Message 1 of 2
(2,965 Views)
If you rename a step, than the name of the step rather than its type will be printed. For exampel if you change a message popup step to read "User Interface Confirmation", instead of "Message Popup test" appearing in your ATML document, the name will appear as "User Interface Confirmation test". You can change the title of the report from "ATML Test Report" to whatever you like by modifying the process model. Here is a tutorial for how to do this for HTML, the process is very similar for ATML Modifying HTML Report Headers to Include Custom Information in TestStand.  Also before you modify any report options I would highly recommend reading through Best Practices for NI TestStand Report Generation and Customization. You can customize your report as you like. Open up your report in C:\Program Files\National Instruments\<TestStand>\Models\TestStandModels\reportget_<reporttype>.seq. In this case it would be reportgen_atml.seq. Here you can see under the SetUUTType, that they are setting Parameters.UUT.UutType = "hardware". You can modify the Test Station with Parameters.StationID, and the Operator with Parameters.LoginName. The UUT serial number is under Parameters.UTT.SerialNumber.
Richard S -- National Instruments -- (former) Applications Engineer -- Data Acquisition with TestStand
0 Kudos
Message 2 of 2
(2,943 Views)