NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Disable Result Recording <-. only in Mainsequence needed?

Hello,

in my Teststand-Model i have in SequenceFileLoad a SeqeunceCall that starts a sequence with Mode = NewExecution.

This sequence is then a continuesloop that runs endless.

Now i want to disable the Result-Recording for this sequence. I found the point in the menu Edit + Sequence properties + "Disable Result Recording for all steps".

 

The question is now: Is it enough if i set this checkbox in the Mainsequence? Or do i have to set in also in all subsequences that are called in the mainsequence?

And: How can i check if it is realy disabled? Can i create somethin like a popup-box that show all results that are collected up to this points?

 

Thanks for help

0 Kudos
Message 1 of 3
(2,865 Views)

If the top level sequence step doesn't record any results either because the step has been set to not record or the sequence being called has the sequence property set not to record then no results will be saved for any step in the sequence and any subsequence called in that sequence.

Regards
Ray Farmer
0 Kudos
Message 2 of 3
(2,863 Views)

More  detail: results could be accumulated within sub-sequences, but they will then be discarded when returning to the main sequence for which result recording is disabled.

0 Kudos
Message 3 of 3
(2,858 Views)