From 5ca3778719ca0626a8c08206d5f3cd302aade37f Mon Sep 17 00:00:00 2001 From: "Infineon\\StieberD" Date: Wed, 2 Jul 2025 09:54:16 -0700 Subject: [PATCH] VNAV bug fix --- LSL2/STPROC/LOT_SERVICES.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/LSL2/STPROC/LOT_SERVICES.txt b/LSL2/STPROC/LOT_SERVICES.txt index a5e6624..d3ae235 100644 --- a/LSL2/STPROC/LOT_SERVICES.txt +++ b/LSL2/STPROC/LOT_SERVICES.txt @@ -603,9 +603,9 @@ end service Service GetLotCurrOperationId(LotId) - StartTick = GetTickCount() - MetricName = 'GetLotCurrOperationId' - + StartTick = GetTickCount() + MetricName = 'GetLotCurrOperationId' + ErrorMsg = '' CurrOperation = '' If LotID NE '' then // Get them in sequence first @@ -1517,3 +1517,4 @@ end service // Internal GoSubs //---------------------------------------------------------------------------------------------------------------------- +