fixed routines posting procedures with value marks instead of the new service delimiter
This commit is contained in:
@ -119,6 +119,7 @@ $insert ROTR_REQUESTS_EQUATES
|
||||
$insert ROTR_EQUATES
|
||||
$insert REACT_LL_EQUATES
|
||||
$Insert WAFER_COUNTER_EQUATES
|
||||
$Insert IFX_EQUATES
|
||||
|
||||
* Clean Insp Actions
|
||||
EQU ACTION$ACTIONS TO 1
|
||||
@ -2487,7 +2488,7 @@ Service SignLoadStage(RDSNo, Username, WaferQty, LLSide, ScanEntry)
|
||||
ToolID = ReactID ; WOMLParms := ToolID:@RM
|
||||
WOMLParms := ScanEntry
|
||||
|
||||
Service_Services('PostProcedure', 'obj_WO_Mat_Log', 'Create':@VM:WOMLParms)
|
||||
Service_Services('PostProcedure', 'obj_WO_Mat_Log', 'Create':SD$:WOMLParms)
|
||||
|
||||
IF Get_Status(errCode) THEN
|
||||
ErrorMsg = 'Process Error: Error calling Service_Services("PostProcedure", "obj_WO_Mat_Log", "Create"...). Error code: ':errCode
|
||||
@ -3693,7 +3694,3 @@ ClearCursors:
|
||||
|
||||
return
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user