NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Report makes slow down

I have some problem of performance due to the report generation.

 

If I do not use "on the fly reporting", performance are ok, each item of my loop takes the same time. But I have nothing in the report.

 

If I use "on the fly reporting", performance are bad, ecah item of my loop take more and more time which becomes inacceptable. On the contrary, my report is ok.

 

Is possible to have a report without disturbing and slow down the execution of the sequence ?

 

Thanks a lot for your support.

0 Kudos
Message 1 of 2
(3,256 Views)

Hey sfl,

 

The short answer is NO. 

 

Basically on the fly reporting is being updated everytime a step that records results gets executed.  So you have to store that in memory.  How many steps do you have?  If you have a bunch of steps and your report is really long then you will see performance drop dramatically.

 

So you have to choose one or the other unfortunately.

 

Regards,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 2
(3,225 Views)