Error Manager reads prober 'error log' files and presents the data in ways to aid analysis.
Error Manager reads the prober error log file ( 'ERR_LOG.RPT' ) from an Electroglas 'EG Commander' prober. This file is located in the subdirectory '\Comander\EG_Root\Machine'. The errors are displayed in a summary view and also a tree view. The original log file is also available for viewing/analysis. The error log may be exported to an Excel spreadsheet for further sorting and analysis.
![[ Log View ]](images/normal.gif)
![[ Summary View ]](images/summary.gif)
![[ Tree View ]](images/tree.gif)
Right-click the mouse in the 'Tree' view to display or hide the error's source code information.
Copy this file to a subdirectory on your computer, then double-click to unpack the files.
Self-extracting ZIP.
Program developed with Borland Delphi 6; current version compiled with Borland Developer Studio 2006.
Revision History:
    v2.20       October 4, 2007
              Reworked Excel export. Excel is no longer required to be installed to create a spreadsheet.
              Database is now cleared at each program execution.
    v2.10       May 19, 2007
              Added facility to export log file to Excel spreadsheet.
              You must have Microsoft Excel installed to utilize this feature.
    v2.00       September 20, 2006
              Program now optionally copies error log into local directory before processing.
              This enables the utility to be run on a Windows-based prober without shutting down EG Commander.
              Also added toggle for prompting for error log location (uses default prober location if disabled).
              Changed program Help file to HTML and added support for that.
              Found WinHelp was not displaying screen captures properly on the prober.
              Added main menu and removed pop-up menus from all but tree view.
    v1.02       September 26, 2001
              Now switches to 'Summary' view after processing of the error log is complete.
    v1.01       September 11, 2001
              If database alias was not found, will now set the alias to point to program directory.
              If this is unsuccessful, then user will be asked to point to location of db files.
    v1.00       June 25, 2001
              Original version.