fixed routines posting procedures with value marks instead of the new service delimiter

This commit is contained in:
Infineon\StieberD
2025-07-14 15:13:45 -07:00
parent 2a6c0afddf
commit e97162dc1e
6 changed files with 15 additions and 17 deletions

View File

@ -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