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