fixed logic determining which wafers can be NCRed
This commit is contained in:
committed by
Stieber Daniel (CSC FI SPS MESLEO)
parent
98ac420462
commit
01fa3f8202
@ -425,7 +425,7 @@ RejMat:
|
|||||||
Msg(@window, MsgUp) ;* take down the processing message
|
Msg(@window, MsgUp) ;* take down the processing message
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
IneligibleSlots = ''
|
IneligibleSlots = ''
|
||||||
AllSlotsPermitted = True$ ; // Assume that all slots are permitted to be NCR'd for now.
|
AllSlotsPermitted = True$ ; // Assume that all slots are permitted to be NCR'd for now.
|
||||||
For I = 1 TO SelCnt
|
For I = 1 TO SelCnt
|
||||||
@ -434,7 +434,7 @@ RejMat:
|
|||||||
WfrID = SlotList<SelectedRows<I>, COL$WAFER_ID>
|
WfrID = SlotList<SelectedRows<I>, COL$WAFER_ID>
|
||||||
PrevNCR = SlotList<SelectedRows<I>, COL$SLOT_NCR>
|
PrevNCR = SlotList<SelectedRows<I>, COL$SLOT_NCR>
|
||||||
MUWfrID = SlotList<SelectedRows<I>, COL$MU_WAFER_ID>
|
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$
|
AllSlotsPermitted = False$
|
||||||
IneligibleSlots<0, -1> = SlotNo
|
IneligibleSlots<0, -1> = SlotNo
|
||||||
end
|
end
|
||||||
@ -1233,5 +1233,3 @@ LogRecord:
|
|||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user