Download Introduction - Direct Source Surplus
Transcript
// #define PASS_BIN 1 // Assign Bin 1 to increment pass count (default) // or to assign any other bin as a PASS bin, e.g.: // #define PASS_BIN 2 // Assign Bin 2 to increment pass count // #define FAIL_BIN 2 // Assign Bin 2 to increment fail count (default) // --------------------------------------------------------------------// ------------------- Bin Title Assignments -------------------------// --------------------------------------------------------------------// HardBins listed on the wafer summary report may be be anotated with // User defined bin titles. // // // // // // // From the examples above, #define BIN_TITLE 1 #define BIN_TITLE 2 or more likely: #define BIN_TITLE 2 #define BIN_TITLE 1 #define BIN_TITLE 2 we might use: "Bin 1 is a Fail Bin" "Bin 2 is a Pass Bin" "Failed Continuity Test" "LogBin 1" // this is the default "LogBin 2" // this is the default // --------------------------------------------------------------------// --------------------- Assigning Softbins to Hardbins----------------// --------------------------------------------------------------------// by default, softbins 1-16 are mapped to hardbins 1-16, and all other // softbins (17-250) are mapped to hardbin 16 // #define SOFT_BIN 17 2 // assign softbin 18 to hardbin 2 (nondefault) // #define SOFT_BIN 17 16 // assign softbin 17 to hardbin 16 (default) // --------------------------------------------------------------------// ----------------- Report Output Controls ---------------------------// --------------------------------------------------------------------// Report options may be defined here and can be assigned globally to // all report types or to specific reports. Setups may be modified // after PSF loading via the SETUP menu on the PRB utility window. // assign the path for the database root directory to be used by PRB // #define DATA_PATH "C:\MY_DATA" // set database root to C:\MY_DATA // #define DATA_PATH "C:\PRBDATA" // default // By default, all output is sent to the User Terminal only. // To change this to Terminal and File, use: #define REPORT_OPTIONS ALL EOW OUTPUT "Terminal & File" // restore to default settings // #define REPORT_OPTIONS ALL EOW OUTPUT "Terminal" // The header, footer, and pagebreaks can also be suppressed, MOSAID Auto Tester • 209