NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Report Failure chain loops

After looking at the development zone for adding the failure chain I modifed the reportgen_html.seq file, also copied the folders from NI to User directory and made the Station options to reflect the same; set up the breakpoint in that sequence file.
 
Once the main sequence comes to an end (which has 3 failuers) it hits the breakpoint and kind of loop in that.
 
Any suggestion?
0 Kudos
Message 1 of 3
(3,207 Views)

I assume you are talking about the doc here: http://zone.ni.com/devzone/cda/tut/p/id/4563

I don't see the correct modifications in your sequence if that's the correct document.  I'm not sure what you want to do exactly.  Could explain a little more detail what the problem is and what your goal is?

Thanks,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 3
(3,202 Views)
In the attached document there is a Sequence "PutOneResultInReport" where below the "Update Failure Stack" I added the steps mentioned in developer zone article  http://zone.ni.com/devzone/cda/tut/p/id/4563.
 
Using the example of Computer Motherboard Test Sequence.seq
Setup the breakpoint at "Add All Failed Step"
Selected RAM, ROM and Keyboard Test to fail
 
After the execution of Computer Motherboard Test Sequence.seq file the execution hits the breakpoint at
Add All Failed Step -> Selected Step into -> The Status for that step is now Skipped -> Clicked Resume many time -> execution loops back at same step Initally Locals.NumElements stays 0 for some time then increases by one everytime I click Resume -> the value of Locals.NumElements is now 79-> Disabled the break point -> Clicked Resume once again -> now the step Add All Failed Step is Done and Generating Report.... = 44% and eveything is stuck
 
Attached the screen shot where Resume is disabled  now.
 
 
0 Kudos
Message 3 of 3
(3,152 Views)