Updated WM_OUT_ACTIONS trigger and GetAvailableMakeupWafers to exclude WMI wafers from EpiPro cassettes. Removed deprecated code from GetAvailableMakeupWafers.

This commit is contained in:
Infineon\StieberD
2025-02-06 10:17:31 -07:00
parent b31452bff7
commit 843e5cade4
2 changed files with 110 additions and 231 deletions

View File

@ -335,10 +335,10 @@ WRITE_RECORD:
// Converting MU cassette into finished goods cassette -> Send BATCH_CONV transaction to SAP.
SAP_Services('AddBatchConvTransaction', {WO_MAT_KEY})
End Case
WOMatKey = {WO_MAT_KEY}
If MakeupBox then
CurrWaferCount = obj_WO_Mat('CurrWaferCnt', WOMatKey)
CurrWaferCount = obj_WO_Mat('CurrWaferCnt', WOMatKey:@RM:'':@RM:True$)
If CurrWaferCount GT 0 then
// Populate MAKEUP_WAFERS table
// Add/update cassette data to the MAKEUP_WAFERS table