NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I make a custom one-line-per-test rpt using TestStand?

I have written a 1-line-per-test report in another LabView application.  How can I do the same within TestStand 4.0?  I would like to display the usual information:  Description, Measurement Reading & Units, Pass/Fail, Lower Limit, and Upper Limit all in a concise, one line rpt.  Isn't most of this data available within TestStand?
0 Kudos
Message 1 of 3
(2,725 Views)

Hi,

If you are using TS 4.x, you can use the horizontal XML format report. Otherwise you will have to modify one of the report generation sequencefile (probably the text version) to produce the effect you require.

Regards

Ray Farmer



Message Edited by Ray Farmer on 05-21-2008 06:42 AM
Regards
Ray Farmer
0 Kudos
Message 2 of 3
(2,716 Views)

I would have figured this to be a pretty common use case, so I was wondering if anyone has made/edited a report sequence that does this?

 

For example, the default report text looks something like:

 

 

 ********************************************************************************
UUT Report
Serial Number:                MACADDRGoesHere
Date:                         Monday, September 22, 2008
Time:                         9:48:05 PM
Operator:                     administrator
UUT Result:                   Passed
********************************************************************************

Begin Sequence: MainSequence
(C:\Projects\Corventis\1-08-01641-Corventis-Gen1 PCBA Test System\Engineering\3 - Develop\Sandbox\Report Generation Demo\Report Generation Demo_Main.seq)

V_CPU_2V5 (Device Off):        Passed
     Measurement:              0.3000
     Units:                    V
     Limits:
        Low:                   0.1000
        High:                  0.5000
     Comparison Type:          GELE (>= <=)
     Module Time:              0.0014
Memory DataBus Test POST:      Passed
     Module Time:              0.0012
V_BATT:                        Passed
     Measurement:              3.1200
     Limits:
        Low:                   3.0000
        High:                  3.2000
     Comparison Type:          GELE (>= <=)
     Module Time:              0.0009

End Sequence: MainSequence

End UUT Report

 

 

 

whereas I'd love something like:

 

 ********************************************************************************

UUT Report

Serial Number:                MACADDRGoesHere

Date:                         Monday, September 22, 2008

Time:                         9:48:05 PM

Operator:                     administrator

Execution Time:               0.2188 seconds

********************************************************************************


Begin Sequence: MainSequence

(C:\Projects\Corventis\1-08-01641-Corventis-Gen1 PCBA Test System\Engineering\3 - Develop\Sandbox\Report Generation Demo\Report Generation Demo_Main.seq)

 

Test Name        Result        Measurement        Units        Limit Low        Limit High        Comparison Type        Module Time

V_CPU_2V5 (Device Off)        Passed        0.3000        V        0.1000        GELE (>= <=)        0.0014

Memory DataBus Test POST        Passed        N/A        N/A        N/A        N/A        N/A        0.0012

V_BATT        Passed        3.1200        3.0000        3.2000        GELE (>= <=)        0.0009


End Sequence: MainSequence


End UUT Report 

Message Edited by crelf on 09-22-2008 10:19 PM
Message Edited by crelf on 09-22-2008 10:19 PM




Copyright © 2004-2023 Christopher G. Relf. Some Rights Reserved. This posting is licensed under a Creative Commons Attribution 2.5 License.
0 Kudos
Message 3 of 3
(2,563 Views)