Jump to content

how to Stop _hdr.txt Files and still use eXcel?


---
 Share

Recommended Posts

Okay,
How would one stop the _hdr.txt, _fet.txt, and _chr.txt. files. Still need excel report.
We have to delete them manually after the run.

Thanks!
Link to comment
Share on other sites

Table files are created as part of generating Excel reports. I don't believe there is a method to delete them unless it is possible via the PCM option
Link to comment
Share on other sites

If you turn off the table files, can you not still use the excel report template? Try it and see what happens. Go to Resources>results to file, and check the table files to "OFF". Then run a report using the calypso excel report template and see if it runs.
Link to comment
Share on other sites

I use the inspection_start.bat file to remove the table files before each run. If you put this file in the "inspections" folder it will execute every time a you run a program.
Example file:
@ECHO OFF

C:

REM Location of your output files, usually in the following folder
CD C:\Users\Public\Documents\Zeiss\CALYPSO\workarea\results

DEL *hdr.txt

DEL *fet.txt

DEL *chr.txt
Link to comment
Share on other sites

 Share

×
×
  • Create New...