diff --git a/LSL2/STPROC/SCAN_SERVICES.txt b/LSL2/STPROC/SCAN_SERVICES.txt index 6c9e9fb..c4372c3 100644 --- a/LSL2/STPROC/SCAN_SERVICES.txt +++ b/LSL2/STPROC/SCAN_SERVICES.txt @@ -1746,6 +1746,7 @@ Service ConvertMVScanToJSON(ScanID, mvScan, itemURL) ParsingResult = SRP_JSON(TWLotJSON, 'Parse', TW_Lot_JSON) If ParsingResult EQ '' then SRP_JSON(objJSONScan, 'Set', 'testWaferLots', TWLotJSON) + SRP_JSON(TWLotJSON, 'Release') end end end @@ -1790,6 +1791,7 @@ Service ConvertMVScanToJSON(ScanID, mvScan, itemURL) ParsingResponse = SRP_JSON(hTRTypeOpts, 'Parse', TestRunTypeOptionsJson) If ParsingResponse EQ '' then SRP_JSON(objJSONScan, 'Set', 'testRunTypeOptions', hTRTypeOpts) + SRP_JSON(hTRTypeOpts, 'Release') end end end @@ -1832,6 +1834,7 @@ Service ConvertMVScanToJSON(ScanID, mvScan, itemURL) ParsingResult = SRP_JSON(hEmployeeJson, 'Parse', EmployeeJson) If ParsingResult EQ '' then SRP_JSON(objJSONScan, 'Set', 'employee', hEmployeeJson) + SRP_JSON(hEmployeeJson, 'Release') end end @@ -2399,10 +2402,3 @@ ClearCursors: return - - - - - - -