ni.com is currently experiencing unexpected issues.

Some services may be unavailable at this time.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Callback PostResultListEntry from Mainsequence in Plugin

Solved!
Go to solution

Dear all,

I am creating a customer-specific report and would like to collect various data for each ResultListEntry of the test sequence. Is there a way that I do not use the SequencePostResultListEntryCallback within my test sequence, but that I use a callback within my created plugin that is executed after every entry in the result list?
Thanks a lot....

0 Kudos
Message 1 of 4
(2,186 Views)
Solution
Accepted by topic author T.

Do you have OnTheFly turned on? If that's the case just configure it so OnTheFly gets called every time a result list entry is added. Then in your plugin you can just use Model Plugin - OnTheFly Step Results callback.

0 Kudos
Message 2 of 4
(2,166 Views)

Thanks for your suggestion. I will try it....

0 Kudos
Message 3 of 4
(2,135 Views)

yes it works that way, but unfortunately it is not yet clear to me how to interpret the data in the Results container. But I think I'm going to find out.
Thanks to everyone ...

0 Kudos
Message 4 of 4
(2,101 Views)