pre cutover push
This commit is contained in:
@ -160,6 +160,7 @@ Create:
|
||||
MetMax = MetLineIn<1,COL$MET_MAX>
|
||||
MetResult = MetLineIn<1,COL$MET_RESULT>
|
||||
MetStdMax = MetLineIn<1,COL$MET_STD_MAX>
|
||||
MetStdResult = MetLineIn<1,COL$MET_STD_RESULT>
|
||||
MetWfrQty = MetLineIn<1,COL$MET_WFR_QTY>
|
||||
|
||||
IF MetStdMax = '' THEN
|
||||
@ -190,6 +191,7 @@ Create:
|
||||
Set_Property(@WINDOW:'.MET_MIN','DEFPROP',MetMin)
|
||||
Set_Property(@WINDOW:'.MET_MAX','DEFPROP',MetMax)
|
||||
Set_Property(@WINDOW:'.MET_RESULT','DEFPROP',MetResult)
|
||||
Set_Property(@WINDOW:'.MET_STD_RESULT','DEFPROP',MetStdResult)
|
||||
|
||||
*IF MetSpecSlot = 'A' THEN
|
||||
* Set_Property(@WINDOW:'.TEST_SLOT','ENABLED',0)
|
||||
@ -331,7 +333,7 @@ Refresh:
|
||||
|
||||
MUBoxes = ''
|
||||
MUBoxResults = ''
|
||||
|
||||
|
||||
IF Get_Property(@WINDOW:'.SLOT_FILL', 'VISIBLE') THEN
|
||||
**********************************
|
||||
* Non-EPIPRO MU Thickness Change *
|
||||
@ -394,7 +396,6 @@ Refresh:
|
||||
IF (FormMUWaferThkResult NE '') THEN
|
||||
IF ((FormMUWaferThkResult < MetMin) OR (FormMUWaferThkResult > MetMax)) THEN
|
||||
stat = Send_Message(SlotCtrl, 'COLOR_BY_POS', '', Line, RED$)
|
||||
stat = Send_Message(SlotCtrl, 'COLOR_BY_POS', COL$MU_WAFER_THK_RESULT, Line, WHITE$)
|
||||
Set_Property(@WINDOW, '@MU_WAFER_THK_RANGE_REQ', 0)
|
||||
END
|
||||
|
||||
@ -603,6 +604,7 @@ SaveThickness:
|
||||
Set_Status(0)
|
||||
Parameters = 'WO_MAT':@RM:WOMatKey:@RM:'':@RM:WOMatRec
|
||||
obj_Tables('WriteRec', Parameters)
|
||||
errCode = ''
|
||||
IF Get_Status(errCode) THEN
|
||||
ErrMsg(errCode)
|
||||
END
|
||||
@ -839,7 +841,7 @@ RETURN
|
||||
*****
|
||||
Sign:
|
||||
*****
|
||||
|
||||
|
||||
******************************************
|
||||
* Save the ADE & MU wafer thickness data *
|
||||
******************************************
|
||||
@ -1178,6 +1180,3 @@ PubSaveClick:
|
||||
RETURN
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user