NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to clear all recorded results while running sequence?

Solved!
Go to solution

I'm running very long sequences. Run time for these sequences is from one day to two weeks. All results required are saved into file with LabView-VI. So I don't needto save any results in TestStand level.

 

So memory consumption of sequence has become an issue. I've debugged my sequence and found out that inital "record results" check causes this problem.

 

Now I'd like to ensure, that results in memory are destroyed by some new step.  "Locals.Results"-array includes containd results of current sequence, but not the results in subsequences.

 

Where are those all recorded results? and how I can destroy them?

 

 

0 Kudos
Message 1 of 2
(3,242 Views)
Solution
Accepted by topic author Rimpelainen

I think you should read a bit more about the reporting of TestStand.

If your custom report generation does not use the ResultList, you should check the following checkbox in the Station Options:

DisableResultCollection.png

 

hope this helps,

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 2
(3,236 Views)