fixed material track report, Mona_Services HTTP call, and COC file generation
This commit is contained in:
committed by
Infineon\StieberD
parent
7762b129af
commit
a8a9e91d04
@ -94,29 +94,32 @@ $Insert PS_EQUATES
|
||||
|
||||
Main:
|
||||
debug
|
||||
|
||||
TaskID = RTI_Task_Submit('', 'TEST_DANIEL2', '', '', '')
|
||||
|
||||
* Slots = Xlate('WM_OUT', '173011*1*2', 'SLOT_WAFER_ID', 'X')
|
||||
* RDSNos = Xlate('WM_OUT', '173011*1*3', 'RDS', 'X')
|
||||
|
||||
WONo = 172637
|
||||
WOStep = 1
|
||||
CassNo = 30
|
||||
WMOKey = WONo:'*':WOStep:'*':CassNo
|
||||
WOMatKey = WONo:'*':CassNo
|
||||
NCRNos = Xlate('WM_OUT', WMOKey, 'SLOT_NCR', 'X')
|
||||
NumScrapSlots = 0
|
||||
If NCRNos NE '' then
|
||||
For each NCRNo in NCRNos using @VM
|
||||
NumScrapSlots += (NCRNo NE '')
|
||||
Next NCRNo
|
||||
end
|
||||
|
||||
SchedCassQty = XLATE('WO_MAT', WOMatKey, 'WAFER_QTY', 'X')
|
||||
|
||||
If NumScrapSlots GE SchedCassQty then
|
||||
FullBoxReject = True$
|
||||
end else
|
||||
FullBoxReject = False$
|
||||
end
|
||||
* WONo = 172637
|
||||
* WOStep = 1
|
||||
* CassNo = 30
|
||||
* WMOKey = WONo:'*':WOStep:'*':CassNo
|
||||
* WOMatKey = WONo:'*':CassNo
|
||||
* NCRNos = Xlate('WM_OUT', WMOKey, 'SLOT_NCR', 'X')
|
||||
* NumScrapSlots = 0
|
||||
* If NCRNos NE '' then
|
||||
* For each NCRNo in NCRNos using @VM
|
||||
* NumScrapSlots += (NCRNo NE '')
|
||||
* Next NCRNo
|
||||
* end
|
||||
*
|
||||
* SchedCassQty = XLATE('WO_MAT', WOMatKey, 'WAFER_QTY', 'X')
|
||||
*
|
||||
* If NumScrapSlots GE SchedCassQty then
|
||||
* FullBoxReject = True$
|
||||
* end else
|
||||
* FullBoxReject = False$
|
||||
* end
|
||||
|
||||
* Version = ''
|
||||
* GetEngineVersion(Version)
|
||||
@ -124,7 +127,7 @@ Main:
|
||||
* rv = RTI_Xlate_Controller('EnableCache')
|
||||
* end
|
||||
|
||||
return
|
||||
return TaskID
|
||||
|
||||
* Path = Drive()
|
||||
* UNCPath = SRP_Path("PathToUnc", Path)
|
||||
|
Reference in New Issue
Block a user