NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to Pass PreUUT steps result to report?

I modified PreUUT callback for my application. I add some Pass Fail Steps in it. However, those results do not show in Report that TS created. How do I add those result from PreUUT to report?
Thanks,
0 Kudos
Message 1 of 4
(3,382 Views)
If you take a look at the Report callbacks (Test Report callback and other Report related steps) in the process model, you can see how the reports are generated. You can add certain steps to your PreUUT callback that calls the report functions. I have done this in the past, but unfortunately I no longer have access to those files. Sorry I could not be more specific.
- tbob

Inventor of the WORM Global
0 Kudos
Message 2 of 4
(3,376 Views)
Hi,

See please "C:\Program Files\National Instruments\TestStand 3.1\Examples\DisplayArrayInReport\UsingLabVIEW\DisplayArrayinReport" This example shows how to include an array to TS report. Maybe it helps you.

Regards
TN
0 Kudos
Message 3 of 4
(3,362 Views)
Hi,

You will need to modify the Process Model entry point sequence TestUUT's or SinglePass or both depending on what entry points you use.
The step in these sequences which call the PreUUT Callback sequence has it's step set to No Result.

Regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 4 of 4
(3,359 Views)