NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Add Items To HTML On-The-Fly Report Header

Is there an easy way to add items to the HTML report header when running the BatchModel.seq with On-The-Fly reporting?

CLA, CTA
0 Kudos
Message 1 of 5
(3,195 Views)

Some additional information:

 

I am looking to add different information to the Batch Header and the UUT Header.

CLA, CTA
0 Kudos
Message 2 of 5
(3,194 Views)

You're probably going to want to take a look at the ModifyReportHeader callback for the UUT header and the ModifyBatchReportHeader for the batch.

CTA, CLA, MTFBWY
0 Kudos
Message 3 of 5
(3,185 Views)

@snowpunter wrote:

You're probably going to want to take a look at the ModifyReportHeader callback for the UUT header and the ModifyBatchReportHeader for the batch.


Thanks for the response.

 

I was able to use the ModifyBatchReportHeader callback.

 

However, The ModifyReportHeader callback does not occur with On-The-Fly reporting.  ModifyReportHeader and ModifyReportFooter Callbacks Not Called When the On-The-Fly Reporting Option ... that explains how to enable this callback with OTF.

 

 

  • Are there were any "tricks" to add something to the header without major modification of the reportgen_html.seq file?
  • Is there any reason why this callback is disabled with On-The-Fly reporting?  What are the disadvantages of using the above article method?

 

Thanks!

 

CLA, CTA
0 Kudos
Message 4 of 5
(3,178 Views)
1. No

2. On the fly uses a processmodelpoststep callback to generate the report.
CTA, CLA, MTFBWY
0 Kudos
Message 5 of 5
(3,129 Views)