Previous | Next | LK
Topic: Report Archiving in Visual CMES
Conf: LK, Msg: 80
From: Steve Horsfall (horsfall@cmmts.com)
Date: 2/20/1998 05:08 PM

Any one who is interested in saving report data to file after running inspection in Visual CMES - Add the following to the start of an existing program 'I99=I99+1\WR,I99,(FNUM)' then add the following line to the end of the program '^Z\COPY REPORT.RPT REPORT.$FNUM > NULL\^Z'. All the operator needs to do is to reset I99 manually before first run (I99=0) and the program will copy files automatically at the end of each run. It should mentioned that the user is responsible for cleaning up to stop the disk getting full and the reports are written to the current inspection directory (i.e. Wincmes). The commands can be added to the program using the CMES Command option on the Command menu.