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 - -