NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Why does the additional results step not populate the test report

Solved!
Go to solution

I have a sequence file with multiple sub-sequences and I am having trouble using the additional results step. I can use the additional results step in a sub-sequence and the specified results are added to the test report but when I use the additional results step in the main sequence nothing is added to the test report.

 

Is there something turned off on the main sequence which is preventing the additional results to be added to the test report? I am using the sequential model.

0 Kudos
Message 1 of 8
(4,803 Views)

Hi,

 

There should be no difference. What TestStand version are you using.

Can you post a simple example highlighting the problem.

 

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 8
(4,788 Views)

I have cut out most of the steps from the sequence file and left two additional results steps for this example.  If I execute this no results are inserted into the test report.  If I copy the steps to a new sequence file and execute the steps are inserted into the test report.  I am using teststand 4.1.1

 

Scott

0 Kudos
Message 3 of 8
(4,780 Views)
Solution
Accepted by topic author ultraman
The problem appears to be that the Locals.ResultList variable was deleted from your sequence. No results can be recorded unless that variable exists.
Message 4 of 8
(4,756 Views)
Somehow the Local.ResultsList parameter got deleted.  Just copy it from a new sequence file, paste it into your sequence, and you'll be all set. 

Mark E.
National Instruments

0 Kudos
Message 5 of 8
(4,740 Views)

UGGGG ive been hunting down this solution for the better part of the morning.

Missing Report Data, Sequence call only shows pass fail status in report no recorded steps. Not a new thread. Sub sequence missing steps. As soon as I added back the Locals.Resultslist they all started showing up. They should consider protecting that variable or having a popup warn you if you try to delete it I didn't even realize I had deleted it.

0 Kudos
Message 6 of 8
(3,856 Views)

I think sequences you create in TestStand 16.0 mark the ResultList with the Not Deletable flag, so you can't delete it without first clearing the flag.

0 Kudos
Message 7 of 8
(3,849 Views)

still on 2014 Good to know!

0 Kudos
Message 8 of 8
(3,847 Views)