From 01fa3f8202d635c6625dd1d9913088af84ccc045 Mon Sep 17 00:00:00 2001 From: "Infineon\\StieberD" Date: Thu, 3 Jul 2025 16:55:15 -0700 Subject: [PATCH] fixed logic determining which wafers can be NCRed --- LSL2/STPROC/COMM_WO_MAT_WFR.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/LSL2/STPROC/COMM_WO_MAT_WFR.txt b/LSL2/STPROC/COMM_WO_MAT_WFR.txt index f6915b4..2669532 100644 --- a/LSL2/STPROC/COMM_WO_MAT_WFR.txt +++ b/LSL2/STPROC/COMM_WO_MAT_WFR.txt @@ -425,7 +425,7 @@ RejMat: Msg(@window, MsgUp) ;* take down the processing message end end - + IneligibleSlots = '' AllSlotsPermitted = True$ ; // Assume that all slots are permitted to be NCR'd for now. For I = 1 TO SelCnt @@ -434,7 +434,7 @@ RejMat: WfrID = SlotList, COL$WAFER_ID> PrevNCR = SlotList, COL$SLOT_NCR> MUWfrID = SlotList, COL$MU_WAFER_ID> - If ( (MetNo NE '') or (WfrID EQ '') or (PrevNCR NE '' and MUWfrID EQ '') ) then + If (WfrId EQ '') then AllSlotsPermitted = False$ IneligibleSlots<0, -1> = SlotNo end @@ -1233,5 +1233,3 @@ LogRecord: return - -