NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with automatic result collection in TestStand

I have some problem with automatic result collection in TestStand.
In client sequence:
1. The "Record Results" option is disabled for the step of type "Sequence Call".
2. The "Disable Result Recording for All Steps" option is disabled for the sequence, which this step calls.
The report is not includes results for the steps of the called sequence, despite
"ProcessModelPostResultListEntry" callback is called for each step except Sequence Call itself.

How to include results for subsequence in report?

thanks.misha.
0 Kudos
Message 1 of 3
(3,412 Views)
Hi Misha,

It is unclear what exactly you are trying to acheive. If you have the Record Results option disabled for the Sequence Call step then you will not see the results of the Sequence that was called in the report. You need to turn this option on. What exactly are you doing with the ProcessModelPostResultListEntry callback? This callback does not do anything unless you add steps to the callback. Please provide a bit more information as to what the problem is and what your goal is. Let me know. Thanks!

Bob
Message 2 of 3
(3,412 Views)
Hi Bob,
Actually I trying to disable ProcessModelPostResultListEntry callback calling for the Sequence Call step only, and not for subsequence contents (which have possibility to turning "Record Results" on/off for each step separately). I using ProcessModelPostResultListEntry for logging results to database.

Thanks.Misha.
0 Kudos
Message 3 of 3
(3,412 Views)