NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How insert additional results from "SequenceFilePostStep" callback on the report

I'm trying to insert a value processed on "SequenceFilePostStep" callback on the report. But every try I did, using additional results, didn't work well. Anyone knows how to include the value processed after every step on the report? Thanks
0 Kudos
Message 1 of 2
(4,025 Views)

Please try the following :

In the "SequenceFilePostStep" copy the processed data to a stationglobal or fileglobal variable.

In the calling step properties add this variable in the additional result (properties-->additional results).

I checked with TS 13 it reports properly.

 

Since the "SequenceFilePostStep" is an engine callback probably it may not support updating the report .

Hope this helps.

 

Ravi

0 Kudos
Message 2 of 2
(3,997 Views)