fixed logic determining which wafers can be NCRed

This commit is contained in:
Infineon\StieberD
2025-07-03 16:55:15 -07:00
committed by Stieber Daniel (CSC FI SPS MESLEO)
parent 98ac420462
commit 01fa3f8202

View File

@ -434,7 +434,7 @@ RejMat:
WfrID = SlotList<SelectedRows<I>, COL$WAFER_ID>
PrevNCR = SlotList<SelectedRows<I>, COL$SLOT_NCR>
MUWfrID = SlotList<SelectedRows<I>, 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