NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

saving results of "selected pass" into MDB

hello everybody.
i am using the TS2 inherent MDB savig of test results.
but it saves only when runnung the whole sequence (F5)
when i run "selected steps" it doesnt save the results

i need both options of savig test results..

thanks in advance..
simon
0 Kudos
Message 1 of 6
(3,526 Views)
OOPS, the Title sould be:
saving results of "selected steps" into MDB

sorry
0 Kudos
Message 2 of 6
(3,526 Views)
Hi!

You can accomplish this by selecting "Run Select Steps Using -> Single Pass" as opposed to "Run Selected Steps"

This will run the process model which has the code that saves the data to the database.

Good luck,

Marcela
0 Kudos
Message 3 of 6
(3,526 Views)
thanks, it saves the results only as UUT_RESULT.
Is it possible to save also as STEP_RESULT
cause somtimes the steps is a measure or pass/fail.
means, i wish to have the step result and uut result
can i do this?
thanks in advance..
simon.
0 Kudos
Message 4 of 6
(3,526 Views)
Hi Simon,

By default, TestStand will log UUT results to the UUT_RESULT, and individual step results to the STEP_RESULT table. Are you not seeing any entries in STEP_RESULT?

There are several configuration options that might be set incorrectly that would turn off database logging for individual step results, you'll want to check these:

1) Global setting for databases - Configure >> Database Options >> Logging Options tab: the "Include Step Results" checkbox must be turned ON.

2) Global setting for result recording - Configure >> Station Options >> Execution tab: the "Disable Result Recording for All Sequences" checkbox must be turned OFF.

3) Global setting for result recording for Interactive Executions ("Run Selected Steps...") - Conf
igure >> Station Options >> Execution tab: the Interactive Executions "Record Results" checkbox must be turned ON.

4) Per-sequence setting for result recording - Edit >> Sequence Properties: the "Disable Result Recording for All Steps" checkbox must be turned OFF.

5) Per-step setting for result recording - right-click the step, go to Properties. On the "Run Options" tab, the "Record Results" checkbox must be turned ON.

These are just the ones I thought of off the top of my head. If some of these configuration options are not set correctly, then that would explain why your STEP_RESULT table has no entries.

Another possibility is that the step's results could be programmatically being removed from the ResultList, but that's a whole 'nother ballgame, see the TestStand Reference Manual for information about the ResultList.


David Mc.
NI Application Engineer
0 Kudos
Message 5 of 6
(3,526 Views)
thanks, everything ok now...
0 Kudos
Message 6 of 6
(3,526 Views)