NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Test stand prints all loop failures with on-the-fly reporting

Helllo,
 
I am using Test stand 1.0 and Test stand 3.0. On both the versions I have recently set-up on-the fly reporting. The problem I am facing is report generates all the failures in a loop and eventually I end up with a very long report. Before when I didn't used on-the fly reporting, The loop result is used to be over written, when ever loop condition is met/not met, and hence only prints the final loop result with one record of final failure, if failed.
I want to regain the same feature with on-the-fly reporting.
I can simply over write the failed step result in the loop with blank "". But I do measure some voltage in the loop and I want to see at least one record of failure, when final step status is failed. Also over writing means I have to edit the each loop in the step rather than model
Is there any way I can do this in a simple way ? Any help please..........
 
Thanks
mama007
 

Message Edited by mama007 on 12-09-2005 03:57 AM

0 Kudos
Message 1 of 5
(3,435 Views)

Hi mama007,

Instead of recording in the loop, have a None Adaptor StepType step after your loop that actually records the result.

You can use the pre-expression of the step to pick up the results and the limits of the previous step.

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 5
(3,410 Views)
If you are just looping one step then there is a checkbox within the Loop Options to decide whether you want to record results for each iteration.

Regards

Jon B
Applications Engineer
NIUK
0 Kudos
Message 3 of 5
(3,406 Views)
Hai,
Thanks for the replies first.
I have attched a sample of failure report before and after I implemented on-the-fly reporting option. As so many tests uses same step, is bit hard for me to edit all the steps. I am looking for a way, where the report for the entire loop will be cleared after the loop status is passed and overwrite all loop information with final failed loop index information, with the help of Poststepcallback or ProcessModelPostStep. Any example code if posiible.I prefer to have the change do not effect the other looped steps
Thanks
0 Kudos
Message 4 of 5
(3,400 Views)
Hai,
Thanks for the replies first.
I have attched a sample of failure report before and after I implemented on-the-fly reporting option. As so many tests uses same step, is bit hard for me to edit all the steps. I am looking for a way, where the report for the entire loop will be cleared after the loop status is passed and overwrite all loop information with final failed loop index information, with the help of Poststepcallback or ProcessModelPostStep. Any example code if posiible.I prefer to have the change do not effect the other looped steps
Thanks
0 Kudos
Message 5 of 5
(3,399 Views)