02-18-2015 02:16 PM
Hello,
I am trying to disable the Batch Report generation in the Batch Model of TestStand 2014. I found this thread from back in 2005 but it seems that things have changed a bit since then with the addition of the Model Plugins in newer versions of TestStand. I still want the individual report for each test socket but I wish to disable the additional Batch summary report. Anyone know the easiest way to accomplish this?
I seem to have successfully skipped the prompts for collecting the Batch serial number.
Solved! Go to Solution.
02-18-2015 03:29 PM
Which type of report are you doing. For the XML, HTML, ATML, Txt reports you can disable by opening the NI_ReportGenerator.seq file located in Components\Models\ModelPlugins and skipping the AddBatchReportAndSave step in the Model Plugin - Batch Done sequence.
Hope this helps,
02-18-2015 04:15 PM - edited 02-18-2015 04:17 PM
Thanks for the reply jigg. I am using the HTML report. I tried your recommendations by saving a copy of NI_ReportGeneration.seq to the C:\Users\Public\Documents\National Instruments\TestStand 2014\Components\Models\ModelPlugins directory. I set the AddBatchReportAndSave step to skip. After running a sequence it still creates the file in the report directory but now it is blank (see attached).
02-18-2015 05:56 PM
You'll have to skip some of the other steps. When I get a second I'll try to find out which ones. It should be somewhat obvious though.
Disabling the plugin sequence was bad because the process model is waiting on some flags to get set inside of it.
Regards,
02-18-2015 06:11 PM
I think I got it.
There are 3 steps.
1- The one we discussed.
2- Read Entire Controller Report in Model Plugin - End
3- Determine Batch Report File Path in Model Plugin - Batch Start
Hope this helps,
02-19-2015 08:42 AM
That seemed to work. I just get a separate report now for each individual socket with no summary batch report. Thanks for your help!
10-28-2016 10:38 AM
I know this is an old thread (and marked solved), but if you have come across this, then you were probably hoping that disabling batch reports wouldn't require modifying NI_ReportGenerator.seq. I've create a post on the idea exchange to make this easier. If you "Kudos" the idea, maybe someday it will be easier.
10-28-2016 10:41 AM
You should put a link to your idea so we can easily find it.
Thanks!
10-28-2016 11:43 AM
Good suggestion Jiggawax!