NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I disable batch report in the batch model?

I would like to disable the batch report in the batch model.  I am saving each UUT in its own report and do not need the additional batch report.  I would also like to remove the field of Batch Serial Number in the PRE UUT Loop  serial number dialog.
 
Shad
0 Kudos
Message 1 of 5
(6,631 Views)
You will need to make some modifications to the Batch Model.

To get rid of the Batch Serial Number prompt, you can delete the control from the UIR file in LabWindows/CVI.  When you try to recompile modelsupport2.dll, you will then get errors and it will be easy to identify the additional code you have to remove.

To disable the Batch report, you can skip or remove any steps that have to do with the Batch Report Generation.  See the sequence BatchReport in BatchModel.seq.

--Peter

0 Kudos
Message 2 of 5
(6,621 Views)

I disabled the Step labeled as "Write Batch Report" in BatchModel.seq file. This Step exists under both the execution entry points (Test UUTs & Single Pass) and should be skipped in both these locations.

 

It worked for me..

 

See attachment

0 Kudos
Message 3 of 5
(6,122 Views)

I know this is an old thread, but if you have come across this, then you were probably hoping the disabling batch reports wouldn't require modifying the process model.  I've create a post on the idea exchange to make this easier.  If you "Kudos" the idea, maybe someday it will be easier.

0 Kudos
Message 4 of 5
(5,848 Views)