06-11-2010 02:01 AM
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?
Solved! Go to Solution.
06-11-2010 02:58 AM
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:
hope this helps,
Norbert